Closed feralheart closed 5 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":[]}
$response
{"error":"","html":{},"has_next_page":false,"results":[]}
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
Fixed.
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":[]}