Skip to main content
GET
/
network
/
geo
Agents by country
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>"
      ]
    }
  ]
}

Authorizations

X-API-Key
string
header
required

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

Response

Agents grouped by country.

total_nodes
integer
total_countries
integer
countries
object[]