ASIN
Definition
What ASIN means
Every product page on Amazon has an ASIN, a 10-character code such as B0CF3VGQFL that appears in the product URL after /dp/. It identifies the product listing, not a seller: every seller offering the same item sells it under the same ASIN.
For books with an ISBN, the ASIN is the ISBN-10. Other products get an ASIN starting with B0. The same product usually keeps its ASIN across Amazon marketplaces, but not always, so a catalog that spans countries should check each marketplace.
Clair's Amazon endpoints take asin as input for product details, offers, and reviews. When you have a barcode instead, the GTIN lookup endpoint returns the ASIN for a UPC, EAN, or ISBN.
In the data
How it appears in a response
GET /v1/search?engine=amazon&q=wireless+mouse&prime=true&page=1 · results.0.asin
"B004YAVF8I"Subscribe to the API you need.
Each Clair API is its own monthly request quota. Unused requests expire. Every API has a free tier to try it.