Extract business profiles and consumer reviews from Trustpilot, the global review platform spanning every major industry. Two output types in one run: business profiles (company name, domain, website, trust score, average rating, total review count, categories, country, logo) and individual reviews (1 to 5 star rating, title, full text, author name, author country, total reviews by author, date posted, date of experience, verified purchase status, company reply text and date, source like Organic or Invited). Search by keyword or paste business URLs. Filter by star rating, sort by recency or relevance. We extract only publicly visible review pages, no login bypass.
# Start a run via the Apify API curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~trustpilot-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "urls": ["https://www.trustpilot.com/review/amazon.com"], "maxReviewsPerBusiness": 50, "sortBy": "recency" }' # Or use with AI agents via MCP: # https://mcp.apify.com?tools=santamaria-automations/trustpilot-scraper
| Field | Type | Example |
|---|---|---|
| type | string | review |
| company_name | string | Amazon |
| star_rating | integer | 5 |
| title | string | Fast shipping, accurate listing |
| review_text | string | Order arrived a day early... |
| author_name | string | Jane D. |
| author_country | string | GB |
| date_posted | string | 2026-04-22 |
| verified | boolean | true |
| company_reply | string | Thanks for the kind words ... |
recency or relevance, filter to a specific star rating to isolate 1-star or 5-star reviewsmaxReviewsPerBusiness: 0 to get only the business summary, useful for cheap bulk profile sweeps