Amazon Scraper avatar

Amazon Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Amazon Scraper

Amazon Scraper

Scrape Amazon product data at scale — search results, prices, reviews, ratings, images, and seller info. Perfect for price monitoring, competitor analysis, market research, and e-commerce intelligence.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Harald

Harald

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

🛒 Amazon Product Scraper

Scrape Amazon product data at scale. Extract detailed product information from direct URLs or search keywords — titles, prices, ratings, reviews, availability, images, and ASINs.

Features

  • Product URLs — Scrape specific Amazon product pages directly
  • Search Keywords — Search Amazon and scrape all matching products with automatic pagination
  • 10 Amazon Domains — US, UK, DE, FR, IT, ES, CA, JP, IN, AU
  • Residential Proxies — Uses Apify residential proxy group to avoid blocks
  • Structured Output — Clean JSON with all key product attributes

Input

FieldTypeDescriptionDefault
productUrlsstring[]Amazon product page URLs[]
searchKeywordsstring[]Search terms to find products[]
maxResultsintegerMax products to scrape (0 = unlimited)50
maxSearchPagesintegerMax search pages per keyword5
amazonDomainstringAmazon domain (e.g., www.amazon.com)www.amazon.com

Example Input

{
"productUrls": [
"https://www.amazon.com/dp/B0CHX3QBCH"
],
"searchKeywords": [
"wireless headphones",
"usb-c hub"
],
"maxResults": 100,
"maxSearchPages": 3,
"amazonDomain": "www.amazon.com"
}

Output

Each product is stored as a JSON object:

{
"title": "Sony WH-1000XM5 Wireless Noise Canceling Headphones",
"price": "$278.00",
"rating": 4.6,
"reviewCount": 12847,
"availability": "In Stock",
"imageUrl": "https://m.media-amazon.com/images/I/51aX235kGKL._AC_SL1500_.jpg",
"asin": "B0CHX3QBCH",
"url": "https://www.amazon.com/dp/B0CHX3QBCH"
}

Output Fields

FieldTypeDescription
titlestringProduct title
pricestringPrice including currency symbol
ratingnumberStar rating (1.0–5.0)
reviewCountnumberTotal number of reviews
availabilitystringStock status text
imageUrlstringMain product image URL
asinstringAmazon Standard Identification Number
urlstringClean product page URL

Pricing

This actor uses residential proxies which consume Apify platform credits. Estimated cost:

  • ~$0.50 per 1,000 product pages (varies by proxy usage and retries)
  • Search pages count as additional requests

Tips

  • Use maxResults to control costs on broad searches
  • Direct product URLs are faster and cheaper than search
  • Increase maxSearchPages for comprehensive keyword coverage
  • Some fields may be null if Amazon changes page layout or the product page is unusual

This actor is provided for educational and research purposes. Ensure your use complies with Amazon's Terms of Service and applicable laws.