Amazon Product Data Extractor
Pricing
from $1.50 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
15 hours ago
Last modified
Categories
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 (
nullor[]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
| Field | Type | Used when | Description |
|---|---|---|---|
mode | string | always | asin_list, url_list, or keyword_search |
asins | array | mode = Extract by ASIN | One ASIN per line, e.g. B0FBGC1V4K. Max 10,000 |
urls | array | mode = Extract by URL | One full Amazon product URL per line. Max 10,000 |
keyword | string | mode = Find by keyword | Search term, e.g. adjustable dumbbells |
max_results | integer | mode = Find by keyword | Target product count, up to 10,000. Default 50 |
skip_sponsored | boolean | mode = Find by keyword | Exclude sponsored/ad tiles from search results. Default on |
proxyConfiguration | object | optional | Off 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
- Open the Actor and pick a Mode.
- Fill in
asins,urls, orkeyworddepending on the mode. - Click Run.
- Go to the Dataset tab to preview, export as JSON/CSV/Excel, or connect via Apify integrations (Zapier, Make, webhooks, API).
๐ Popular use cases
- 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_resultsof 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