question answers

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_answers and specify the question using either the question_id and amazon_domain parameters or the url parameter (which contains a link to a question answers page).

  • If you provide both the amazon_domain and question_id parameters, the url parameter will be ignored.
  • If you provide the url parameter, the amazon_domain and question_id parameters 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/questions endpoint. You can use this question_id in your Question and Answers request. For more details, refer to the questions parameters.

Language
Authorization
Query
Click Try It! to start a request and see the response here!