https://github.com/samaybhavsar/google-scraper
This class can retrieve search results from Google.
https://github.com/samaybhavsar/google-scraper
google php scraper scraping search
Last synced: about 1 year ago
JSON representation
This class can retrieve search results from Google.
- Host: GitHub
- URL: https://github.com/samaybhavsar/google-scraper
- Owner: samaybhavsar
- Created: 2011-06-27T07:33:03.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T03:31:01.000Z (about 6 years ago)
- Last Synced: 2025-03-24T16:46:36.241Z (about 1 year ago)
- Topics: google, php, scraper, scraping, search
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 36
- Watchers: 4
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google-Scraper
This class can retrieve search results from Google.
## Install the package using composer
```
composer require samay/google-scraper
```
## Usage
```
getUrlList(urlencode('car'),'');
print_r($arr);
```