i tried lot but only found this type of code which now google doesn't allow
Code: Select all
$url='http://www.google.com/search?q='.urlencode($keyword).'&hl=en&safe=off&start='.($x-1)*10 .'&sa=N&num='.$serp_listings;
//echo $url."\n";
$data=sanitize_input(file_get_contents($url));Thanks in advance