Amazon Product Scraper avatar

Amazon Product Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Amazon Product Scraper

Amazon Product Scraper

Fast, structured Amazon product data — search by keyword, paste category or product URLs, get JSON/CSV/Excel with prices, ratings, images, breadcrumbs, and bullet points.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Always Prime

Always Prime

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

🛒 Amazon Product Scraper

Get structured Amazon product data — prices, ratings, images, breadcrumbs, bullet points — in JSON, CSV, or Excel. ⚡️ Fast. 🤖 No code. 💸 Pay only for what you scrape.

Apify Python Output Marketplaces

🚀 Why this scraper

  • 🎯 One scraper, 19 marketplaces. US, UK, DE, FR, IT, ES, NL, CA, MX, JP, IN, AU, BR, TR, AE, SA, SG, SE, PL — every Amazon storefront, native currency.
  • Search by keyword OR drop in URLs. Type wireless headphones and go, or paste your own search/category/product URLs.
  • 📦 Full product profile per item: title, brand, price, currency, ⭐ rating, review count, availability, all images, bullet points, category breadcrumbs, sponsored flag.
  • 🧾 3 output formats out of the box — JSON, CSV, Excel. Plus a clean table view in the Apify Console.
  • 💰 Cheap to run. Lightweight HTTP scraper; no headless browser, no proxy add-ons billed back to you.
  • 🛡️ Self-healing. Rotates TLS fingerprints, retries with backoff, aborts cleanly if Amazon structure changes — your run never runs forever on a broken extractor.

🏎️ Quick start

  1. Click Try for free
  2. Type a search term (e.g. 4k monitor) or paste an Amazon URL
  3. Pick how many products you want and hit Start
  4. Download results as JSON, CSV, or Excel — or grab the API link

🔧 Input

FieldDescription
Search keywordsOne or more keywords to search. Leave blank if using Start URLs.
Start URLsAmazon search, category, or product (/dp/) URLs. Mix with keywords or use alone.
Amazon marketplaceChoose from 19 Amazon storefronts. Affects currency and language.
Maximum itemsCap on results. Set 0 for unlimited.
Enrich with detail pagesOn = include feature bullets, breadcrumbs, hi-res images, brand, availability. Off = cheaper, faster index scrape.
ConcurrencyParallel requests, 1–25. Default 5.
Only new sinceOptional ISO date — incremental refresh hint.

📦 Sample output

{
"url": "https://www.amazon.com/Apple-2026-MacBook-13-inch-Laptop/dp/B0GR1JTFP8",
"asin": "B0GR1JTFP8",
"title": "Apple 2026 MacBook Air 13-inch Laptop with M5 chip: Built for AI, 13.6-inch Liquid Retina Display, 16GB Unified Memory, 512GB SSD",
"brand": "Apple",
"price": 1071.00,
"currency": "USD",
"rating": 4.8,
"reviewCount": 370,
"availability": "In Stock",
"imageUrl": "https://m.media-amazon.com/images/I/71pkfQGcMKL._AC_SL1500_.jpg",
"images": [
"https://m.media-amazon.com/images/I/71pkfQGcMKL._AC_SL1500_.jpg",
"https://m.media-amazon.com/images/I/61vTpa27UiL._AC_SL1500_.jpg"
],
"featureBullets": [
"FAST AND POWERFUL — Apple M5 chip with up to 10-core CPU and 10-core GPU",
"BUILT FOR AI — On-device AI for instant private answers, smart replies, image-tools",
"WORK ALL DAY — Up to 18 hours of battery life",
"STUNNING 13.6-INCH LIQUID RETINA DISPLAY — Vivid colors and crisp text"
],
"breadcrumbs": ["Electronics", "Computers & Accessories", "Computers & Tablets", "Laptops"],
"sponsored": false,
"scrapedAt": "2026-05-21T18:30:14Z"
}

💼 Who uses this

PersonaWhat they pull
📈 Price-monitoring teamsDaily price + availability per ASIN across marketplaces
🛍️ Arbitrage / resellersCatalog-wide price + rating sweeps to find delta opportunities
🏭 Brand analystsCompetitor titles, bullets, breadcrumbs for positioning research
🤖 ML / search engineersBulk product text + images for embeddings and recommender training
📰 Editorial / affiliateTop-rated picks per category for review articles
📊 Market researchersCategory leaders, review-count distribution, sponsored-share over time

💡 Tips & tricks

  • Drop search URLs into Start URLs to scrape a filtered SERP — bestsellers, prime-only, 4★+, deals — Amazon's filters apply.
  • Set scrapeDetails = false for the cheapest possible run when all you need is price + title + rating + thumbnail.
  • For price monitoring, run on a schedule (Apify Schedules) and compare datasets across runs.
  • Higher concurrency is faster but may hit rate limits. Start with 5; bump to 10 once you've validated the run.
  • The sponsored flag lets you filter paid placements out of organic rankings.

❓ FAQ

Does this need a proxy? No — works as-is for moderate volumes. For high-volume runs, use your own residential proxy by setting PROXY_URL (advanced).

Which fields are nullable? brand, availability, featureBullets, breadcrumbs, and images may be null on stub listings or for ASINs that don't expose them. url, asin, scrapedAt are always present.

Will Amazon block me? The scraper rotates TLS fingerprints and uses realistic browser session cookies. On the Apify Free plan you can comfortably pull thousands of records before hitting any rate limit.

Can I scrape reviews? This actor returns review count and average rating per product. For the full review text per product, see our companion reviews scraper (coming soon).

Can I use it via API? Yes — call the Apify API with a JSON input. See the API tab on this Actor's page for the exact endpoint.

🏷️ License & fair use

This scraper accesses publicly available data on Amazon's website. You are responsible for complying with Amazon's Conditions of Use and your local laws. We provide tooling, you decide how to use it.


Built with 💛 on Apify. Found a bug or want a field added? Open an issue on the Actor's page.