Athlon1600

Results 75 comments of Athlon1600

it's finally been fixed: https://github.com/Athlon1600/SerpScraper update your SerpScraper version to **4.0** and you should be good.

what do you mean by multiple proxy? Your Browser instance that you would create here: ![image](https://user-images.githubusercontent.com/1063088/88687258-aa226a80-d0bd-11ea-925b-0e1303f0650e.png) can only use proxy at a time?

https://github.com/Athlon1600/SerpScraper#extracting-search-results-from-google ```php $google->setPreference('google_domain', 'google.co.uk'); ``` would do searches from that Google domain only. Is this what you are looking for? Otherwise, to perfectly mimic searches from a particular region, you...

> Sometime for certain proxy google will sending back mobile version google would only send you mobile version of their site based on your `User Agent` and not based on...

> Is there a way for me to set the IP address with the CURLOPT_INTERFACE option? > > Thanks for your advice about user-agents and cookie files. For that, you...