Amazon APIs
Using the Amazon Scraper API
Retrieve detailed product information using Amazon Standard Identification Numbers (ASINs). This scraper is optimized to extract comprehensive data from Amazon product pages, enabling you to build enriched applications or perform in-depth analysis.
Extract product details using ASINs (Amazon Standard Identification Number), such as:
- Product Title, Brand, and Description
- Categories and Breadcrumb Hierarchies
- Pricing (Including Discounts and Currency Information)
- Product Dimensions, Weight, and Model Details
- Ratings, Reviews, and Amazon Badges (e.g., Best Seller)
- Availability Status and Seller Information
- Related ASINs for cross-referencing
- Images and Content for enriched product listings
Example Use Cases:
- Price Tracking: Automatically track price changes for products of interest.
- Competitor Analysis: Gather competitor product details to refine your strategy.
Supported Query Parameters
PARAMETER | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
asin required | string | The 10-character Amazon Standard Identification Number of the product. Example: B07FZ8S74R . | |
url | string | The full Amazon product URL. Example: https://www.amazon.com/dp/B07FZ8S74R . | |
tld | string | .com | The top-level domain of the Amazon website. Supported values: .com , .it , .de , etc. |
country | string | us | The originating country for the product retrieval. Example: country=es . |
output | string | json | The format of the response. Supported values: json , csv . |
How to Setup
Request the product endpoint with the ASIN of the desired product:
Code Examples
Replace
{asin}
with the actual product ASIN code.Response Example
Troubleshooting and FAQs
Was this page helpful?