Product Details

Interface Information

Description: Query basic information of a product through its ASIN.
Request URI: GET /v2/oalur/v2/product/detail

Request Parameters
ParameterRequiredData TypeDescription
platformYesStringPlatform: AMAZON
marketplaceYesStringMarketplace: US-United States, DE-Germany, JP-Japan, UK-United Kingdom
periodNoStringDefault: last30
Parameter examples: last30, last7, last1, 202306
Recent data:
last30 (default, last 30 days), last7 (last 7 days), last1 (last 1 day)
Monthly data:
Supports data from the past 2 years, US/DE/JP: starting from 202110, UK: starting from 202201
asinYesStringASIN
cal_commissionNoBooleanWhether to calculate FBA commission
Response Parameters
ParameterData TypeDescription
asinStringASIN
pasinStringParent ASIN
titleStringTitle
imgStringMain image
priceFloatPrice
a_plusBooleanWhether it has A+ content
amazon_choiceBooleanWhether it's Amazon's Choice
brandStringBrand
buy_box_countryStringBuy box seller country
buy_box_ownerStringBuy box seller
buy_box_seller_idStringBuy box seller ID
buy_box_typeStringBuybox type: AMAZON-Amazon, SELLER-Other seller, NONE-None
dimensionsStringProduct dimensions
discountJSONDiscount 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)
express_modeStringShipping method: AMAZON-Amazon, FBA, FBM, NONE-None
generate_dateTimestampLaunch date
imgsArrayImages
inventory_numIntegerInventory: (Out of stock=0, Sufficient=21, 1-20)
top_bsrJSONMain category ranking, fields same as bsr
last_bsrJSONSubcategory ranking, fields same as bsr
positive_ratioFloatPositive review rate
negative_ratioFloatNegative review rate
offsaleBooleanWhether it's off-market (true-off-market, false-on-market)
package_sizeStringPackage size, US: inches, DE: cm, JP: cm, UK: cm
package_weightFloatPackage weight, US: pounds, DE: kg, JP: kg, UK: kg
sale_numIntegerSales volume during the selected period. Last 1 day: daily sales, Last 7 days: 7-day sales, Last 30 days: 30-day sales, Monthly: monthly sales
sale_volumeFloatSales amount, same as sales volume, for the period
scoreFloatRating score
seller_numIntegerNumber of sellers
sku_numIntegerNumber of variants
total_comment_numIntegerTotal number of comments
total_rating_numIntegerTotal number of ratings
weightFloatProduct weight
commissionFloatCommission fee
new_model_flagBooleanWhether there is a new model flag
sales_speedIntegerSales speed, indicates the difference between launch time and first review
prime_priceFloatPrime member price
Example

Request:

curl --location --request GET 'https://gw.oalur.com/v2/oalur/v2/product/detail?asin=B07ZCGPRKW&platform=AMAZON&marketplace=US&period=last30' \
--header 'Authorization: bearer {token}'

Response:

{
    "a_plus": true,
    "amazon_choice": false,
    "asin": "B0C6TZVV3C",
    "attributes": null,
    "product_info": {
        "Warranty Description": "2-Year Warranty & Lifetime Technical Support",
        "Care instructions": "Please be cautious not to overload, as the maximum output current supported by the device socket is 10A",
        "Customer Reviews": "5.0 5.0 out of 5 stars 2 ratings 5.0 out of 5 stars",
        "Included Components": "Relays",
        "Manufacturer": "MOCREO",
        "Manufacturer": "MOCREO",
        "Item model number": "ST7-CL",
        "ASIN": "B0C6TZVV3C",
        "Product Dimensions": "3 x 2.05 x 1.4 inches",
        "Best Sellers Rank": "#13,122 in Industrial & Scientific (See Top 100 in Industrial & Scientific) #22 in Temperature Controllers",
        "Item Weight": "4.6 ounces",
        "Country of Origin": "China"
    },
    "profit_rate": null,
    "sale_num": 100,
    "sale_num_growth_rate": 1150,
    "sale_volume": 1897,
    "sale_volume_growth_rate": 747.18,
    "score": 5,
    "seller_num": 1,
    "sku_num": 1,
    "title": "MOCREO Temperature Controller Reptile Thermostat Outlet, Bluetooth Temp Control Plug with Alarm for Terrarium Heat Mat Heating Pad, Greenhouse, Homebrew Fermenter, 110V 10A 1100W",
    "top_bsr": [
        {
            "avg_bsr": 29076,
            "bsr": 13122,
            "bsr_ratio": -70.47,
            "bsr_volume": -31308,
            "category_id": "industrial",
            "category_name": "Industrial & Scientific",
            "level": 1
        }
    ],
    "total_comment_num": 1,
    "total_rating_num": 2,
    "weight": 0.29
}