Skip to main content
GET
/
network
/
agents
List all agents
curl --request GET \
  --url https://scraping-api.55-tech.com/network/agents \
  --header 'X-API-Key: <api-key>'
{
  "total": 123,
  "nodes": [
    {
      "slug": "<string>",
      "name": "<string>",
      "country": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

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

Response

Agent list.

total
integer
nodes
object[]