Core APIs
...
Results
Utility Requests

Also Bought

2min

Also Bought Results

When making a request with the type parameter set to type=also_bought Rainforest API will return details of the "also-bought" products for the product specified in either the asin and amazon_domain parameters or the url parameter.

Also bought details are retrieved from the product page for a single product on Amazon. An type=also_bought request will automatically paginate through all of the pages of also-bought data and return every also bought result.

Also Bought Section
Also Bought Section


An example of the JSON object returned from an Also Bought request is shown below:

JSON


Rainforest API returns the following properties for Also Bought requests:

Property

Type

Description

also_bought

array

An array containing details of the other products that Amazon customers bought alongside the current product. Each object in the array contains the following properties:

  • title
  • string
  • The title of the product.



  • link
  • string
  • The link to the product page.



  • asin
  • string
  • The ASIN of the product.



  • image
  • string
  • A link to the image of the product.



  • rating
  • number
  • The overall rating of the product, out of 5.



  • ratings_total
  • number
  • The total number of customer ratings the product has received.



  • price
  • object
  • A price object describing the price of the product.


Next Steps      Also Bought Parameters

Updated 11 Aug 2024
Did this page help you?