Scrape at scale running multiple Headful Nodriver Instances (Like Selenium Grid) #2204
Replies: 1 comment 1 reply
-
Hey! |
Beta Was this translation helpful? Give feedback.
-
Hey! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm looking for a way to run multiple headful nodriver instances concurrently, similar to how Selenium Grid works. In my current setup, I use Selenium Grid via Docker Compose, which is great because it allows me to manage and allocate resources efficiently for scalable scraping.
With nodriver, however, I’ve only been able to launch a single headful session at a time. Ideally, I’d like to spin up multiple nodriver instances, each with its own attached browser, to perform parallel scraping tasks at scale.
Has anyone successfully achieved this setup with nodriver, or could guide me in the right direction to do so?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions