Skip to main content

Step 1: Check the network

See which agents are available:

Step 2: Make an HTTP GET request

Fetch a URL through the agent network using the X-Target-URL header:
JSON responses are automatically parsed into raw_json.

Step 3: POST with a custom body and headers

Use POST /fetch with a JSON body to send custom headers, body, and method to the target:
POST body fields:

Step 4: Target a specific country

Use X-Geo to route through agents in specific countries:
Pin to a specific agent with X-Agent:
Or pick randomly from a set of agents:

Step 5: Check domain health

See which agents can reach a specific domain:

Step 6: Preview agent selection

Debug which agent would be picked without making the actual request:

Step 7: Check your usage

Next steps

Browser rendering

Render JavaScript-heavy pages with a real browser.

WebSocket & AMQP

Relay WebSocket connections and consume AMQP streams.

Error handling

Status codes, block detection, and retry strategies.