Here is a script that scrapes top 10 results from google for the desired keyword and stores the results in a text file.
$keyword = urlencode('keyword you want to search for');
$url = "http://www.google.com/search?q=".$keyword."&num=10&hl=en&start=0&sa=N";
$ch = curl_init($url)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.