Trustpilot Reviews Scraper - Full Review Coverage avatar

Trustpilot Reviews Scraper - Full Review Coverage

Pricing

Pay per usage

Go to Apify Store
Trustpilot Reviews Scraper - Full Review Coverage

Trustpilot Reviews Scraper - Full Review Coverage

Scrape trustpilot.com - full review coverage beyond Trustpilot’s 200-review display limit. TrustScores, star ratings, reviewer profiles, company contact data, and transparency reports. Incremental mode detects new reviews. Compact output for AI agents.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Black Falcon Data

Black Falcon Data

Maintained by Community

Actor stats

1

Bookmarked

22

Total users

15

Monthly active users

2 days ago

Last modified

Share

What does Trustpilot Reviews Scraper do?

Trustpilot Reviews Scraper extracts structured listing data from trustpilot.com — including contact details, company metadata, full descriptions, and ratings and reviews. It supports controllable result limits, so you can run the same query consistently over time.

Key features

  • Incremental mode — recurring runs emit and charge only for listings that are new or whose tracked content changed. First run builds the baseline state; subsequent runs emit only new or changed records.
  • Compact mode — AI-agent and MCP-friendly payloads with core fields only.

What data can you extract from trustpilot.com?

Each result includes Core listing fields (type, reviewId, reviewUrl, rating, title, text, language, and likes, and more), contact and apply information (companyContactEmail and companyContactPhone), and company metadata (companyDomain, companyName, companyTrustScore, and companyStars). In standard mode, all fields are always present — unavailable data points are returned as null, never omitted. In compact mode, only core fields are returned.

Input

The main inputs are a result limit. Additional filters and options are available in the input schema.

Key parameters:

  • mode — What to scrape. reviews = review data (default). searchCompanies = find companies by keyword. categories = browse a Trustpilot category. companyInfo = company profiles only (no reviews). (default: "reviews")
  • companyDomain — Company domain as used on Trustpilot, e.g. 'booking.com' or 'www.amazon.com'.
  • companyName — Company name to search for. Resolved automatically to the Trustpilot domain slug.
  • startUrls — List of Trustpilot review page URLs, e.g. https://www.trustpilot.com/review/booking.com
  • searchQuery — Company search keyword (for searchCompanies mode). E.g. 'car insurance', 'web hosting'.
  • searchCountry — ISO country code for company search results. Default: US. (default: "US")
  • searchMaxPages — Max pages of search/category results to fetch (5 results per page). Default: 5. (default: 5)
  • categoryUrl — Trustpilot category URL for categories mode. E.g. 'https://www.trustpilot.com/categories/electronics_technology'.
  • maxResults — Maximum reviews to return per company (0 = unlimited). Default: 200. (default: 200)
  • stars — Only return reviews with these star ratings. Leave empty for all ratings.
  • languages — Filter by review language ISO codes, e.g. ['en', 'de', 'fr']. Leave empty for all languages.
  • date — Only return reviews from this time period. (default: "")
  • ...and 18 more parameters

Input examples

Basic search — Targeted run scoped to a specific companyDomain.

→ Full payload per result — all standard fields populated where the source provides them.

{
"mode": "reviews",
"companyDomain": "booking.com",
"maxResults": 50
}

Incremental tracking — Only emit jobs that changed since the previous run with this stateKey.

→ First run builds the baseline state. Subsequent runs emit only records that are new or whose tracked content changed. Set emitUnchanged: true to include unchanged records as well.

{
"companyDomain": "booking.com",
"maxResults": 200,
"incrementalMode": true,
"stateKey": "booking.com-tracker"
}

Compact output for AI agents — Return only core fields for AI-agent and MCP workflows.

→ Small payload with the most important fields — ideal for piping into LLMs without token overhead.

{
"companyDomain": "booking.com",
"maxResults": 50,
"compact": true
}

Output

Each run produces a dataset of structured listing records. Results can be downloaded as JSON, CSV, or Excel from the Dataset tab in Apify Console.

Example listing record

{
"type": "review",
"reviewId": "68362b480787ca52990267fc",
"reviewUrl": "https://www.trustpilot.com/reviews/68362b480787ca52990267fc",
"companyDomain": "booking.com",
"companyName": "Booking.com",
"rating": 1,
"title": "Opgehangen omdat de geen vervangend…",
"text": "Opgehangen omdat de geen vervangend hotel wilde zoeken na gecanceld accomodaties. ",
"language": "af",
"reviewSource": "Organic",
"likes": 0,
"publishedDate": "2025-05-27T23:14:48.000Z",
"experiencedDate": "2025-05-27T00:00:00.000Z",
"updatedDate": null,
"isVerified": false,
"verificationLevel": "not-verified",
"authorId": "5f05eec809a036394b2d2f7c",
"reviewerName": "Ronald",
"reviewerCountry": "NL",
"reviewerTotalReviews": 3,
"reviewerIsVerified": false,
"reviewerImageUrl": "",
"reviewsOnSameDomain": 1,
"replyText": null,
"replyDate": null
}

Incremental fields

When incremental: true, each record also carries:

  • changeType — one of NEW, UPDATED, UNCHANGED, REAPPEARED, EXPIRED.
  • firstSeenAt, lastSeenAt — ISO-8601 timestamps tracking the listing across runs.
  • isRepost, repostOfId, repostDetectedAt — populated when a new listing matches the tracked content of a previously expired one. Set skipReposts: true to drop detected reposts from the output.

How to scrape trustpilot.com

  1. Go to Trustpilot Reviews Scraper in Apify Console.
  2. Configure the input.
  3. Set maxResults to control how many results you need.
  4. Click Start and wait for the run to finish.
  5. Export the dataset as JSON, CSV, or Excel.

Use cases

  • Extract listing data from trustpilot.com for market research and competitive analysis.
  • Monitor new and changed listings on scheduled runs without processing the full dataset every time.
  • Build outreach lists using contact details and apply URLs from listings.
  • Research company hiring patterns, employer profiles, and industry distribution.
  • Feed structured data into AI agents, MCP tools, and automated pipelines using compact mode.
  • Export clean, structured data to dashboards, spreadsheets, or data warehouses.
  • Collect ratings and reviews for reputation monitoring and benchmarking.

How much does it cost to scrape trustpilot.com?

Trustpilot Reviews Scraper is currently free to use on Apify. There is no start fee and no per-result charge during the free launch period.

  • Run start: Free
  • Per result: Free

You only use your normal Apify platform resources when you run the actor from your own account.

FAQ

How many results can I get from trustpilot.com?

The number of results depends on the search query and available listings on trustpilot.com. Use the maxResults parameter to control how many results are returned per run.

Does Trustpilot Reviews Scraper support recurring monitoring?

Yes. Enable incremental mode to only receive new or changed listings on subsequent runs. This is ideal for scheduled monitoring where you want to track changes over time without re-processing the full dataset.

Can I integrate Trustpilot Reviews Scraper with other apps?

Yes. Trustpilot Reviews Scraper works with Apify's integrations to connect with tools like Zapier, Make, Google Sheets, Slack, and more. You can also use webhooks to trigger actions when a run completes.

Can I use Trustpilot Reviews Scraper with the Apify API?

Yes. You can start runs, manage inputs, and retrieve results programmatically through the Apify API. Client libraries are available for JavaScript, Python, and other languages.

Can I use Trustpilot Reviews Scraper through an MCP Server?

Yes. Apify provides an MCP Server that lets AI assistants and agents call this actor directly. Use compact mode and descriptionMaxLength to keep payloads manageable for LLM context windows.

This actor extracts publicly available data from trustpilot.com. Web scraping of public information is generally considered legal, but you should always review the target site's terms of service and ensure your use case complies with applicable laws and regulations, including GDPR where relevant.

Your feedback

If you have questions, need a feature, or found a bug, please open an issue on the actor's page in Apify Console. Your feedback helps us improve.

You might also like

Getting started with Apify

New to Apify? Create a free account with $5 credit — no credit card required.

  1. Sign up — $5 platform credit included
  2. Open this actor and configure your input
  3. Click Start — export results as JSON, CSV, or Excel

Need more later? See Apify pricing.