Recent content by bps_

  1. B

    Scraping google SERPs

    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)...
Back
Top