Amazon Product Scraper avatar

Amazon Product Scraper

Pricing

from $50.00 / 1,000 results

Go to Apify Store
Amazon Product Scraper

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

Yasmany Grijalba Casanova

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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.

Apify Actor Markets


ℹ️ 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/B0CDJ4L7CZB0CDJ4L7CZ.

More examples


Supported Countries

Pick one — the domain, language, currency, and delivery region are set automatically.

CountrycountryDomainCurrency
Brazil (default)bramazon.com.brBRL
United Statesusamazon.comUSD
United Kingdomukamazon.co.ukGBP
Germanydeamazon.deEUR
Franceframazon.frEUR
Spainesamazon.esEUR
Italyitamazon.itEUR

Features

FeatureDescription
7 CountriesBrazil, US, UK, Germany, France, Spain, Italy — prices in local currency
Complete Product DataPrice, discount, rating, seller, stock, Best Sellers Rank, breadcrumb, images, coupon
Full Structured OutputEvery detail in a clean, validated JSON record
One-Click CountryChoose 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

ParameterTypeDefaultDescription
asinstringAmazon ASIN, 10 uppercase alphanumeric characters (required)
countrystringbrCountry 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

FieldTypeDescription
record_typestringRow type: product for a result, not_found when the ASIN has no listing
skustringThe product ASIN
asin_querystringThe ASIN that was requested
countrystringCountry the product was fetched from
namestringProduct name
brand / manufacturerstringBrand and manufacturer
pricenumberCurrent price in the country's currency
original_pricenumberPrice before discount, when applicable
discount_percentagenumberDiscount percent
ratingnumberAverage rating (1.0–5.0)
review_countnumberNumber of reviews
image_url / images_countstring / numberMain image and total image count
shipped_by / sold_bystringFulfillment and seller
in_stockbooleanAvailability (null when not published)
is_primebooleanPrime eligibility
coupon_discount_percentagenumberCoupon discount, when present
parent_asinstringParent ASIN for variation products
max_quantitynumberMaximum purchasable quantity
category_pathstringCategory breadcrumb (A > B > C)
bullet_pointsstringProduct highlights
sales_rank_top / sales_rank_top_categorynumber / stringBest Sellers Rank and its category
additional_detailsobjectComplete structured product payload (buybox, variations, reviews, specs, …)
scraped_atstringISO 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

CountryASIN
Brazil (br)B0CDJ4L7CZ
United States (us)B08N5WRWNW

FAQ


Support

  1. Check the FAQ above for common questions
  2. Test with the prefilled example to confirm expected output
  3. Contact support through Apify for additional assistance