- 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
- 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: {asin} . | |
url | string | The full Amazon product URL. Example: https://www.amazon.com/dp/{asin} . | |
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 . |
How to Setup
Request the product endpoint with the ASIN of the desired product:Example:
cURL
Replace
{asin}
with the actual product ASIN code.Troubleshooting and FAQs
How do I authenticate my requests?
How do I authenticate my requests?
To authenticate requests, use your ZenRows API key. Replace
YOUR_ZENROWS_API_KEY
in the URL with your actual API key.What is the correct format for the ASIN parameter?
What is the correct format for the ASIN parameter?
Yes, The
asin
parameter must follow Amazon’s 10-character alphanumeric ASIN format. Ensure it matches the pattern ^[A-Z0-9]{10}$
.Why am I getting mismatched results for certain products?
Why am I getting mismatched results for certain products?
Check the
tld
and country
parameters in your request. They must align with the Amazon site you are targeting. For example, use tld=.com
and country=us
for Amazon US.