cURL
curl --request GET \ --url https://scraping-api.55-tech.com/network/geo \ --header 'X-API-Key: <api-key>'
{ "total_nodes": 123, "total_countries": 123, "countries": [ { "country": "<string>", "count": 123, "nodes": [ "<string>" ] } ] }
Agents grouped by country with slugs listed for each.
API key passed in the X-API-Key header.
Agents grouped by country.
Show child attributes