Amazon Product Scraper
Pricing
from $50.00 / 1,000 results
Amazon Product Scraper
Extract full Amazon product data by ASIN across 7 countries (Brazil, US, UK, Germany, France, Spain, Italy): price in local currency, original price, discount, rating, reviews, seller, stock, Best Sellers Rank, category, images and more — as clean, structured JSON.
Pricing
from $50.00 / 1,000 results
Rating
0.0
(0)
Developer
Yasmany Grijalba Casanova
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Amazon Product Scraper by ASIN
Get the full details of any Amazon product by its ASIN across major countries — price in local currency, original price, discount, rating, reviews, seller, stock, Best Sellers Rank, breadcrumb, images, coupon, and the complete structured product data.
ℹ️ Zero configuration Provide an ASIN, pick a country, and run it — results are ready in seconds.
Quick Start
{"asin": "B0CDJ4L7CZ","country": "br"}
Tip: The ASIN is the 10-character code in any Amazon product URL —
amazon.com.br/dp/B0CDJ4L7CZ→B0CDJ4L7CZ.
More examples
Supported Countries
Pick one — the domain, language, currency, and delivery region are set automatically.
| Country | country | Domain | Currency |
|---|---|---|---|
| Brazil (default) | br | amazon.com.br | BRL |
| United States | us | amazon.com | USD |
| United Kingdom | uk | amazon.co.uk | GBP |
| Germany | de | amazon.de | EUR |
| France | fr | amazon.fr | EUR |
| Spain | es | amazon.es | EUR |
| Italy | it | amazon.it | EUR |
Features
| Feature | Description |
|---|---|
| 7 Countries | Brazil, US, UK, Germany, France, Spain, Italy — prices in local currency |
| Complete Product Data | Price, discount, rating, seller, stock, Best Sellers Rank, breadcrumb, images, coupon |
| Full Structured Output | Every detail in a clean, validated JSON record |
| One-Click Country | Choose a country; locale and currency are set for you |
Use Cases
- E-commerce & Product Research — Pull full catalog data for any ASIN to enrich your own listings
- Competitor Analysis — Track a competitor's price, discount, seller, and Best Sellers Rank over time
- Cross-Market Pricing — Compare the same product across countries
- Price Monitoring — Run periodically per ASIN to detect price changes and coupons
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
asin | string | — | Amazon ASIN, 10 uppercase alphanumeric characters (required) |
country | string | br | Country to query (br, us, uk, de, fr, es, it) |
Output Example
Fields are grouped logically: identity → pricing → ratings → availability & seller → category & ranking → media → additional_details.
[{"record_type": "product","asin_query": "B0CDJ4L7CZ","country": "br","sku": "B0CDJ4L7CZ","name": "Sanduicheira Eletrica Cadence Click - 127V","brand": "Cadence","manufacturer": "Cadence","parent_asin": "B0FH2TPKG4","url": "https://www.amazon.com.br/dp/B0CDJ4L7CZ?language=pt_BR","price": 92.67,"original_price": 159.78,"discount_percentage": 42,"coupon_discount_percentage": null,"rating": 4.8,"review_count": 18017,"in_stock": true,"max_quantity": 10,"is_prime": true,"sold_by": "Amazon.com.br","shipped_by": "Amazon.com.br","category_path": "Cozinha > Eletroportateis > Sanduicheiras","sales_rank_top": 3,"sales_rank_top_category": "Cozinha","image_url": "https://m.media-amazon.com/images/I/51UxR8FHe-L._AC_SL1000_.jpg","images_count": 9,"bullet_points": "...","additional_details": { "...": "buybox, variations, reviews, specs, ..." },"scraped_at": "2026-05-18T22:44:00.000Z"}]
Note: coupon_discount_percentage, parent_asin, and original_price are included when applicable to the product. in_stock is true, false, or null when availability is not published.
Data Fields
| Field | Type | Description |
|---|---|---|
record_type | string | Row type: product for a result, not_found when the ASIN has no listing |
sku | string | The product ASIN |
asin_query | string | The ASIN that was requested |
country | string | Country the product was fetched from |
name | string | Product name |
brand / manufacturer | string | Brand and manufacturer |
price | number | Current price in the country's currency |
original_price | number | Price before discount, when applicable |
discount_percentage | number | Discount percent |
rating | number | Average rating (1.0–5.0) |
review_count | number | Number of reviews |
image_url / images_count | string / number | Main image and total image count |
shipped_by / sold_by | string | Fulfillment and seller |
in_stock | boolean | Availability (null when not published) |
is_prime | boolean | Prime eligibility |
coupon_discount_percentage | number | Coupon discount, when present |
parent_asin | string | Parent ASIN for variation products |
max_quantity | number | Maximum purchasable quantity |
category_path | string | Category breadcrumb (A > B > C) |
bullet_points | string | Product highlights |
sales_rank_top / sales_rank_top_category | number / string | Best Sellers Rank and its category |
additional_details | object | Complete structured product payload (buybox, variations, reviews, specs, …) |
scraped_at | string | ISO 8601 timestamp (UTC) |
Integrations
Use the API tab on the Actor page to get ready-to-use code examples in Python, JavaScript, and cURL, generated with the correct parameters for immediate integration.
Example ASINs
| Country | ASIN |
|---|---|
Brazil (br) | B0CDJ4L7CZ |
United States (us) | B08N5WRWNW |
FAQ
Support
- Check the FAQ above for common questions
- Test with the prefilled example to confirm expected output
- Contact support through Apify for additional assistance