Extracting Google Results

talon

New member
Aug 6, 2009
137
0
0
I would like to extract google results in php and to receive the number of results based on a keyword for the following terms:

site:$keyword
link:$keyword
inurl:$keyword
intitle:$keyword

Any suggestions?

Thanks
 


Send a request to google for your keyword with curl.

Use DOM and Xpath to extract the info.