Amazon Product Data Extractor avatar

Amazon Product Data Extractor

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Amazon Product Data Extractor

Amazon Product Data Extractor

Extract complete Amazon.com product data (price, images, videos, ratings, specs, shipping, variants) by ASIN, product URL, or keyword search.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Extract Lab

Extract Lab

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 hours ago

Last modified

Share

Extract clean, structured Amazon.com product data by ASIN, product URL, or keyword search โ€” title, pricing, images, videos, ratings, specs, shipping, and variants, ready for spreadsheets, BI tools, or ML pipelines.

๐Ÿ” What this Actor does

Give it ASINs, Amazon URLs, or a search keyword, and it returns one clean JSON object per product โ€” no API key, no manual copy-pasting, no Amazon developer account needed.

  • Extract by ASIN โ€” paste a list of ASINs, one per line
  • Extract by URL โ€” paste full Amazon product URLs, one per line
  • Find products by keyword โ€” give a keyword and a target count (up to 10,000); the Actor searches Amazon and fans out across price ranges once a plain search runs dry (Amazon caps a single search at ~300-400 results โ€” this is how you get past that)

๐ŸŒŸ Key features

  • Three input modes โ€” ASIN, URL, or keyword, in one Actor
  • Rich product data โ€” title, brand, category, pricing, images, videos, ratings, review count, Best Sellers Rank, bullets, description, specifications, shipping, seller info, and labeled variants
  • Built to survive failures โ€” if one product fails, the run keeps going. Failed items are retried up to 3 times as a batch after the rest of the run finishes, with the actual failure reason (CAPTCHA blocked, bad HTTP status, network error) attached โ€” never silently dropped
  • Never loses progress โ€” every successful product is saved the moment it's scraped, not batched at the end, so an interrupted run still keeps everything it already collected
  • Honest data โ€” only fields actually present on the page are returned (null or [] otherwise), never guessed. Sponsored products, "frequently bought together" add-ons, and related/recommended videos are excluded
  • US marketplace locked โ€” pricing, currency, and delivery estimates always reflect Amazon.com (US)

๐Ÿ“ฅ Input parameters

FieldTypeUsed whenDescription
modestringalwaysasin_list, url_list, or keyword_search
asinsarraymode = Extract by ASINOne ASIN per line, e.g. B0FBGC1V4K. Max 10,000
urlsarraymode = Extract by URLOne full Amazon product URL per line. Max 10,000
keywordstringmode = Find by keywordSearch term, e.g. adjustable dumbbells
max_resultsintegermode = Find by keywordTarget product count, up to 10,000. Default 50
skip_sponsoredbooleanmode = Find by keywordExclude sponsored/ad tiles from search results. Default on
proxyConfigurationobjectoptionalOff by default. Turning on Apify proxy can reduce CAPTCHA blocks on larger runs

๐Ÿ“ค Example output

One object like this per product:

{
"asin": "B0FBGC1V4K",
"product_url": "https://www.amazon.com/dp/B0FBGC1V4K",
"brand": "Upspeed",
"title": "Adjustable Dumbbell Set for Women Men 7.5LB/10LB/15LB/20LB/25LB Each | Dumbbells Set of 2, Free Weight Set at Home Gym, Hand Weights with Locking/Metal Handle for Exercise Muscle Toning Rehab",
"category": "Sports & Outdoors > Exercise & Fitness > Strength Training Equipment > Weights & Accessories > Dumbbells",
"current_price": 125.99,
"currency": "USD",
"list_price": 139.99,
"deal_type": "limited_time_deal",
"discount_percent": 10.0,
"images": [
"https://m.media-amazon.com/images/I/6137n-XsH-L._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61RR7ZRWvaL._AC_SL1500_.jpg"
],
"videos": [
"https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/.../default.jobtemplate.hls.m3u8"
],
"rating": 4.6,
"review_count": 450,
"bsr": [
"#10,536 in Sports & Outdoors",
"#65 in Exercise & Fitness Dumbbells"
],
"bullets": [
"ADJUSTABLE 5-IN-1 DESIGN...",
"PREMIUM MATERIALS..."
],
"description": "...",
"specifications": {
"Brand": "Upspeed",
"Item Weight": "25 pounds"
},
"shipping": {
"cost": null,
"currency": "USD",
"delivery_date": "2026-08-26",
"fastest_delivery_date": null
},
"ships_from": "Amazon",
"sold_by": "Upspeed",
"availability": "In Stock",
"variants": {
"B0FBGC1V4K": { "Style": "20LB Each [40 LBS Total]", "Color": "Purple" },
"B0D7C7G4KM": { "Style": "10LB Each [20 LBS Total]", "Color": "Purple" }
}
}

Failed items land in a separate failed-items dataset instead of being dropped:

{ "asin": "B0XXXXXXX", "reason": "Blocked by CAPTCHA" }

๐Ÿš€ Quick start

  1. Open the Actor and pick a Mode.
  2. Fill in asins, urls, or keyword depending on the mode.
  3. Click Run.
  4. Go to the Dataset tab to preview, export as JSON/CSV/Excel, or connect via Apify integrations (Zapier, Make, webhooks, API).
  • Market & category research โ€” map out a niche, compare pricing and review volume across products
  • Price monitoring โ€” track price and discount changes on specific ASINs over time
  • Competitor analysis โ€” watch competitor listings, ratings, and Best Sellers Rank
  • SEO & content โ€” enrich buying guides and comparison tables with real product data
  • E-commerce & dropshipping โ€” discover and validate products before listing them
  • Data science โ€” feed clean, structured Amazon data into BI tools or ML pipelines

๐Ÿ’ก Tips for best results

  • Start small โ€” 1-2 ASINs or a max_results of 10-20 โ€” before scaling up a keyword search
  • For keyword mode, a broader keyword surfaces more results before the Actor needs to fan out across price ranges
  • Turn on Apify proxy in the input if you're running large batches and see failures pile up in failed-items

๐Ÿ’ฌ Support

Found a bug or need a field this Actor doesn't cover? Reach out via Apify support or leave feedback on the Actor page โ€” it's actively maintained based on real usage.

๐Ÿ”– Tags

Amazon Scraper ยท Amazon Product Scraper ยท Amazon Product Data ยท Amazon Price Tracker ยท E-commerce ยท Market Research ยท Competitor Analysis ยท Product Catalog ยท SEO Tools ยท Data Extraction ยท Web Scraping