Enables you to scrape Question Answers from Amazon page using the ScrapeIN service
Endpoint
The /question_answers endpoint is a method provided by Amazon that enables you to retrieve customer question answers for a particular product on their platform. By making a GET request to this endpoint, you can obtain the results of your request, which include the questions asked by customers and their corresponding answers.
This method allows you to scrape question answers directly from an Amazon page. Vast Amazon Customers Feedback API capabilities enables you to gather valuable information about the discussions and insights shared by customers regarding a specific product.
Authentication
API-KEY. Use your API-KEY for authentication.
Output format
html, json, csv
Required Questions Parameters
You can make a request with the type parameter set to
question_answersand specify the question using either thequestion_idandamazon_domainparameters or theurlparameter (which contains a link to a question answers page).
- If you provide both the
amazon_domainandquestion_idparameters, theurlparameter will be ignored.- If you provide the
urlparameter, theamazon_domainandquestion_idparameters will be ignored.
Results: Click "200" at the bottom of the page in the Responses block to see the JSON structure of a successful response. For more details click here.
Support
If you have any questions about authentication or API usage, please contact our support team at [email protected].
Notes on Retrieving Amazon Questions and Answers
ScrapeIN returns
question_ids from requests when utilizing/questionsendpoint. You can use thisquestion_idin your Question and Answers request. For more details, refer to the questions parameters.
