Jump to content

Form Bot, To Query Google


atticus

Recommended Posts

Hi,

 

I was wondering if anyone knows of a PHP script to grab Google search results. I actually only need one part. The total number of results for that search.

 

So I want my script to go out to Google, do the search and scrape the total results number.

 

The Google API script is not really what I am looking for. I am not sure where to get started with this. Any ideas on scripts or what I would need to start to write some code to do it.

 

I have never written a scraper, so I do not know where to begin.

 

Thanks in advance.

Link to comment
https://forums.phpfreaks.com/topic/142988-form-bot-to-query-google/
Share on other sites

The Google API script is not really what I am looking for.

 

I'm sure there's an easy Google API call to retrieve this information.

 

But since you don't want to go that path then you would have to probably use cURL and grab the total number of results with regex.  There are plenty of examples on this forum and Google, use them as a template.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.