cURL
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>" } ] }
Returns the full agent registry with slug, name, and country for each agent.
API key passed in the X-API-Key header.
Agent list.
Show child attributes