AS
Apify Store
/automation-lab/trustpilot
Trustpilot Reviews Scraper
Extract Trustpilot reviews with ratings, replies, reviewer info, and company data. Tiered per-review pricing applies, plus a $0.005 run start fee.
liveasyncunknown~30s typical
lead generationbusinessecommercetrustpilot
$0.00072
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.000575 per result; Cracked adds 25% plus a $0.005 call fee
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 /automation-lab/trustpilot for me.
Input
| Field | Type | Description |
|---|---|---|
| companyUrls* | array | Enter Trustpilot company URLs (e.g., https://www.trustpilot.com/review/example.com) or just the domain (e.g., example.com). One per line. |
| maxReviewsPerCompany | integer | Maximum number of reviews to scrape per company. Set to 0 for unlimited reviews. default 0 |
| stars | array | Filter reviews by star rating. Select one or more ratings (for example, 1 star and 5 stars) or leave empty for all ratings. |
| languages | array | Filter reviews by ISO language code (for example: en, fr, de, es). Add one code per line. Leave empty for Trustpilot default/all available languages. |
| sort | string (relevance | recency) | Sort reviews by recency or relevance (default). default "recency" |
| date | string ( | last30days | last3months | last6months | last12months) | Optional Trustpilot date preset. Choose last 30 days, 3 months, 6 months, or 12 months; leave empty for all dates. default "" |
| verified | boolean | Only scrape verified reviews. default false |
| withReplies | boolean | Only scrape reviews that have a company reply. default false |
| includeCompanyInfo | boolean | Include company metadata (trust score, total reviews, categories) in each review record. default true |
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":"/automation-lab/trustpilot","input":{"companyUrls":["pipedrive.com"],"maxReviewsPerCompany":20,"languages":["en"]},"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 /automation-lab/trustpilot -i '{"companyUrls":["pipedrive.com"],"maxReviewsPerCompany":20,"languages":["en"]}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/automation-lab/trustpilot", input: {"companyUrls":["pipedrive.com"],"maxReviewsPerCompany":20,"languages":["en"]}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.