Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 months ago.
I try to scrape Amazon by Scrapy. but i have this error
DEBUG: Retrying <GET http://www.amazon.fr/Amuses-bouche-Peuvent-b%C3%A9n%C3%A9ficier-dAmazon-Premium-Epicerie/s?ie=UTF8&page=1&rh=n%3A6356734031%2Cp_76%3A437878031>
(failed 1 times): 503 Service Unavailable
I think that it's because = Amazon is very good at detecting bots. How can i prevent this?
i used time.sleep(6)
before every request.
I don't want to use their API.
I tried I use tor and polipo