Product
When making a request with the type parameter set to type=product Rainforest API will return product details for the product specified in either the asin and amazon_domain parameters or the url parameter.
Product details are retrieved from the product page for a single product on Amazon.
Buybox Winner Stock Estimation To get stock estimation for the buybox winning offer pass the buybox_winner.offer_id into a stock-estimation request.
An example of the JSON object returned from an Product request is shown below:
Rainforest API returns the following properties for Product requests:
Property | Type | Description |
---|---|---|
product | object | An object containing details of the primary product shown on the product page.
|
frequently_bought_together | object | An object containing details of the other products that Amazon suggests are "frequently bought together" with the current product. It contains the following properties:
|
newer_model | object | An object containing details of the "newer model" of the current ASIN, if shown on the product page.
The newer_model object contains the following properties title, asin, link, price, price, image, is_prime, rating, ratings_total. |
also_viewed | array | An array containing details of the other products that Amazon customers viewed alongside the current product. Each object in the array contains the following properties:
|
similar_to_consider | object | An object containing details of the "similar item to consider" section, if shown.
The similar_to_consider object contains the following properties title, asin, link, price, price, image, is_prime, rating, ratings_total. Note that the similar_to_consider is often duplicated in the compare_with_similar array, if shown. |
compare_with_similar | array | An array containing details of the other products from the "compare with similar items" section of the product page. Each object in the array contains the following properties:
|
track_list | array | An array containing details of the track listing of the product (applies for media products such as audio CDs, streaming downloads etc. Each object in the array contains the following properties:
|
also_bought | array | An array containing details of the other products that Amazon customers who bought the current product also bought. Typically shown in a section on the product page under the title "Customers who bought this item also bought". The properties of the product objects in the also_bought array are identical to those of the also_viewed array, described above. |
view_to_purchase | array | An array containing details of the other products that Amazon customers bought after viewing the current product. Typically shown in a section on the product page under the title "What other items do customers buy after viewing this item?". The properties of the product objects in the view_to_purchase array are identical to those of the also_viewed array, described above. |
sponsored_products | array | An array containing details of sponsored products shown on the current product page. Each object in the array contains the following properties: The properties of the product objects in the sponsored_products array are identical to those of the also_viewed array, described above. |
bundles | array | An array containing details of any bundles containing the current ASIN. To view the contents of the bundle you should make a subsequent type=product specifying the bundle's ASIN and inspect the bundle_contents array. Each object in the array contains the following properties:
|
bundle_contents | array | An array containing details of the products in the current bundle. Each object in the array contains the following properties:
|
shop_by_look | object | An object containing details of the "shop by look" section of the product page.
|
climate_pledge_friendly | object | Climate Pledge Friendly Object Present when the "Climate Pledge Friendly" badge is shown on the product page. Contains the following properties:
|
Next Steps Product Parameters