get_amazon_alexa_questions
Extract Alexa/Rufus preset questions from both regions of a logged-in Amazon product page and optionally answer them for the target ASIN.
Instructions
Alexa Listing API: extract both Alexa/Rufus preset-question regions from a logged-in Amazon PDP and optionally answer them in that ASIN context. Extracted questions cost 5 points and each answered region adds 20 (0/5/25/45 total); valid no-question and service failures cost 0, while an explicitly invalid ASIN costs 5.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Amazon.com product-detail URL. Provide either asin or url. | |
| asin | No | 10-character Amazon ASIN. Provide asin or url; if both are provided they must identify the same product. | |
| region | No | Only selects which regions receive answers when includeAnswers=true: region1 is below the main image, region2 is below Product information, and all means both. It never filters returned questions. | all |
| concurrency | No | Maximum answer-generation concurrency, 1-10. Defaults to 5. | |
| includeAnswers | No | Whether to generate Rufus answers. Questions from both regions are always returned; when false, every answer is null. |