Core APIs
...
Parameters
Customer Feedback

Questions

4min

Questions Parameters

GET /request

Questions and Answers are retrieved from the "Looking for specific info?" section for a single product on Amazon. To retrieve answers to questions, user must provide a search_term, and either the asin and amazon_domain parameters or the url parameter (where the url contains a link to an Amazon product page) + search_term. All parameters should be appended as query string parameters to the GET request.

Document image


Update User must include search_term to retrieve matching Questions & Answers, as Amazon requires input for searches on product pages. The API will return up to 20 matching Q&A results based on the provided search_term.



HTTP
Curl
Node.js
Python
PHP



Questions Parameters

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

Parameter

Required

Description

search_term

required

Provide a search_term to retrieve matching Questions & Answers, as Amazon requires input for searches on product pages.

amazon_domain

optional

The Amazon domain to retrieve Questions & Answers for the product specified in the asin parameter from. 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 Questions & Answers 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 Questions & Answers from.

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



Next Steps      Questions Results