# ScrapingBee Amazon Pricing API > Retrieve current Amazon product pricing and offers. ## Endpoint and authentication - Endpoint: `https://app.scrapingbee.com/api/v1/amazon/pricing` - Required input: `asin`. - Authentication: `Authorization: Bearer YOUR_API_KEY`. - The `api_key` query parameter remains supported for backward compatibility but is deprecated for new integrations. - Response format: structured JSON. ## Request controls | Parameter | Default / behavior | | --- | --- | | `asin` | Required 10-character ASIN from an Amazon product URL. | | `light_request` | `true`; set `false` to use browser rendering. | | `domain` | `com`; one of `com`, `ae`, `ca`, `cn`, `co.jp`, `co.uk`, `com.au`, `com.be`, `com.br`, `com.mx`, `com.tr`, `de`, `eg`, `es`, `fr`, `in`, `it`, `nl`, `pl`, `sa`, `se`, or `sg`. | | `country`, `zip_code` | ISO country and postal-code localization; affects availability, shipping, and regional prices. | | `language`, `currency` | ISO language and ISO 4217 display currency. Currency conversion can be unavailable for a domain or product. | | `device` | Only `desktop` is documented. | | `add_html` | `false` by default; set `true` to include page HTML. | | `tag` | Response-header label only. | ## Constraints, cost, and response - Do not send `country` matching the selected Amazon-domain country, for example `country=fr&domain=fr`; use `zip_code` instead. The matching pair returns `400`. - Light requests do not use a browser and can omit data available with rendering. Use `light_request=false` when completeness matters. - This endpoint does not document screenshot support. - Cost: 5 credits for a successful light request or 15 credits for a rendered request. - Failed requests are retried by ScrapingBee for up to 30 seconds; account for that server-side retry window in client timeouts. - The response includes `asin`, `asin_in_url`, `title`, `url`, `page`, `review_count`, optional `html` (with `add_html=true`), and a `pricing` list. Each offer can include condition, price/currency, shipping price, seller and seller ID/link, delivery text, rating count, and `delivery_options` entries containing a delivery `type` and optional `date.by`.