Overview
Complete Scrape API User Guide’:’ includes Amazon Product Data API, AI Overview SERP API, Keyword Trends API tutorials. Provides API specifications, request examples, parameter configuration, and response data parsing guide.
Get to Know Our API Products
Before diving into the APIs, we recommend taking a moment to understand the differences between each endpoint so you can choose the one that best fits your use case.
Amazon Scrape API
Dynamically compatible with Amazon page structure changes, returning structured page data or original page HTML (compressed) or free converted Markdown format.
Synchronous API (Ideal for real-time e-commerce data needs)
Asynchronous API (Best suited for large-scale, non-real-time e-commerce data collection tasks)
General Scrape API
General Website API: Access public data from various general-purpose websites via a synchronous API. Returns either compressed raw HTML or Markdown format converted at no cost.
General Scrape API can achieve a success rate of over 90% for regular web page scraping.
SERP API
Retrieve search engine results based on specific keywords. This API enables sellers to quickly gain insights into market trends and popular product categories, supporting more accurate product selection decisions.
AI Overview SERP API
For certain search results that include AI-generated overview modules, the AI Overview SERP API can capture, extract, and parse these insights — helping sellers better understand user intent and stay ahead of emerging consumer trends.
Keyword Trends API
Track how keyword popularity evolves over time and across regions. The API supports cross-regional comparisons and historical trend analysis, helping e-commerce sellers monitor market shifts and identify rising keyword opportunities.
Map Data API
The Map Data API extracts key structured info (business names, ratings, hours, addresses, external links) from Maps search and business listing pages. It helps sellers conduct offline competitor research, regional market analysis, and brand distribution mapping—supporting smarter decisions on product selection, channel expansion, and local marketing with a broader market view.
WIPO API
The WIPO API provides programmatic access to WIPO’s public patent search database, supporting searches by keyword, applicant, technology domain, etc. It helps sellers quickly assess patent risks, evaluate product originality, and inform new product planning and compliance decisions—reducing infringement risks early in the product lifecycle.
Amazon Review API
This API is used to initiate a data collection task for Amazon product reviews, which is executed asynchronously.
Once the API is called, the system will automatically fetch user review data for the specified product in the background, helping users comprehensively obtain feedback on the product in real-world usage scenarios, and providing valuable data for subsequent sentiment analysis, product optimization, and market decision-making.
Authentication
The returned token serves as a credential for accessing the task submission API and remains valid indefinitely.
Click here to register and get your Token. Receive 60 free credits and start using the API now!
Request URL
Request Headers
| Parameters | Parameter Value | Type | Description |
|---|---|---|---|
| Content-Type | application/json | string | Data format |
Request Parameters
| Parameters | Required | Type | Description |
|---|---|---|---|
| Yes | string | Account email | |
| password | Yes | string | Account password |
Response value
| Return value | Type | Description |
|---|---|---|
| code | int | Status Code |
| message | string | Message |
| data | string | Token returned after authentication |
Request example
Return example
Status code
| Status | Description |
|---|---|
| 0 | Everything worked as expected. |
| 1004 | Invalid token |
| 2001 | Insufficient credits |
| 2007 | Account expired |
| 10000 / 10001 | Task failed |
| 404 | Incorrect URL address |

