← ClaudeAtlas

trustpilot-apilisted

Trustpilot data toolkit via ScraperSocial — company review listings as clean JSON.
nikhonit/social-media-api-skills · ★ 0 · API & Backend · score 70
Install: claude install-skill nikhonit/social-media-api-skills
# Trustpilot API skill Read public Trustpilot reviews as clean JSON. This Trustpilot API skill has a single endpoint: give it a company URL or handle and it returns their reviews at 1 credit each — the cheapest review source in this repo, and the standard reference for company reputation in Europe. This skill wraps **1 live Trustpilot endpoint** from the [ScraperSocial](https://scrapersocial.com) API. Public data only, returned as clean JSON. ## When to use this skill - You are assessing a company's reputation before recommending or transacting with them. - You are monitoring your own or a competitor's review flow. - A user asks whether a company is trustworthy and you want evidence rather than an impression. ### Do not use this skill when - **You need to reply to reviews or flag them.** Read-only; Trustpilot's Business API covers that. - **You are pulling every review for a large brand.** Charged per review — scope with `--limit`. - **You need product-level reviews.** This is company-level. Product reviews live in `amazon-api`, `tiktok-shop-api`, `app-store-api` and `google-play-api`. ## Setup ```bash export SCRAPERSOCIAL_KEY=sk_live_... # https://scrapersocial.com/app/keys ``` Signing up at [scrapersocial.com/signup](https://scrapersocial.com/signup) includes 100 free credits, no card required. ## Scripts | Script | What it does | Input | Credits | |---|---|---|---| | `get_reviews.js` | List Trustpilot reviews. | url|handle | 1 credit per review | | `call_endpo