[Experiment] Automated PAA Sites

Most PAA sites have lost almost all traffic with the recent updates...how are your sites doing?
 
If you are familiar with python and selenium, I can share some code. Basically a PAA scraper made for fun. Grabs 1000 PAAs in 100 seconds per Chrome instance per tab (no proxy)
Hi Kavo, I tried to get the code done by a friend who is a python developer. We getting the PPA section for the given search query, but for the next search query, google is blocking the IP. Will be grateful if you show us the right direction or how to use proxies. Thanks
 
how to use proxies
Look up selenium-wire, they support SOCKS5 and HTTP proxies with auth from the box. I guess that's the only option on python (ofc if you don't want to build proxy forwarding server on your own :))
 
Back
Top