PHP Classes

Google Scraper: Retrieve search results from Google

Recommend this page to a friend!
  Info   View files Example   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (6)   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 48%Total: 2,129 This week: 1All time: 1,844 This week: 560Up
Version License PHP version Categories
google-scraper 1.0GNU General Publi...3Searching, Web services
Description 

Author

This class can retrieve search results from Google.

It can send an HTTP request to Google search site Web server to perform a search for given keywords. The request can be sent using an HTTP proxy.

The class can parse the retrieved results page and extract the URLs of the result links.

Picture of Samay Bhavsar
Name: Samay Bhavsar <contact>
Classes: 1 package by
Country: India India
Age: 38
All time rank: 143679 in India India
Week rank: 411 Up26 in India India Up

Recommendations

Retrieve search results from Google
I need to get Google search results using keywords in database

Example

<?php
include 'GoogleScraper.class.php';
$obj=new GoogleScraper();
$arr=$obj->getUrlList('test','200.123.187.165:8080');
print_r($arr);
?>


  Files folder image Files  
File Role Description
Plain text file GoogleScraper.class.php Class Google Scraper Class File
Accessible without login Plain text file sample.php Example Sample Test File

 Version Control Unique User Downloads Download Rankings  
 0%
Total:2,129
This week:1
All time:1,844
This week:560Up
User Ratings User Comments (3)
 All time
Utility:67%StarStarStarStar
Consistency:67%StarStarStarStar
Documentation:-
Examples:78%StarStarStarStar
Tests:-
Videos:-
Overall:48%StarStarStar
Rank:2904
 
looks it dosent work anymore
2 years ago (jean paul Delaye)
52%StarStarStar
it doesn't work
8 years ago (nn nn)
7%Star
Excellent Work.
8 years ago (Dilip)
70%StarStarStarStar