Amazon Products Scraper

Product details from Amazon,
by the thousand.

Hand over a list of ASINs or product URLs and get the listing behind each one back as a row - title, price, rating and review count. Seventeen Amazon marketplaces, one export. No proxies, no parsers, no code.

500 free products$0.002 per product after17 marketplacesCSV · XLSX · API
How it works

ASINs in,
product rows out.

Amazon publishes product detail in the page itself rather than through a public feed, so the practical input is the identifier you already hold: the ASIN, or the product URL.

  1. STEP 1Sign in to the platform.
  2. STEP 2Open the Amazon Products Scraper.
  3. STEP 3Enter ASINs, or product / summary page URLs.
  4. STEP 4Set the limit per page and any filters.
  5. STEP 5Choose your output format (CSV / XLSX).
  6. STEP 6Click Get Data.

One row per product. The pre-flight estimator shows the product count and credit cost before the run starts.

Why teams use it

Catalogue data without the catalogue work.

Start from the identifier you have

A supplier sheet, a competitor list, a category export - if it has ASINs or product URLs in a column, it's already a valid input.

Seventeen marketplaces, one job

The same ASIN can carry a different price and currency in every region. Pull them side by side instead of opening seventeen tabs.

Export or API, your choice

CSV and XLSX for a spreadsheet, or call the API and pipe results straight into your own pricing or merchandising system.

What you get back

One row per product,
the listing as published.

Each row carries the product detail Amazon shows on the page: the product name and its ASIN, the current price and currency, any badge on the listing, the star rating and review count, the product URL, and - where Amazon publishes them - dimensions and active coupons.

Because the exact column set varies by category (a book carries author and publication detail that a power tool does not), we deliberately don't publish a fixed column list here that would be wrong for half of Amazon. Run a small job on the free tier first and the header row will tell you precisely what your categories return.

Data dictionary

Eighteen columns that fill,
out of a very long header.

The header row is enormous - 132 columns - but most of it is category-specific and empty for any given product. These are the ones that actually carry data.

query
The ASIN or product URL you submitted, echoed on every row.
position
Where the product sat in the result set for that query.
name
The product title as published.
asin
Amazon's product identifier.
price
Price as displayed, with the currency symbol - e.g. $788.49.
price_parsed
The same price as a bare number, ready to compute with.
currency
Three-letter currency code, e.g. USD or INR.
old_price
The pre-discount price as displayed. Present on 27% of rows - only discounted listings carry it.
old_price_parsed
That pre-discount price as a bare number.
strike_price
The struck-through price shown on the listing. Tracks old_price, at 27%.
rating
Average star rating for the product. Present on 95% of rows.
reviews
How many reviews the product has. Present on 93% of rows.
prime
Whether the listing is Prime-eligible.
bage
The badge on the listing, e.g. a best-seller flag. Spelled this way in the export. Present on 25% of rows.
image_1
The main product image. Further image columns exist but fill on under 10% of rows.
url
The full product URL.
short_url
A shortened product URL.
ref_url
The referral-tagged URL for the listing.

Two things worth knowing before you build. First, availability and shipping exist as columns but arrived on only 1.6% of 244 rows - do not plan a stock workflow around them. Second, the export carries roughly 110 further details_* and overview_* columns that are specific to a product category - horsepower and incline for a treadmill, compatible phone models for a case - so they are present for the products that have them and empty for everything else. Read them opportunistically rather than expecting a fixed set. Prices come in both display and parsed form, which saves stripping currency symbols yourself.

Coverage

Seventeen Amazon
marketplaces.

Every regional storefront we support, by domain. The same ASIN can be priced and stocked differently in each one.

amazon.com amazon.co.uk amazon.ca amazon.de amazon.es amazon.fr amazon.it amazon.in amazon.nl amazon.se amazon.sa amazon.com.mx amazon.com.br amazon.co.jp amazon.pl amazon.com.au amazon.ae
Common workflows

Three jobs people
most often run here.

A few examples of how teams use Amazon product data.

Pricing

Track competitor prices

Feed in the ASINs you compete against and re-run on whatever cadence your category moves at. Price per row means you can see undercutting rather than inferring them.

Pricing · Merchandising
Expansion

Compare a catalogue across regions

Run the same ASIN list against several marketplaces. Where the price gap differs sharply, you have a concrete case for a regional listing change - backed by the live pages, not a guess.

International
Research

Audit your own listings

Export your full ASIN range and diff it against your source of truth. Wrong titles, missing descriptions, stale prices and lost badges surface in a spreadsheet instead of a customer complaint.

Operations
Pricing

Pay only for the products
you actually pull.

No subscription, no minimum. Your first 500 products are on us - after that, pay-as-you-go, and the rate drops at volume.

Free tier

500 free products - $0

Every new account, one-time. No credit card required. CSV / XLSX export, filters and API access included.

$0 forever
Pay-as-you-go

$0.002 per product

That's $2 per 1,000 products above the free tier. The pre-flight estimator shows row count and credit cost before a run starts - no surprises, no compute units to translate.

Most popular
Enterprise

Custom - catalogue-scale pulls

For very large or continuous catalogue pulls, talk to us about volume pricing, dedicated workers and an SLA.

Talk to us
10% off your first paid run.Use code LIVESCRAPER10 at checkout.
Sign up
Pairs well with

Products are one
signal of many.

Teams working a product category usually run one of these alongside.

The legal bit

Is it legal to scrape
Amazon product pages?

Short answer: yes for the public listing data - and that is all we ever collect.

A product page is public: Amazon shows the title, price, availability and rating to anyone, signed in or not. Collecting publicly visible facts about a product for price comparison and market research is long-established practice, and as long as the data is publicly available and the process doesn't disrupt the site there are no federal laws prohibiting it.

Worth being straight about the commercial side: Amazon's terms of service restrict automated access, so this is a terms question as much as a legal one. We handle no logins and touch nothing behind an account. If you have a contractual relationship with Amazon, check it - that's your call to make, not ours to make for you.

We collect no personal data, run no third-party trackers on the data layer, and your exports auto-delete after 30 days.

livescraper.app · principles
Public listing data only
No logins, no accounts touched
No personal data collected
GDPR-aligned by default
Exports auto-delete (30 days)
Check your own Amazon terms before scaling.
Common questions

Things people
ask before signing up.

The questions we hear most. Anything else? Talk to us - humans, not bots, write the answers.

How do I scrape Amazon product data?+
Using the Amazon Products Scraper:
  1. Sign in to the platform.
  2. Open the Amazon Products Scraper.
  3. Enter ASINs, or product / summary page URLs.
  4. Set the limit per page and any filters.
  5. Choose your output format (CSV / XLSX).
  6. Click Get Data.
What can I use as input - ASINs or URLs?+
Either. Paste ASINs directly, or product and summary page URLs if that's what your list already holds. Mixed input is fine, so you don't have to normalise a messy spreadsheet before running it.
Which Amazon marketplaces are supported?+
Seventeen regional storefronts: amazon.com, .co.uk, .ca, .de, .es, .fr, .it, .in, .nl, .se, .sa, .com.mx, .com.br, .co.jp, .pl, .com.au and .ae. The full list with domains is in the coverage section above.
Exactly which columns will I get?+
It depends on the category. Every product returns the core detail - name, ASIN, price, currency, rating, review count, badge and URL - but Amazon publishes extra attributes for some categories and not others, so a book row carries fields a garden hose row won't. Rather than print a fixed list that would be wrong for much of the catalogue, we'd suggest a small free-tier run: the header row of that export is the definitive answer for your ASINs.
Is there an API?+
Yes - API access is included on every tier, including the free one, alongside CSV and XLSX export. That makes it practical to wire product pulls into a pricing or merchandising job rather than running them by hand.
Will I get blocked or see captchas?+
No. Rate-limiting, IP rotation and bot-mitigation are handled on our side - from your end it's a form or an API call. You never manage a proxy pool or solve a captcha.
How much does a large catalogue cost?+
The first 500 products are free and one-time. After that it is $0.002 per product - about $2 per 1,000 - pay-as-you-go with no subscription, the same flat rate as every other scraper here. See pricing for current rates.

Pull your first 500 products, free.

500 one-time free products on every new account - no expiry. After that it's $0.002 per product, pay-as-you-go - no card on file until you say so.

Activates instantly · no card required

Scrape Amazon product data at scale

Livescraper's Amazon Products Scraper turns a list of identifiers into structured product data. You submit ASINs or product page URLs, set a limit per page, and download the listing behind each one as a clean CSV or Excel file - or call the API and skip the download entirely.

Each row carries the product detail Amazon publishes on the page: the product name, the ASIN, the current price and its currency, any badge on the listing, the star rating and review count, and the product URL. Categories that publish more - dimensions, coupons, publication detail on books - return more, which is why the header row of a small test run is the most reliable column reference for your own catalogue.

Pricing teams use it to watch competitor ASINs on whatever cadence their category moves at. International teams run one ASIN list against several of the seventeen supported marketplaces to see where price and currency diverge. Operations teams export their own range and diff it against their source of truth to catch stale prices and missing copy before a customer does.

Amazon publishes product detail in the page rather than through a public feed, so there is no free API to call - which is precisely the gap this fills. Start free: your first 500 products cost nothing and need no credit card, and the rate halves past five thousand.