Skip to main content
Spin up N concurrent sessions with the same profileId and proxyCountryCode — they all share the same login state (cookies). Useful when you need to parallelize work across an authenticated site.
Profile state is read from a snapshot when each session starts. Concurrent sessions will not see changes made by other sessions until the profile is saved and reloaded. This works well for read-heavy tasks but may not suit workflows that modify profile state.
Combine with structured output to extract typed data from each parallel task.