Skip to main content
Glade API supports 13 Amazon marketplaces. Pass the domain query parameter on any request to get marketplace-specific data — currency, locale, pricing, Prime eligibility, and delivery context are all handled automatically per market.

Supported domains


Using the domain parameter

Add domain as a query parameter to any Glade API request to target a specific marketplace. If you omit domain, the request defaults to US. For example, ?asin=B0D1XD1ZV3&domain=DE fetches the German Amazon listing for that ASIN, returning prices in EUR, German Prime eligibility, and delivery estimates from amazon.de. The following example fetches the same ASIN from two marketplaces:
Each response is fully independent — the UK response returns prices in GBP, UK Prime status, and fulfillment information from amazon.co.uk.
ASINs are not always the same across marketplaces. A product available in the US may have a different ASIN on amazon.de. Use the GTIN-to-ASIN endpoint to look up ASINs by barcode across markets.

Locale-aware fields

Glade API normalizes all marketplace-specific data so you receive consistent field names regardless of which domain you query. Fields that vary by market are automatically resolved to the correct locale: Price objects always include the following fields: Delivery and fulfillment fields also reflect the selected marketplace:
  • Delivery countdown strings use the locale’s date and time conventions
  • Prime eligibility is evaluated against the selected marketplace’s Prime programme
  • Fulfillment labels (e.g. “Fulfilled by Amazon”) are returned in the marketplace’s language