Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

too many request #1

Open
mauricioPallares opened this issue Jun 2, 2021 · 0 comments
Open

too many request #1

mauricioPallares opened this issue Jun 2, 2021 · 0 comments

Comments

@mauricioPallares
Copy link

i need scrap 100.000 url with scrapy but it take much time finish it, at least 5 hour by 9000 request, but if i use

process = CrawlerProcess(get_project_settings())
process.crawl(DataamazonSpider, skus=list_of_sku_1)
process.crawl(DataamazonSpider, skus=list_of_sku_2)
process.start()

i have the error 429 too many request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant