Amazon Scrape API
Amazon Follow Seller API
API Description
The Amazon Follow Seller API is used to initiate data collection for sellers offering the same product. After calling the API, the system will automatically fetch follow sellers and competing seller information in the background, helping you understand seller competition and support pricing, competitor analysis, and market decisions.
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 site URL Note: If omitted, site are required. |
| site | Yes | string | Site information Note: site is optional if url is provided. |
| bizContext | Yes | object | Business context |
Business Context Parameters
| Parameter | Type | Description |
|---|---|---|
| zipcode | string | Amazon ZIPCode |
| asin | string | Amazon Standard Identification Number (ASIN) |
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:
1 Credit/Per Request

