DocumentationAPI DetailsAvailable Countries

Available Country List

Get a list of available country ISO 3166-1 alpha-3 codes that can be used as the proxyCountry parameter for proxy geotargeting.

OpenAPI Specification

https://api.scrapi.tech/scalar/v1#tag/country/GET/v1/countries

Endpoint

GET https://api.scrapi.tech/v1/countries

JSON Response

The response data contains all the currently available countries and corresponding country ISO 3166-1 alpha-3 codes that can be used in the proxyCountry parameter when making an API request.

[
  {
    "name": "United Kingdom",
    "key": "GBR"
  },
  {
    "name": "United States",
    "key": "USA"
  },
  {
    "name": "South Africa",
    "key": "ZAF"
  },
  ...
]