Amazon Scrape API
Real-time synchronous Amazon data extraction API. Instantly fetch product titles, prices, and ratings with direct responses. Ideal for on-demand single ASIN lookups.
API Description
The Amazon Scrape API dynamically adapts to changes in Amazon and other e-commerce page structures. Powered by intelligent detection algorithms, it automatically identifies and extracts key product data such as title, discount, price, availability, and description. Developers don’t need to worry about DOM changes — our system continuously maintains parsing logic to minimize integration and maintenance costs. Quickly access real-time data via API key authentication.
🤖 Pulling this data to power an AI Agent? Instead of writing custom parsing code, leverage our MCP Server to grant your AI workspace native, real-time access with zero integration friction.
Request URL
Request Headers
| Parameters | Parameter value | Type | Description |
|---|---|---|---|
| Content-Type | application/json | string | Data format |
| Authorization | Bearer xxx | string | Authorization Token |
Request Parameters
| Parameters | Required | Type | Description |
|---|---|---|---|
| url | Yes | string | Target URL Note: If omitted, site and content are required. |
| parserName | Yes | string | Choose a parsing template based on your business needs: |
| site | Yes | string | Site information Note: site is optional if url is provided. Supported countries / marketplaces (8): amz_us (United States) / amz_de (Germany) / amz_uk (United Kingdom) / amz_jp (Japan) / amz_fr (France) / amz_it (Italy) / amz_es (Spain) / amz_ca (Canada) |
| content | Yes | string | The value of this parameter depends on |
| pageCount | No | integer | Only applies to |
| categoryId | No | string | Only applies to |
| format | Yes | string | Data return format |
| bizContext | Yes | object | Business context |
Business Context Parameters
| Parameter | Type | Description |
|---|---|---|
| zipcode | string | Amazon ZIPCode |
Response value
| Return value | Type | Description |
|---|---|---|
| code | int | Status Code |
| message | string | Message |
| data | object | Returned data |
Return parameter data description
| Return value | Type | Description |
|---|---|---|
| json | string[] | Return JSON data |
| url | string | Task URL |
| taskId | string | Task ID |
Request example
Return example
Credit Consumption
- Average response time:
5s - Credit Consumption:
| format parameter | Credits Consumption | |
|---|---|---|
| Structured page data | json | 1 Credit/Per Request |
| Original page HTML | rawHtml、markdown | 0.75 Credit/Per Request |

