Core APIs
...
Parameters
Utility Requests

Also Bought

3min

Also Bought Parameters

GET /request

The Also Bought Parameters are applicable when making a request with type=also_bought to retrieve also bought details for a single product on Amazon - the product is specified using either the asin and amazon_domain parameters or the url parameter (where the url parameter contains a link to an Amazon product page). The parameters should be appended as querystring parameters to the Product Data API GET HTTP request.

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


For example, to request also bought details for the ASIN B084ZF5D65 on amazon.com the request would be:

HTTP
Curl
Node.js
Python
PHP



Also Bought Parameters

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

Parameter

Required

Description

amazon_domain

optional

The Amazon domain to retrieve also bought details from for the product specified in the asin parameter. For a full list of supported Amazon domains see Supported Amazon Domains .

Note : If the amazon_domain and asin parameters are supplied then the url parameter is ignored.

asin

optional

The Amazon ASIN (product ID) to retrieve also bought details for. Used in combination with the amazon_domain parameter.

Note : If the asin and amazon_domain parameters are supplied then the url parameter is ignored.

url

optional

The Amazon product page URL to retrieve also bought results from.



Next Steps      Also Bought Results

Updated 11 Aug 2024
Did this page help you?