This action is ideal for extracting customer reviews for any product available on Amazon. It allows you to gather insights and feedback from users who have purchased and reviewed the product.

Inputs

amazon_product_url
string
required

Input should contain a valid Amazon product URL: https://www.amazon.com/PRODUCT_PERMALINK/product-reviews/PRODUCT_ID/.

Parameters

max_results
number
default:
1000

Maximum number of reviews to extract. Can go up to 20,000.

Output Fields

The extracted data will include the following fields:

Below is the JSON schema for the output fields:

Ensure that the Amazon product URL is correctly formatted to successfully extract the reviews.