AS
Apify Store
/nikita-sviridenko/trustpilot-reviews-scraper
Trustpilot Reviews
✅ FREE to use ✅ Easily filter and extract thousands of reviews with data such as title, description, score, reviewer, country, company response, and much more from companies on Trustpilot.com and download them to multiple file formats.
liveverifiedasyncunknown~30s typical
trustpilotreviewsreputation
$0.0020
per result + $0.01 call
plus $0.001 platform fee per run
Free actor: you pay compute at $0.002 per result plus $0.01 per run
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /nikita-sviridenko/trustpilot-reviews-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| companyDomain* | string | The domain of the company to scrape reviews for (e.g., 'example.com'). |
| aspects | array | Specific aspects of the reviews to filter by. |
| date | string (last30days | last3months | last6months | last12months) | The date range for the reviews. |
| languages | array | Filter reviews by language(s). |
| replies | boolean | Filter reviews that have replies. |
| stars | array | Filter reviews by star rating(s). |
| verified | boolean | Filter for verified reviews only. |
| search | string | Search term to filter reviews. |
| sort | string (recency) | Sort order for the reviews. Leave empty for relevancy sorting. |
| startPage | integer | The page number to start scraping from. |
| count | integer | Maximum number of reviews to scrape. |
| minDelay | integer | Minimum delay between requests in milliseconds. |
| maxDelay | integer | Maximum delay between requests in milliseconds. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/nikita-sviridenko/trustpilot-reviews-scraper","input":{"companyDomain":"formblends.com","count":50},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /nikita-sviridenko/trustpilot-reviews-scraper -i '{"companyDomain":"formblends.com","count":50}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/nikita-sviridenko/trustpilot-reviews-scraper", input: {"companyDomain":"formblends.com","count":50}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.