Agent skill · Code Review & Quality

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.

gooseworks-aigithub.com/gooseworks-aiGitHub ↗
claude-codecodexcursorships scriptsMIT
Install
npx skills add gooseworks-ai/goose-skills --skill review-scraper --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 2 KB
Bundled scripts: yes
Path: skills/monitoring/capabilities/review-scraper/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,091
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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` | | `

What's inside
Steps it walks through
  1. Quick Start
  2. Supported Platforms
  3. CLI Reference
  4. Normalized Output Schema
Ships with 2 files
  • scripts/scrape_reviews.py
  • skill.meta.json
Commands it runs
Trustpilot reviews
python3 skills/review-scraper/scripts/scrape_reviews.py \
G2 reviews with keyword filter
Capterra reviews
More from goose-skills
All skills →
About this skill
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.

Keep going