What is AzScraper?¶
AzScraper collects public Amazon product data for you on demand. You tell it what to look up — keywords or specific products — and it returns clean, structured data you can download as a spreadsheet (CSV) or JSON.
You do everything from a web dashboard. No code needed. Developers who want to automate can use the API instead.
What you can do¶
- Track prices — watch how a product's price changes over time.
- Research products — pull titles, prices, ratings, and review counts across many items.
- Watch competitors — monitor listings you care about on a schedule.
- Export data — download results as CSV (for Excel/Sheets) or JSON (for tools).
Two kinds of lookups¶
- Search crawl — give it keywords (like
laptoporwireless mouse). You get back a list of matching products with title, link, price, and rating. - Details crawl — give it specific products (an ASIN or product URL). You get full detail for each one.
See How it works for the mental model, or jump to Getting started to run your first crawl.
Who it's for¶
- Evaluating AzScraper? Read Plans & credits to understand cost.
- Ready to use it? Start at Getting started.
- A developer integrating it? Go to the API & Integration track.