Athlon1600 / SerpScraper

:mag_right: Google/Bing search results scraping using PHP. Tested and working / May 13, 2020
93 stars 38 forks source link

Empty results #25

Closed feralheart closed 5 years ago

feralheart commented 6 years ago

I tried to make bingsearch, based on the example, but I always got empty resultArray.

This is the JSONencoded $response: {"error":"","html":{},"has_next_page":false,"results":[]}

Athlon1600 commented 6 years ago

Paste your code, because the code from the example here seems to work just fine:
https://github.com/Athlon1600/SerpScraper#extract-search-results-from-bing

Athlon1600 commented 5 years ago

Fixed.