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 (50.0%) |
Sufficient (66.7%) |
- |
Sufficient (75.0%) |
- |
- |
Insufficient (39.2%) |
2001 |
| Month: |
There are not enough user ratings to display for this class. |
| 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... |
| |
Applications that use this class |
|
|
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.
| |
Files |
|
|
| 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 |