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

How to do concurrent scraping? #95

Open
vbuterin2 opened this issue Jun 1, 2021 · 2 comments
Open

How to do concurrent scraping? #95

vbuterin2 opened this issue Jun 1, 2021 · 2 comments

Comments

@vbuterin2
Copy link

I currently use single thread scraper to crawl google.com. But I have tons of search terms. scrapy-selenium only open 1 browser, so I could only search one term at one time. Should I use remote browser or other solutions?

@Flushot
Copy link

Flushot commented Jul 9, 2021

@vbuterin2 I think your question is a duplicate of #76

@cs246810
Copy link

You could run two scrapy crawl spider_name processes and set CONCURRENT_REQUESTS = 1.

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

3 participants