Amazon Scraper API

Amazon ASIN: What Is an ASIN Number?

Updated at

The Answer

An Amazon ASIN is a 10-character alphanumeric code that uniquely identifies every product in the Amazon catalog. Most ASINs start with “B0” followed by eight more letters and digits. Books with a 10-digit ISBN reuse that ISBN as their ASIN. Amazon generates ASINs automatically when a new listing is created, and the same product can have different ASINs in different marketplaces. If you need product data for hundreds or thousands of ASINs at once, the Amazon Scraper API returns structured JSON for any ASIN at $0.50 per 1,000 successful requests.

What Is an Amazon ASIN Number?

An Amazon ASIN is a 10-character alphanumeric code that Amazon assigns to every product in its catalog to uniquely identify that product across listings, search, advertising, and inventory systems. ASIN stands for Amazon Standard Identification Number, and it is Amazon’s internal product ID, not an industry-wide barcode like a UPC or EAN.

Every product page on amazon.com has exactly one ASIN. The ASIN is what links the title, images, bullets, price history, reviews, Buy Box, and advertising data together into a single detail page. If two sellers offer the same physical product, they share one ASIN and compete for the Buy Box on that page. If a seller lists a new product that does not yet exist in Amazon’s catalog, Amazon mints a new ASIN for it.

One ASIN is scoped to one marketplace. The same physical product can carry a different ASIN on amazon.com, amazon.de, and amazon.co.jp. This is why scrape jobs targeting multiple countries have to look up each marketplace separately, and why Amazon’s Brand Registry tools show a per-marketplace ASIN list.

What Is the Format of an ASIN?

The format of an ASIN is ten characters drawn from digits 0 to 9 and uppercase letters A to Z, which gives Amazon a base-36 address space. Most non-book ASINs begin with “B0” and look like B09HN3Q81F or B08N5WRWNW. Books that have a 10-digit ISBN use the ISBN itself as the ASIN, so you often see ASINs like 0451524934 that begin with a digit.

The base-36 scheme lets Amazon encode roughly 36^10 possible identifiers, which is on the order of 3.6 quadrillion. In practice Amazon only uses a subset of that space, but the room is there. The 10-character length was chosen so that Amazon’s original book-catalog systems, already written for 10-digit ISBNs, kept working once the catalog expanded beyond books.

ASINs are case-sensitive as stored, but Amazon treats the URL forms as case-insensitive for lookups. The canonical form uses uppercase letters. Anywhere you see an ASIN in lowercase on a third-party page, the underlying Amazon record is still uppercase.

When Did Amazon Introduce the ASIN?

Amazon introduced the ASIN in 1996, when the company decided to sell categories beyond books and needed a product identifier that worked for items without an ISBN. Amazon engineer Rebecca Allen designed the format, and Amazon’s own retrospective on the system credits the 10-character length to a deliberate choice that kept the pre-existing book systems compatible.

The practical consequence for sellers is that books still behave differently from everything else. A book with only a 13-digit ISBN gets a generated 10-character ASIN that has no visible relationship to the ISBN. A book with a 10-digit ISBN uses the ISBN verbatim as its ASIN. Every other product category gets a freshly minted B0... code when the first listing is created.

How Do You Find an ASIN on Amazon?

You find an ASIN in three places: the product URL, the Product Information section on the detail page, and the inventory tools inside Seller Central. The URL method is the fastest for a single product. The detail-page method is the most reliable. Seller Central is the one to use when you own the listing or need to export ASINs in bulk.

Where Is the ASIN in the Product URL?

The ASIN in a product URL sits immediately after the /dp/ segment, and it is ten characters long. In https://www.amazon.com/dp/B09HN3Q81F, the ASIN is B09HN3Q81F. The same rule holds for longer URLs that include a product name slug, for example https://www.amazon.com/Apple-AirPods-Pro-2nd-Generation/dp/B09HN3Q81F/ref=.... The /dp/<ASIN>/ pattern is stable. You can truncate everything after the ASIN and the link still works.

Amazon also uses a /gp/product/ form on some legacy links. The ASIN appears in the same position after that segment. If a link only has ?asin=... as a query parameter, the value is still the ASIN. The prefix changes, the 10-character code does not.

Where Is the ASIN on the Product Detail Page?

The ASIN on a product detail page appears inside the “Product Information” or “Product Details” section that lives below the bullet points. Scroll down past the description and you will find a block labelled Product Details with fields like Dimensions, Manufacturer, Date First Available, and Best Sellers Rank. The ASIN is listed there in the same list. On some categories Amazon labels it “ASIN”, on others it is inside “Item model number” adjacent fields, but the 10-character code is always visible.

This method is slower than reading the URL, but it is the one to use when you have arrived at the page through search or a deep link and cannot see the URL cleanly. It also confirms that the ASIN matches the variant you are looking at, which matters on parent-child pages where different color or size choices have different child ASINs.

How Do Sellers Find ASINs in Seller Central?

Sellers find ASINs inside Seller Central under Catalog, Manage All Inventory. Every row in the inventory table shows the ASIN alongside the seller’s own SKU, the product title, and the current stock level. You can filter by ASIN, export the whole inventory as a CSV, and use that list for advertising, repricing, or analytics.

Vendor Central users and sellers enrolled in Brand Registry see ASINs inside the Brand Analytics dashboards, the Search Query Performance report, and the Product Performance report. Ads consoles like Amazon Advertising and Amazon Marketing Cloud expose ASINs as the primary join key between impressions, clicks, and sales.

How Do You Look Up ASINs in Bulk?

You look up ASINs in bulk using a reverse lookup tool, an Amazon API, or a scraper that accepts a list of product URLs or search queries. Brand protection teams and repricing tools typically track thousands of ASINs per account, which is far beyond what manual URL copying can handle.

Three paths are common. First, seller tools like Helium 10 Cerebro and Jungle Scout’s Keyword Scout take ASINs in and return the keywords those products rank for. Second, Amazon’s own SP-API exposes catalog search and listing endpoints for registered sellers, which return ASINs for known product identifiers. Third, scraping APIs like the Amazon Scraper API let you submit a list of ASINs and receive structured product data (title, price, rating, reviews, variants, images) back as JSON. The async batch endpoint accepts up to 1,000 ASINs in a single POST and delivers the results to a webhook once they are ready, which is the pattern repricers and analytics dashboards use when they need fresh data on a large catalog every day.

How Is an ASIN Different From a UPC, EAN, ISBN, or SKU?

An ASIN is an Amazon-only identifier, while UPC, EAN, and ISBN are global industry barcodes, and a SKU is an internal code a seller controls. They coexist on the same listing. A pair of running shoes might have a 12-digit UPC from GS1, a 13-digit EAN for European retail, an ASIN like B09HN3Q81F on amazon.com, and a SKU like RUN-BLK-42-V2 that the seller uses in their warehouse.

UPC (Universal Product Code) is 12 digits and is the retail barcode standard in the United States and Canada. EAN (European Article Number) is 13 digits and is the international equivalent, with a country-code prefix built in. ISBN (International Standard Book Number) is 10 or 13 digits and applies only to books. All three are issued by GS1 or the ISBN agency, and they follow the same product wherever it is sold. Walmart, Target, and Amazon all see the same UPC on the same can of soda.

An ASIN is different on two axes. It is Amazon-specific, so the same UPC maps to different ASINs on amazon.com, amazon.de, and amazon.co.jp. It is also catalog-scoped rather than product-scoped, which means Amazon only mints one ASIN per distinct product entry, and every seller offering that product shares it.

SKU (Stock Keeping Unit) is even more local. A seller invents their own SKUs for internal tracking. Two sellers offering the same ASIN will almost always have different SKUs because the SKU encodes things only the seller cares about, like warehouse bin, cost tier, or supplier batch. Amazon never looks at a SKU when deduplicating listings, and buyers never see it.

The practical rule is this. Use UPC, EAN, or ISBN when Amazon asks you for a product identifier during listing creation. Use SKU inside your own systems. Use ASIN when you are talking to Amazon, talking about an Amazon listing, or pulling data out of Amazon.

What Are Parent and Child ASINs?

Parent and child ASINs are how Amazon groups product variations under one detail page. The parent ASIN is a non-buyable umbrella record. The child ASINs are the actual purchasable variants, each with its own price, inventory, and images. A t-shirt sold in five colors and four sizes would have one parent and up to twenty children, one per color-size combination.

Child ASINs share the same reviews, the same Q&A, and the same main title under the parent. That shared review pool is why variation families tend to rank and convert better than isolated single-variant listings. A new color added to an established family inherits the 10,000 reviews the family already has instead of starting from zero.

How Many Child ASINs Can One Parent Have?

One parent ASIN can have up to 15,000 child ASINs in Amazon’s catalog, but practical visibility caps out lower. Amazon’s own documentation and industry write-ups both note that variation families with more than 2,000 children stop displaying the variation selector properly, which means shoppers cannot switch between variants on the detail page. For most categories the sweet spot is well under 100 children per parent.

Every child ASIN has to include its variation attribute in the title. A blue medium t-shirt that is missing “Blue” or “Medium” in its title gets suppressed from search. Amazon does not fine you for this, it just stops showing the child to shoppers, which is worse than a fine because you notice it only when sales drop.

How Do You Create a New ASIN on Amazon?

You create a new ASIN by adding a product to the Amazon catalog through Seller Central. Go to Catalog, Add Products, choose “I’m adding a product not sold on Amazon,” pick the product category, and submit the listing form. Amazon generates a fresh ASIN as soon as you click Submit and displays it under Manage All Inventory.

Before you create a new ASIN, you must first search Amazon for an exact match. Amazon’s ASIN creation policy is explicit that sellers have to match to an existing ASIN if one exists for the same product. Creating a duplicate ASIN for a product that is already listed is a catalog violation, and Amazon has suspended seller accounts for repeated offenses.

What Do You Need Before Creating an ASIN?

Before creating an ASIN you need a product identifier (UPC, EAN, JAN, or ISBN), a product title, a brand name, a category, at least one high-quality image, and the variation attributes if the product has sizes or colors. Amazon uses the product identifier to deduplicate against the existing catalog. If there is no match, Amazon then treats your submission as a new record.

New-seller accounts face weekly caps on how many new ASINs they can create. Amazon does not publish the exact numbers, but established sellers with sales history get much higher limits than brand-new accounts, and the limits grow as you prove you are not flooding the catalog with duplicates.

How Do You Create an ASIN Without a UPC or EAN?

You create an ASIN without a UPC or EAN by applying for a GTIN exemption in Seller Central. GTIN exemption is Amazon’s way of letting private-label brands, handmade products, bundles, and parts-and-accessories list without a purchased barcode. Go to Catalog, Add Products, select the category, and click “Apply for GTIN exemption” when the listing form asks for a product ID.

Amazon requires real product photos (not mockups), a clear product name, and, for most categories, a letter of authorization from the brand owner. Amazon’s approval decision typically comes back in 48 to 72 hours according to seller-side guides, and the approval is scoped to the brand-plus-category pair you applied for, not to your account as a whole. Once approved, Amazon still mints a standard 10-character ASIN for the listing. The exemption only changes the input requirement, not the ASIN format.

Why Do ASINs Matter for Amazon Sellers?

ASINs matter for Amazon sellers because the ASIN is the primary key for every piece of data Amazon exposes about a product. Search ranking, advertising targeting, Buy Box eligibility, inventory replenishment, customer reviews, and competitor analysis are all keyed off the ASIN. Losing access to an ASIN (through a suppression, a compliance flag, or a policy violation) effectively takes that product offline.

For repricing software, the ASIN is what the algorithm joins against to pull current Buy Box price and competing offers. For advertising, Sponsored Products and Sponsored Brands campaigns target ASINs, ASIN lists, and ASIN-based audiences. For brand analytics, the Search Query Performance report shows how your ASIN ranks for each query that led to an impression. Every seller workflow that touches Amazon uses ASINs as its unit of measurement.

How Does the ASIN Affect Search Ranking and Visibility?

The ASIN affects search ranking and visibility because Amazon’s A10 algorithm scores each ASIN as an independent unit, weighting sales velocity, conversion rate, review quality, price competitiveness, and inventory health. A new ASIN starts cold and has to earn rank by generating clicks and sales. A mature ASIN with thousands of reviews and consistent sales sits at the top of its category and gets the free organic traffic that keeps it there.

Parent-child variation pools are how sellers accelerate that climb. A new color variant inside an established family inherits the parent’s review count and browse position instead of starting from zero, which is a real advantage over listing the new color as a standalone ASIN. This is also why ASIN hijacking and listing merges are such profitable attacks from bad actors. The ASIN carries the reputation, not the seller.

How Do You Pull Product Data From an ASIN at Scale?

You pull product data from an ASIN at scale using a scraping API or Amazon’s own SP-API. Manual scraping of the detail page works for a handful of ASINs, but it breaks fast once you hit Amazon’s rate limits, CAPTCHA pages, and rotating CSS selectors. The practical threshold is around 50 to 100 ASINs per day from a single residential IP before the robot checks start.

The Amazon Scraper API is built for this exact problem. Submit an ASIN, get back JSON with title, price, currency, rating, review count, Buy Box seller, variants, images, and bullet points. For bigger jobs the async batch endpoint accepts up to 1,000 ASINs in a single POST and delivers the results to a webhook once they are ready. Pricing starts at $0.90 per 1,000 requests on pay-as-you-go and drops to $0.50 per 1,000 on Custom plans, non-2xx responses are free, and signups get 1,000 requests on the house with no credit card. The median latency on the Amazon Scraper API’s internal benchmarks is about 2.6 seconds per product and P95 is around 6 seconds, which is fast enough for a repricer that checks every ASIN on an hourly cadence.

Amazon’s own SP-API is an option for registered sellers who need catalog, listing, and order data, but it is scoped to your own account’s products. For competitor monitoring, category scans, or keyword-to-ASIN mapping on listings you do not own, a scraping API is usually the only path that scales beyond a few hundred ASINs per day.

What Are the Most Common ASIN Mistakes?

The most common ASIN mistakes are creating duplicate ASINs for products that already exist, listing product variations as separate ASINs instead of as children under a parent, and changing a product’s core attributes (brand, material, use) on an existing ASIN instead of creating a new listing. Each of these can trigger a listing suppression, an account health warning, or in repeat cases a seller account suspension.

Duplicate ASINs are the most serious. Amazon treats the creation of a second ASIN for an already-catalogued product as an attempt to game search, even when the seller did it by accident. The ASIN creation policy is explicit about this, and Amazon’s enforcement has tightened every year since the policy was introduced.

What Happens If You Create Duplicate ASINs?

If you create duplicate ASINs, Amazon can merge the duplicate into the original and reset its review history, suppress the duplicate from search, or issue a policy-violation notice on your account. A single unintentional duplicate is usually warned, not penalized. A pattern of duplicates triggers a formal Account Health review and can lead to selling privileges being suspended until you provide a plan of action.

The defensive move is to run an ASIN search against Amazon’s live catalog using the product’s UPC, EAN, or ISBN before you ever click Submit on a new listing. If any result comes back, use that existing ASIN. This check takes seconds and costs nothing, and it is the single most effective insurance against a compliance problem later.

Frequently Asked Questions

Is the ASIN the same across Amazon marketplaces?

No. An ASIN is scoped to one marketplace. The same physical product carries different ASINs on amazon.com, amazon.de, amazon.co.jp, and every other Amazon country site. Sellers selling internationally need to track one ASIN per marketplace per product.

Can two products share the same ASIN?

No. Every ASIN identifies exactly one product record in Amazon’s catalog. Two sellers offering the same physical product share one ASIN, but two different products always have two different ASINs. If you see what looks like two products sharing an ASIN, one of them has been incorrectly listed as an offer against a different product.

Do ASINs expire?

ASINs do not expire on a schedule, but Amazon can retire an ASIN if the product is removed from the catalog, flagged for compliance, or merged into another listing. A retired ASIN is not reused, so you cannot rescue traffic by inheriting an old one.

Can I change an ASIN once it is created?

You cannot change the ASIN itself. You can edit the title, images, bullets, description, and price on an ASIN you own, but the 10-character identifier is permanent. If a product truly changes (new brand, new formula, new category), Amazon policy requires a new ASIN, not an edit to the old one.

Are ASINs the same as barcodes?

No. A barcode is a scannable representation of a UPC, EAN, or similar standard identifier. An ASIN is Amazon’s internal catalog key. The two live on the same listing but serve different purposes. A barcode tells a cash register what to scan. An ASIN tells Amazon’s database which record to pull.

Sources