Core APIs
...
Results
Utility Requests

Shop By Look

2min

Shop By Look Results

When making a request with the type parameter set to type=shop_by_look Rainforest API will return a page of Shop By Look products for the product specified in the asin .

Shop By Look details are retrieved from the product page for a single product on Amazon. An type=shop_by_look . The first page of Shop By Look results are always returned with type=product requests (to the product page). The purpose of the dedicated type=shop_by_look request is to allow pagination through all pages of Shop By Look results.

Note that the 1st ASIN returned by a Shop By Look request is always the original ASIN specified in the asin request parameter. A maximum of 12 Shop By Look ASINs are returned per request.

Shop By Look Section
Shop By Look Section


An example of the JSON object returned from an Shop By Look request is shown below:

JSON


Rainforest API returns the following properties for Shop By Look requests:

Property

Type

Description

shop_by_look

Array

  • position
  • integer
  • The position of the current result within the current page.



  • asin
  • string
  • The ASIN of the product.



  • is_prime
  • boolean
  • True / false depending on whether the ASIN is marked as Prime, or not.



  • 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      Shop By Look Parameters