Apify Store
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

FieldTypeDescription
companyDomain*stringThe domain of the company to scrape reviews for (e.g., 'example.com').
aspectsarraySpecific aspects of the reviews to filter by.
datestring (last30days | last3months | last6months | last12months)The date range for the reviews.
languagesarrayFilter reviews by language(s).
repliesbooleanFilter reviews that have replies.
starsarrayFilter reviews by star rating(s).
verifiedbooleanFilter for verified reviews only.
searchstringSearch term to filter reviews.
sortstring (recency)Sort order for the reviews. Leave empty for relevancy sorting.
startPageintegerThe page number to start scraping from.
countintegerMaximum number of reviews to scrape.
minDelayintegerMinimum delay between requests in milliseconds.
maxDelayintegerMaximum 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 120
mcp
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.