Domains
Forms
- SKILL.md50.0%
- scripts50.0%
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When a user wants to extract, monitor, or analyze customer reviews from a company's Trustpilot page (trustpilot.com/review/{domain}), with optional filters by star, language, date, verified status, reply presence, keyword, or reviewer country.
scripts/extract-reviews.py through bash to parse the embedded __NEXT_DATA__ SSR JSON.page param to collect full filtered review set.A paginated JSON of Trustpilot reviews with rich structured data (rating, text, reviewer, company reply, etc.) usable for sentiment analysis, brand monitoring, competitor research, BI export, or fake-review detection.
Use Cases
A consumer brand wants to track its Trustpilot reputation weekly. Using this skill, they loop through review pages with `date=last7days` and `--include-reply-analysis`, exporting all new reviews and company response times to a BI dashboard. This helps the CRM team spot dropping TrustScores early, measure response SLA, and prioritize at-risk customer outreach — turning scattered public feedback into actionable reputation KPIs.
A market analyst compares two competing SaaS tools by pulling filtered Trustpilot reviews (`stars=1` and `stars=5`, `languages=en`) for both domains. Using the extracted review text and `reviewLabel`/`reviewSource` fields, they train a sentiment classifier and identify feature gaps mentioned in negative reviews. The structured dataset accelerates competitive teardown and product positioning without manual copy-paste.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File