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 50%Total: 2,128 All time: 1,844 This week: 160Up
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: 143479 in India India
Week rank: 641 Up48 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,128
This week:0
All time:1,844
This week:160Up
User Ratings User Comments (3)
 All time
Utility:70%StarStarStarStar
Consistency:70%StarStarStarStar
Documentation:-
Examples:83%StarStarStarStarStar
Tests:-
Videos:-
Overall:50%StarStarStar
Rank:2312
 
looks it dosent work anymore
2 years ago (jean paul Delaye)
52%StarStarStar
it doesn't work
7 years ago (nn nn)
7%Star
Excellent Work.
8 years ago (Dilip)
70%StarStarStarStar