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 thequestion_id
andamazon_domain
parameters or theurl
parameter (which contains a link to a question answers page).
- If you provide both the
amazon_domain
andquestion_id
parameters, theurl
parameter will be ignored.- If you provide the
url
parameter, theamazon_domain
andquestion_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_id
s from requests when utilizing/questions
endpoint. You can use thisquestion_id
in your Question and Answers request. For more details, refer to the questions parameters.