PHP Classes

Google Scraper: Retrieve search results from Google

Recommend this page to a friend!
     
  Info   Example   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 48%Total: 2,129 All time: 1,846 This week: 524Up
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

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 (2)  
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

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:2,129
This week:0
All time:1,846
This week:524Up
User Ratings User Comments (3)
 All time
Utility:67%StarStarStarStar
Consistency:67%StarStarStarStar
Documentation:-
Examples:78%StarStarStarStar
Tests:-
Videos:-
Overall:48%StarStarStar
Rank:2965
 
looks it dosent work anymore
3 years ago (jean paul Delaye)
52%StarStarStar
it doesn't work
9 years ago (nn nn)
7%Star
Excellent Work.
9 years ago (Dilip)
70%StarStarStarStar