This class can be used to extract results from Google search result pages.
It retrieves the Google search result pages for given search keywords.
The class parses the result pages to retrieve the list of search result URLs, titles and excerpts from the pages that were found.
The limit number of result pages to be retrieved is configurable.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Not sure (56.3%) |
Sufficient (68.8%) |
- |
Sufficient (71.9%) |
- |
- |
Not sure (42.2%) |
1701 |
| Month: |
Not yet rated by the users |
| Link |
Description |
| Parser Google on PHPClasses |
Usually I move away without reading, but today I read the PHP Classes distribution. In it there is an interesting PHP class - googleCrawler... |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
googleCrawler.class.php |
Class |
this is the class which does the crwaling |
googleCrawler.sample.php |
Example |
this the sample page which includes the googleCrawler class and get the links,titles and descriptions from that class |