Skip to main content
GET
/
v1
/
amazon
/
markets
List Markets
curl --request GET \
  --url https://scrapebadger.com/v1/amazon/markets \
  --header 'x-api-key: <api-key>'
{
  "markets": [
    {
      "code": "US",
      "domain": "com",
      "name": "United States",
      "currency": "USD",
      "language": "en-US",
      "country_code": "US"
    },
    {
      "code": "UK",
      "domain": "co.uk",
      "name": "United Kingdom",
      "currency": "GBP",
      "language": "en-GB",
      "country_code": "GB"
    },
    {
      "code": "DE",
      "domain": "de",
      "name": "Germany",
      "currency": "EUR",
      "language": "de-DE",
      "country_code": "DE"
    },
    {
      "code": "JP",
      "domain": "co.jp",
      "name": "Japan",
      "currency": "JPY",
      "language": "ja-JP",
      "country_code": "JP"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.scrapebadger.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

markets
array
Array of supported Amazon marketplaces.

Example Response

{
  "markets": [
    { "code": "US", "domain": "com", "name": "United States", "currency": "USD", "language": "en-US", "country_code": "US" },
    { "code": "UK", "domain": "co.uk", "name": "United Kingdom", "currency": "GBP", "language": "en-GB", "country_code": "GB" },
    { "code": "DE", "domain": "de", "name": "Germany", "currency": "EUR", "language": "de-DE", "country_code": "DE" },
    { "code": "JP", "domain": "co.jp", "name": "Japan", "currency": "JPY", "language": "ja-JP", "country_code": "JP" }
  ]
}
The markets list is free (0 credits).

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Supported marketplaces

markets
object[]