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
Adddomain 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:
Locale-aware fields
Glade API normalizes all marketplace-specific data so you receive consistent field names regardless of whichdomain 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

