Puppeteer MCP: Scraping Amazon Web Reviews
🧠 Overview
PreviousBuilding a Chrome Extension (D3.js + Javascript + HTML + CSS)NextSentry MCP: Fix Sentry Error in Empower Website
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
{
"puppeteer": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-puppeteer"
],
"env": {},
"working_directory": null
}
}Can you go to Amazon search for "white t-short women?"
Scrape the results so the titles, prices, and links are extracted.
Then open each product link and summarize the product reviews.
Finally, give me a recommendation for which shirt to buy based on the combination of the pricing and review quality.