ASIN Details
TIP
Description: Query basic information of an ASIN through the ASIN
Request URI: GET /v2/oalur/v1/asin/active
Request Parameters
Parameter | Required | Description |
---|---|---|
asin | Yes | ASIN |
region | Yes | Marketplace: US-United States, DE-Germany, JP-Japan, UK-United Kingdom |
Response Parameters
Parameter | Data Type | Description |
---|---|---|
asin | String | ASIN |
pasin | String | Parent ASIN |
title | String | Title |
offsale | Boolean | Whether it's unavailable (true-unavailable, false-available) |
price | Float | Price |
score | Float | Listing review rating |
brand | String | Brand |
amazon_choice | Boolean | Whether it's Amazon's Choice |
imgs | String Array | ASIN images |
generate_date | Timestamp | Listing date |
skus | String Array | SKUs |
bullet_points | String Array | Bullet points |
qa_num | Integer | Q&A quantity |
seller_num | Integer | Number of sellers |
bought_together | Object Array | Frequently bought together products |
dimensions | String | Product dimensions |
weight | Float | Weight |
total_rating_num | Long Integer | Number of ratings |
buy_box_owner | String | Buy box seller |
buy_box_seller_id | String | Buy box seller ID |
buy_box_type | String | Buy box type: AMAZON-Amazon, SELLER-Other seller, NONE-None |
express_mode | String | Shipping method: AMAZON-Amazon, FBA, FBM, NONE-None |
inventory_num | Integer | Inventory: (Out of stock=0, Abundant=21, 1-20) |
discount | Object Array | Discount activity. Discount types: COUPONS: Coupon DEAL_OF_THE_DAY: Deal of the Day LIGHTNING_DEAL: Lightning Deal SAVING_SALES: Weekly Deal. When there is only one discount, the maximum and minimum discount are equal (different SKUs may have different discounts, hence the range format) |
positive_ratio | Float | Positive review rate |
negative_ratio | Float | Negative review rate |
star_ratio | JSON Object | Star rating distribution |
total_comment_num | Long Integer | Number of reviews |
bsr | Object Type | BSR ranking (currently only provides the latest BSR ranking for the primary category) |
a_plus | Boolean | Whether it has A+ content |
sale_num | Long Integer | Estimated monthly sales |
category_info | JSON Array | Multiple category information |
sku_num | Integer | Number of variants |
keywords | JSON Array | Keywords associated with the ASIN |
amz_pub_sales | Integer | Amazon variant public sales |
amz_pub_period | String | month - Monthly |
sales_speed | JSON Array | Sales speed, the difference between the first review time and listing time |
sale_num_growth_rate | Float | Sales growth rate |
Example
curl --location --request \
GET 'https://gw.oalur.com/v2/oalur/v1/asin/active?asin=B07B3PGK61®ion=US' \
--header 'Authorization: bearer {token}'
Response
{
"code": 0,
"data": {
"a_plus": true,
"amazon_choice": false,
"asin": "B01JTDG084",
"bought_together": [
{
"asin": "B07MT89MCW",
"img": "https://images-na.ssl-images-amazon.com/images/I/61vysAVtFBL._AC_UL115_.jpg"
},
{
"asin": "B01M9I779L",
"img": "https://images-na.ssl-images-amazon.com/images/I/61zjkKfbQsL._AC_UL115_.jpg"
}
],
"brand": "Greater Goods",
"bsr": {
"rank": "12",
"category": "home-garden"
},
"bullet_points": [
"A Premium Choice: Between the design and quality, this kitchen scale is going to last and function at an impeccable level. Your cooking just got ten times easier!",
"Fresh Features: All of the qualities you need and expect in a kitchen scale: readings down to the gram, an eleven pound capacity, and easy to read display. What more could you want?",
"Simple And Stylish: Don't let the kitchen accessories cramp your style—the simplistic, modern design of this scale fits right in with the decor of any trendy space. Go ahead and leave it on the counter; it shows you care about your kitchen.",
"True Support: Our friendly team in St. Louis are industry experts at-the-ready to assist you with any questions that might arise about your kitchen scale. We take pride in our work and want you to have a great experience from beginning to end.",
"Beyond A Purchase: Yes, we design and produce high functioning, slick looking kitchen scales, but we value the positive impact of a purchase, on a global level, as much as anything. That's why we only partner with ethical factories and ensure a portion of every sale is given back to a charity that aligns with the nature of what you'll be using. Learn more about how we give back in our short videos!"
],
"buy_box_owner": "Greater Goods™",
"buy_box_seller_id": "A3V57BSM3R3ATX",
"buy_box_type": "SELLER",
"discount": [
{
"maxDiscount": 0.1,
"minDiscount": 0.1,
"type": "COUPONS"
}
],
"express_mode": "FBA",
"generate_date": 1470326400000,
"imgs": [
"https://images-na.ssl-images-amazon.com/images/I/31GGl-hpA3L.jpg",
"https://images-na.ssl-images-amazon.com/images/I/51150meM5%2BL.jpg",
"https://images-na.ssl-images-amazon.com/images/I/51oY2FxsakL.jpg",
"https://images-na.ssl-images-amazon.com/images/I/41KIFoXTJ4L.jpg",
"https://images-na.ssl-images-amazon.com/images/I/519onbesidL.jpg"
],
"inventory_num": 21,
"keywords": [
"pregnancy tape",
"sowing sets",
"gym tape",
"cinta metrica costura",
"plastic-craft products",
"soft measuring tape",
"mearar",
"medical suit",
"white felt fabric",
"white ruler",
"mesururing tape"
],
"offsale": false,
"pasin": "B07Z5S7S9Q",
"positive_ratio": 0.92,
"negative_ratio": 0.03,
"price": 13.88,
"qa_num": 458,
"score": 4.6,
"sale_num": 14589,
"sku_num": 3,
"skus": [
"B0771YZGXN",
"B07CSBYPGM",
"B07Z599S47",
"B07Z59CDM8",
"B01JTDG084"
],
"star_ratio": {
"star1": 0.03,
"star4": 0.13,
"star5": 0.78,
"star2": 0.02,
"star3": 0.05
},
"title": "GreaterGoods Digital Food Kitchen Scale, Multifunction Scale Measures in Grams and Ounces (Ash Grey)",
"total_comment_num": 16765,
"total_rating_num": 84759,
"weight": null
},
"message": ""
}