Skip to main content
GET
/
v1
/
ebay
/
markets
List Markets
curl --request GET \
  --url https://scrapebadger.com/v1/ebay/markets \
  --header 'x-api-key: <api-key>'
{
  "markets": [
    {
      "code": "<string>",
      "domain": "<string>",
      "country": "<string>",
      "currency": "<string>",
      "locale": "<string>",
      "name": "<string>",
      "site_id": 123
    }
  ]
}

Response

markets
array
Array of supported eBay marketplaces.

Example Response

{
  "markets": [
    { "code": "US", "domain": "com", "country": "US", "currency": "USD", "locale": "en-US", "name": "United States", "site_id": 0 },
    { "code": "GB", "domain": "co.uk", "country": "GB", "currency": "GBP", "locale": "en-GB", "name": "United Kingdom", "site_id": 3 },
    { "code": "DE", "domain": "de", "country": "DE", "currency": "EUR", "locale": "de-DE", "name": "Germany", "site_id": 77 },
    { "code": "AU", "domain": "com.au", "country": "AU", "currency": "AUD", "locale": "en-AU", "name": "Australia", "site_id": 15 }
  ]
}
Listing markets is a free reference endpoint (0 credits).

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Supported marketplaces

markets
object[]