ASIN Details

TIP

Description: Query basic information of an ASIN through the ASIN
Request URI: GET /v2/oalur/v1/asin/active

Request Parameters
ParameterRequiredDescription
asinYesASIN
regionYesMarketplace: US-United States, DE-Germany, JP-Japan, UK-United Kingdom
Response Parameters
ParameterData TypeDescription
asinStringASIN
pasinStringParent ASIN
titleStringTitle
offsaleBooleanWhether it's unavailable (true-unavailable, false-available)
priceFloatPrice
scoreFloatListing review rating
brandStringBrand
amazon_choiceBooleanWhether it's Amazon's Choice
imgsString ArrayASIN images
generate_dateTimestampListing date
skusString ArraySKUs
bullet_pointsString ArrayBullet points
qa_numIntegerQ&A quantity
seller_numIntegerNumber of sellers
bought_togetherObject ArrayFrequently bought together products
dimensionsStringProduct dimensions
weightFloatWeight
total_rating_numLong IntegerNumber of ratings
buy_box_ownerStringBuy box seller
buy_box_seller_idStringBuy box seller ID
buy_box_typeStringBuy box type: AMAZON-Amazon, SELLER-Other seller, NONE-None
express_modeStringShipping method: AMAZON-Amazon, FBA, FBM, NONE-None
inventory_numIntegerInventory: (Out of stock=0, Abundant=21, 1-20)
discountObject ArrayDiscount 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_ratioFloatPositive review rate
negative_ratioFloatNegative review rate
star_ratioJSON ObjectStar rating distribution
total_comment_numLong IntegerNumber of reviews
bsrObject TypeBSR ranking (currently only provides the latest BSR ranking for the primary category)
a_plusBooleanWhether it has A+ content
sale_numLong IntegerEstimated monthly sales
category_infoJSON ArrayMultiple category information
sku_numIntegerNumber of variants
keywordsJSON ArrayKeywords associated with the ASIN
amz_pub_salesIntegerAmazon variant public sales
amz_pub_periodStringmonth - Monthly
sales_speedJSON ArraySales speed, the difference between the first review time and listing time
sale_num_growth_rateFloatSales growth rate

Example

curl --location --request \
GET 'https://gw.oalur.com/v2/oalur/v1/asin/active?asin=B07B3PGK61&region=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": ""
}