Stealth

Our browser infrastructure is stealth by default automatically using cookie blockers, captcha solvers.

You can use proxies set to a country of your choice to bypass virtually everything and all anti-scraping measures.

1const session = await client.sessions.createSession({
2 proxyCountryCode: "us" // or other country codes
3});
4
5const task = await client.tasks.createTask({
6 task: "Navigate to protected site",
7 sessionId: session.id
8});