review-scraper
Scrape product reviews from G2, Capterra, and Trustpilot using Apify. Single script with platform dispatch. Use when you need to monitor competitor reviews, track product sentiment, or gather customer feedback from review sites.
npx skills add gooseworks-ai/goose-skills --skill review-scraper --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Review Scraper Scrape product reviews from G2, Capterra, and Trustpilot using platform-specific Apify actors. ## Quick Start Requires `APIFY_API_TOKEN` env var (or `--token` flag). Install dependency: `pip install requests`. ```bash # Trustpilot reviews python3 skills/review-scraper/scripts/scrape_reviews.py \ --platform trustpilot \ --url "https://www.trustpilot.com/review/example.com" \ --max-reviews 10 --output summary # G2 reviews with keyword filter python3 skills/review-scraper/scripts/scrape_reviews.py \ --platform g2 \ --url "https://www.g2.com/products/example/reviews" \ --keywords "pricing,support" # Capterra reviews python3 skills/review-scraper/scripts/scrape_reviews.py \ --platform capterra \ --url "https://www.capterra.com/p/12345/Example" ``` ## Supported Platforms | Platform | Actor | Cost | |----------|-------|------| | G2 | `zen-studio/g2-reviews-scraper` | Free tier available | | Capterra | `imadjourney/capterra-reviews-scraper` | Pay-per-result | | Trustpilot | `agents/trustpilot-reviews` | ~$0.20/1k reviews | ## CLI Reference | Flag | Default | Description | |------|---------|-------------| | `--platform` | *required* | `g2`, `capterra`, or `trustpilot` | | `
- Quick Start
- Supported Platforms
- CLI Reference
- Normalized Output Schema
Trustpilot reviews python3 skills/review-scraper/scripts/scrape_reviews.py \ G2 reviews with keyword filter Capterra reviews
What does the review-scraper skill do?
Scrape product reviews from G2, Capterra, and Trustpilot using Apify. Single script with platform dispatch. Use when you need to monitor competitor reviews, track product sentiment, or gather customer feedback from review sites.
How do I install it?
Run `npx skills add gooseworks-ai/goose-skills --skill review-scraper --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From gooseworks-ai/goose-skills, a repository with 1,091 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
