Enables you to scrape Questions from Amazon page using the ScrapeIN service
Endpoint
By making a GET
request to the /questions
endpoint of Amazon Customers Feedback API, ScrapeIN serves the purpose of retrieving customer questions and answers for a particular product on Amazon.
The /questions
endpoint provides a reliable and efficient way to gather crucial customer insights to enhance your product offerings, improve customer experiences, and make data-driven business decisions.
Authentication
API-KEY
. Use your API-KEY
for authentication.
Output format
html
, json
, csv
Required Questions Parameters
You can specify the product using either the
asin
andamazon_domain
parameters or theurl
parameter (which contains a link to an Amazon product page).
- If you provide both the
amazon_domain
andasin
parameters, theurl
parameter will be ignored.- If you provide the
url
parameter, theamazon_domain
andasin
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
Amazon Customers Feedback API allows you to retrieve 10 questions per request, accompanied by the top answer for each question. To obtain all answers for a particular question, you need to specify the
question_id
parameter inquestions_answers
endpoint. For additional information, please refer to the question answers parameters.