Core APIs
...
Parameters
Utility Requests

Shop By Look

4min

Shop By Look Parameters

GET /request

The Shop By Look Bought Parameters are applicable when making a request with type=shop_by_look to retrieve Shop By Look ASINs for a single product on Amazon - the product is specified using the asin request parameter.

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


For example, to request Shop By Look ASINs for the ASIN B087CLWH69 on amazon.de the request would be:

HTTP
Curl
Node.js
Python
PHP



Shop By Look Parameters

The following parameters are available for all requests made when type=shop_by_look .

Parameter

Required

Description

amazon_domain

required

The Amazon domain to retrieve Shop By Look ASINs from for the product specified in the asin parameter. For a full list of supported Amazon domains see Supported Amazon Domains .

asin

required

The Amazon ASIN (product ID) to retrieve Shop By Look ASINs for. Used in combination with the amazon_domain parameter.

page

optional

The page of Shop By Look results to retrieve. If not specified defaults to 1 . Note that a maximum of 12 results are returned per page.

max_page

optional

Use the max_page parameter to get multiple pages of results in one request. The API will automatically paginate through pages and concatenate the results into one response.

See the Pagination docs for more information.



Next Steps      Shop By Look Results

Updated 11 Aug 2024
Did this page help you?