Skip to main content
GET
/
debug
/
pick
Debug agent selection
curl --request GET \
  --url https://scraping-api.55-tech.com/debug/pick \
  --header 'X-API-Key: <api-key>'
{
  "node_id": "<string>",
  "node_slug": "<string>",
  "country": "<string>",
  "valid_until_epoch_ms": 123
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header.

Headers

X-Geo
string

Target countries as comma-separated ISO codes (e.g. US,DE,AT). Aliases: X-Geo-CC, X-CC, X-Country, X-Geo-Strict.

X-Agent
string

Route through specific agent(s) by slug (e.g. de1) or comma-separated list for random pick (e.g. de1,at5,us3).

X-Expect-JSON
string

Set to 1 if expecting a JSON response from the origin.

Query Parameters

url
string
required

Target URL to simulate agent selection for.

Response

Selected agent info.

node_id
string

Selected proxy node name.

node_slug
string

Short node slug (e.g. de1).

country
string

Node country code.

valid_until_epoch_ms
integer

How long this selection is cached (epoch ms).