Skip to main content
When you need to extract the same kind of data from multiple URLs, run tasks in parallel. Each task gets its own browser session — they do not interfere with each other.
Each run() call automatically creates its own session. There is no need to manage sessions manually for independent tasks.