This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like: 1. Get reviews for Amazon product with ASIN B07TS6R1SF; 2. Analyze customer feedback for a specific Amazon item; 3. Get ratings and comments for a competitive product; 4. Track sentiment of recent Amazon reviews; 5. Extract verified purchase reviews for quality assessment; 6. Summarize user experiences from Amazon product pages; 7. Monitor product performance through customer reviews; 8. Collect reviewer profiles and links for market research; 9. Gather review titles and descriptions for content analysis; 10. Scrape Amazon reviews without requiring a login. Use when this capability is needed.
This skill provides a one-stop Amazon review collection service through BrowserAct's Amazon Reviews API template. It can directly extract structured review results from Amazon product pages. By simply providing an ASIN, you can get clean, usable review data without building crawler scripts or requiring an Amazon account login.
Before running, you must check for the environment variable. If it's not set, do not take other actions; instead, request and wait for the user to provide it. :
<!-- tomevault:3.0:skill_md:2026-04-07 -->BROWSERACT_API_KEY"Since you haven't configured the BrowserAct API Key, please go to the BrowserAct Console to get your Key and provide it to me here."
When calling the script, the Agent should flexibly configure parameters based on user needs:
stringB07TS6R1SF, B08N5WRWJ6The Agent should execute the following standalone script to "get results in one line":
# Example call
python -u ./scripts/amazon_reviews_api.py "ASIN_HERE"
Since this task involves automated browser operations, it may take several minutes. The script will continuously output status logs with timestamps (e.g., [14:30:05] Task Status: running).
Agent Note:
After successful execution, the script will parse and print results directly from the API response. Each review item includes:
Commentator: Reviewer's nameCommenter profile link: Link to the reviewer's profileRating: Star ratingreviewTitle: Headline of the reviewreview Description: Full text of the reviewPublished at: Date the review was publishedCountry: Reviewer's countryVariant: Product variant info (if available)Is Verified: Whether it's a verified purchaseIf an error occurs (e.g., network issues or task failure), follow this logic:
Check Output:
"Invalid authorization", the API Key is invalid or expired. Do not retry; guide the user to check and provide a correct API Key."Invalid authorization" but the task fails (e.g., starts with Error: or returns empty results), the Agent should automatically try to re-execute the script once.Retry Limit:
Converted and distributed by TomeVault | Claim this content