Skip to content

Commit

Permalink
refactored to work with new php-curl-client dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Athlon1600 committed May 13, 2020
1 parent b82ab32 commit 15382ad
Show file tree
Hide file tree
Showing 14 changed files with 1,734 additions and 1,435 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
src/SearchEngineScraper.php
/vendor/
21 changes: 5 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
SerpScraper
===========

### --- reCAPTCHA V2 -- ~~Feb 10, 2018~~ -- Fixed on March 3, 2018


~~Google Search no longer uses its image-based captcha.~~
~~It has now moved on to its new reCAPTCHA v2 which makes it very difficult for robots and scripts to bypass.~~
~~We're looking for a solution. Stay tuned.~~



The purpose of this library is to provide an easy, undetectable, and captcha resistant way to extract data
from all major search engines such as Google and Bing.
The purpose of this library is to provide an easy, undetectable, and captcha resistant way to extract search results
from popular search engines like Google and Bing.

**Captcha solver status:**
still being built...

## Extracting Search Results From Google

```php
Expand Down Expand Up @@ -91,8 +85,3 @@ The recommended way to install this is via Composer:
composer require athlon1600/serpscraper
```


## TO-DO List

- Support for Yahoo Search
- Support for DuckDuckGo
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"keywords": ["google scraper", "bing scraper", "google search", "bing search", "google captcha solver", "google proxy"],
"license": "MIT",
"require": {
"ext-curl": "*"
"ext-curl": "*",
"athlon1600/php-curl-client": "^1.1"
},
"scripts": {
"test": "phpunit tests",
Expand Down
Loading

0 comments on commit 15382ad

Please sign in to comment.