Get started
Quickstart
Get your first task running in a few lines of code.
API Reference
Every endpoint with request and response schemas.
Task Lifecycle
How a task moves from created to ready.
SDKs & Examples
Copy-paste examples in Python, JavaScript, and cURL.
Base URL
All requests go to:clientKey from your dashboard.
How it works
1
Create a task
Send
POST /createTask with your key, site details, and proxy. The response returns a taskId.2
Poll for the result
Call
GET /getTaskResult/{taskId} until status is ready.3
Use the token
The ready response contains the result token for that session.