DocumentationAPI DetailsAvailable Cities

Available City List

Get a list of available cities that can be used as the proxyCity parameter for proxy geotargeting.

OpenAPI Specification

https://api.scrapi.tech/scalar/v1#tag/country/get/v1countriescountrykeycities

Endpoint

GET https://api.scrapi.tech/v1/countries/{countryKey}/cities

The countryKey is an ISO 3166-1 alpha-3 country code that can be obtained by calling the Available Countries List API.

JSON Response

The response data contains all the currently available cities and corresponding key that can be used in the proxyCity parameter when making an API request.

Note that you can always supply any relevant city name in the proxyCity parameter and a proxy for that city will be attempted.

[
  {
    "name": "Alberton",
    "key": "Alberton"
  },
  {
    "name": "Jeffreys Bay",
    "key": "JeffreysBay"
  },
  {
    "name": "Cape Town",
    "key": "CapeTown"
  },
  ...
]