An open API service indexing awesome lists of open source software.

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.

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);
```