Using Python Requests + Crawlera is there a way to force an IP rotation?
e
engineeringsstm2
started a topic
about 3 years ago
A site I crawl via python's requests library and crawler recently made a change where instead of timing out or returning a non-200 error code, it now returns a valid page saying I've exceeded the quota for my IP address.
Is there a header I can pass to ensure my Crawlera request goes through a new IP?
I have the same question. I need a new IP for every crawl as it is off the same website and would show a different page if the IP has been used in the last 24 h already. How can I accomplish that?
engineeringsstm2
A site I crawl via python's requests library and crawler recently made a change where instead of timing out or returning a non-200 error code, it now returns a valid page saying I've exceeded the quota for my IP address.
Is there a header I can pass to ensure my Crawlera request goes through a new IP?