Amazon Scraper API
Free Tool

Free Amazon ASIN Lookup

Paste any Amazon ASIN. Get the live product data, scraped through residential proxies, in under 5 seconds. No signup, no credit card.

Free pool capped at ~50 lookups per IP per day. Cached for 1 hour. Sign up for 1,000 free lookups per month, no daily cap.

Try one of these:

What you get back from one lookup

Every successful lookup returns a structured snapshot of the listing as it appears to a logged-out shopper:

check_circle
Product title The full listing title
check_circle
Buy Box price Currency-aware, the price you would actually be charged
check_circle
Star rating Out of 5
check_circle
Review count Total ratings
check_circle
Brand Manufacturer or seller brand
check_circle
ASIN Echoed back so you can verify
check_circle
Marketplace amazon.com, amazon.co.uk, amazon.de, etc.
check_circle
Availability In stock, only N left, temporarily out of stock
check_circle
Image URL Main product image

For Amazon-specific power-user fields like featured reviews, BSR, variant options, technical details, A+ description, and 40 more, the paid API returns the full extracted product object.

What is an ASIN?

ASIN stands for Amazon Standard Identification Number. It is a 10-character alphanumeric identifier Amazon assigns to every product listing in its catalog. Books typically reuse the ISBN as the ASIN. Every other product gets a unique code that starts with "B0".

ASINs are how Amazon's catalog system tracks a listing across all 20+ regional marketplaces. The same physical product can have a different ASIN per marketplace (the US listing and the German listing of the same headphones are usually different ASINs), and Amazon uses the ASIN to roll up reviews, ratings, and Buy Box state for that specific listing.

Two notes worth knowing: ASINs are not serial numbers (a serial number is unique per physical unit, an ASIN is unique per listing), and Amazon can recycle, suppress, or delete an ASIN at any time. A "page not found" 404 on /dp/ASIN is usually a delisted or merged ASIN, not a scraper failure.

How to find an Amazon ASIN

Three reliable places, ranked by speed:

  1. The product URL. Every Amazon product page URL contains the ASIN immediately after /dp/. For example: amazon.com/dp/B08N5WRWNW means the ASIN is B08N5WRWNW. Works on every Amazon marketplace.
  2. The Product details section. Scroll to the section labeled "Product information" or "Product details" on the listing page. The ASIN is listed as a row alongside dimensions, weight, and date first available.
  3. The Amazon mobile app. Tap "About this item" on the product page. ASIN appears under "Additional details".

For bulk ASIN extraction (e.g. pulling every ASIN from a search results page or a category), our SDKs handle pagination and dedupe automatically.

How the free lookup works under the hood

This tool is a thin frontend over the same scraping engine our paid customers use:

  • Residential proxy routing. Every request goes through Evomi residential exit IPs, country-matched to the marketplace TLD. amazon.de hits a German residential IP, amazon.co.jp hits a Japanese one. This is why the success rate is high (~99 percent on first attempt) on most ASINs.
  • Hourly cache. A successful lookup is cached for 60 minutes. If you (or anyone else) requests the same ASIN within that window, you get the cached snapshot instantly instead of triggering a new scrape.
  • Daily budget cap. The free pool resets at 00:00 UTC. When the cap is exhausted, the tool returns a "daily budget exhausted" message instead of failing silently. Sign up for the free API tier (1,000 requests per month, no daily cap) if you need more.
  • No tracking. We do not store your IP, the ASINs you look up, or any other identifying data. The cache is keyed on ASIN + marketplace, not user.

If a lookup returns 404, the ASIN is either delisted, merged, or never existed. The tool returns an explicit not_found status rather than charging through retries.

When to upgrade to the paid API

This tool is great for one-off lookups. It will not work for:

  • More than ~50 lookups per day (you will hit the daily cap)
  • Programmatic access from scripts (the tool is a web form, not an endpoint)
  • Bulk ASIN harvesting from search pages
  • Other Amazon endpoints (reviews, BSR rankings, seller pages, deals)

If any of those apply, the paid API starts at 1,000 free requests per month, then $0.90 per 1,000 on pay-as-you-go. The same residential proxy stack, the same extraction pipeline, plus 40+ Amazon-specific fields the free tool does not surface. The cheapest topup is $5 for ~5,500 requests.

Frequently asked questions

How do I look up an Amazon ASIN? expand_more
Paste the 10-character code (starts with "B0") into the form on this page, pick the marketplace, and click Look up. The tool returns the product title, price, rating, review count, brand, and availability in under 5 seconds. To find the ASIN itself, copy the part of the Amazon URL right after /dp/.
How to check an ASIN? expand_more
Two ways. The fast way: paste it into the form on this page and confirm the title and image match the product you expected. The thorough way: visit amazon.com/dp/YOUR_ASIN directly in a browser. If the page loads with a "Page Not Found" message, the ASIN is delisted or invalid.
What does the ASIN number tell you? expand_more
The ASIN tells you which specific Amazon listing you are looking at. It does not describe the product itself (that information sits behind the listing page). Two products with identical specs from different sellers usually have different ASINs. The same product on amazon.com and amazon.de also typically have different ASINs.
Is an ASIN number a serial number? expand_more
No. A serial number is unique per physical unit and printed on the product or its packaging by the manufacturer. An ASIN is unique per Amazon listing and assigned by Amazon catalog system. You can buy 100 of the same product and they will all share one ASIN but have 100 different serial numbers.
Why is an ASIN not searchable? expand_more
Three common reasons. The ASIN is delisted by Amazon or by the seller and the product page returns a 404. The ASIN is for a marketplace other than the one you searched on (a UK ASIN will not resolve on amazon.com). Or the product is a parent-only ASIN that redirects to a child ASIN with variant-specific data.
How to find your ASIN number? expand_more
If you are a seller looking for the ASIN of one of your own listings: go to Seller Central, click Manage Inventory, and the ASIN column appears alongside SKU and price. If you are searching for any product as a buyer or a researcher, use the URL method (the part after /dp/ in any product page URL) or paste the suspected ASIN into the form on this page to confirm.
Can I look up ASINs in bulk? expand_more
Not through this free form. The form takes one ASIN at a time on purpose, both to keep the tool free and to keep the user experience fast. For bulk lookups, use the batch endpoint on the paid API: pass up to 1,000 ASINs per call, get a single async response with results for all of them.