Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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 } ] }
List all supported eBay marketplaces with their domains, currencies, locales, and site ids.
Show MarketInfo object
US
GB
DE
domain
com
co.uk
en-US
{ "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 } ] }
Supported marketplaces
Show child attributes