Extract Amazon product reviews from specific pages.
https://www.amazon.com/PRODUCT_PERMALINK/product-reviews/PRODUCT_ID/
Show properties
Show JSON Output Schema
{ "amazon_profile_url": "string", "content": "string", "profile_avatar": "string", "review_author": "string", "review_date": "string", "review_title": "string", "verified_purchase": "boolean", "votes": "integer" }