Amazon Product Scraper — Free Jungle Scout Alternative avatar

Amazon Product Scraper — Free Jungle Scout Alternative

Under maintenance

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Amazon Product Scraper — Free Jungle Scout Alternative

Amazon Product Scraper — Free Jungle Scout Alternative

Under maintenance

Scrape Amazon product data: title, price, ASIN, ratings, reviews, images, availability, and seller info. Supports product URLs, ASINs, and search keywords. Ideal for price monitoring, competitor research, and e-commerce intelligence.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Vhub Systems

Vhub Systems

Maintained by Community

Actor stats

1

Bookmarked

29

Total users

1

Monthly active users

19 days ago

Last modified

Share

Amazon Product Scraper

Extract structured Amazon product and search-result data for pricing research, catalog enrichment, competitor monitoring, and marketplace analysis. Provide direct product URLs, search keywords, or both; results are written to the default Apify dataset as JSON.

Need a complete research toolkit? Get the 30 Ready-to-Use Web Scrapers Bundle with setup notes and reusable workflows.

Practical use case: competitor price monitoring

Run the Actor daily with a stable list of competitor product URLs. Export asin, price, availability, seller, rating, and reviewsCount to Google Sheets, a database, or an n8n workflow; compare each run with the previous snapshot and alert when price or stock status changes.

Quick start

  1. Open the Actor in Apify Console.
  2. Add Amazon product URLs or search queries.
  3. Select the Amazon domain.
  4. Click Start.
  5. Download results from the Dataset tab as JSON, CSV, Excel, or through the Apify API.

Search by keyword

{
"searchQueries": ["wireless earbuds", "laptop stand"],
"maxResultsPerQuery": 20,
"domain": "amazon.com"
}

Scrape exact products

{
"productUrls": [
"https://www.amazon.com/dp/B09G9FPHY6"
],
"domain": "amazon.com"
}

Input

  • productUrls — direct Amazon product URLs.
  • searchQueries — Amazon search keywords.
  • maxResultsPerQuery — maximum products per query, from 1 to 100; default 20.
  • domain — one of amazon.com, amazon.de, amazon.co.uk, amazon.fr, amazon.it, amazon.es, amazon.co.jp, amazon.ca, or amazon.com.au.

At least one product URL or search query is required.

Output

Each dataset item can contain:

{
"asin": "B09G9FPHY6",
"title": "Apple iPad (9th Generation)",
"url": "https://www.amazon.com/dp/B09G9FPHY6",
"price": "$249.00",
"rating": 4.8,
"reviewsCount": 75778,
"brand": "Apple",
"availability": "InStock",
"bestSellerRank": null,
"seller": null,
"category": null,
"bulletPoints": ["Product feature"],
"images": ["https://m.media-amazon.com/example.jpg"],
"mainImage": "https://m.media-amazon.com/example.jpg",
"domain": "amazon.com",
"scrapedAt": "2026-05-16T21:45:28.303Z"
}

Fields can be null when Amazon does not expose them or blocks the page.

How extraction works

The Actor first uses fast structured extraction from JSON-LD and embedded page data. If no usable product title is found, it falls back to AI-assisted extraction. This keeps normal runs efficient while providing a recovery path when page structure changes.

Reliability notes

  • Large runs can trigger Amazon rate limits or blocked pages.
  • Availability and prices vary by domain, location, seller, and session.
  • Use smaller batches and scheduled runs for monitoring workloads.
  • Review Amazon's terms and applicable laws before collecting or redistributing data.