VOOZH about

URL: https://apify.com/jaybird/apify-trustpilot-review-scraper

โ‡ฑ Trustpilot Reviews Scraper - Ratings, Replies & TrustScore API ยท Apify


๐Ÿ‘ Trustpilot Reviews Scraper - Ratings, Replies & TrustScore API avatar

Trustpilot Reviews Scraper - Ratings, Replies & TrustScore API

Pricing

from $0.35 / 1,000 reviews

Go to Apify Store

Trustpilot Reviews Scraper - Ratings, Replies & TrustScore API

Scrape Trustpilot reviews by company domain or review URL โ€” no API key, no login. Extract review text, star ratings, verification, author details, company replies, and TrustScore. A Trustpilot API alternative for reputation monitoring, competitor research, and customer sentiment analysis.

Pricing

from $0.35 / 1,000 reviews

Rating

0.0

(0)

Developer

๐Ÿ‘ Jaybird Technologies

Jaybird Technologies

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

Share

Trustpilot Reviews Scraper โ€” Review Text, Ratings, TrustScore & Company Replies

Scrape Trustpilot reviews for any company by domain or review URL โ€” no Trustpilot API key, no login. Extract full review text, star ratings, verification status, reviewer details, experience dates, and company replies, then export to JSON, CSV, or Excel. A fast, reliable Trustpilot API alternative for reputation monitoring, competitor research, and customer-sentiment analysis.

โญ 24 fields per review ยท ๐Ÿ’ฌ Company replies included ยท ๐ŸŒ All languages ยท ๐ŸŽฏ Star/language/verified filters ยท ๐Ÿ’ต $0.45 / 1,000 reviews (Free plan)

Why scrape Trustpilot?

  • Reputation monitoring โ€” track what customers say about your brand and respond faster.
  • Competitor analysis โ€” pull a rival's reviews, TrustScore, and reply rate to benchmark service quality.
  • Voice-of-customer & sentiment โ€” feed real review text into LLMs or BI dashboards.
  • Lead and market research โ€” find pain points across an industry's companies.
  • Runs on the Apify platform with scheduling, API access, webhooks, and integrations (Google Sheets, Zapier, Make).

What data can you extract?

FieldTypeDescription
ratingintegerStar rating, 1โ€“5
title / textstringReview headline and full body
languagestringISO language code of the review
publishedDatedateWhen the review was published
experiencedDatedateDate of the customer's actual experience (distinct from publish date)
isVerified / verificationSourcebool / stringVerification status and how it was collected (e.g. invitation, organic)
authorName / authorCountry / authorReviewCountstring / intReviewer name, country, and lifetime review count
replyMessage / replyPublishedDatestring / dateThe company's reply and when it was posted
companyName / companyTrustScore / companyNumberOfReviews / companyCategoriesmixedCompany-level context attached to every review
reviewUrlstringDirect link to the review

How to scrape Trustpilot reviews

  1. Create a free Apify account.
  2. Open the Actor.
  3. Enter one or more company domains (e.g. pipedrive.com) or Trustpilot review URLs.
  4. (Optional) Set filters: star ratings, languages, verified-only, replies-only, and a max per company.
  5. Click Start, then download results in JSON, CSV, or Excel.

How much does it cost?

Pricing is pay-per-review โ€” you're charged per review returned, plus a negligible per-run start fee:

  • Free plan: $0.45 per 1,000 reviews. Scraping 1,000 reviews โ‰ˆ $0.45.
  • Paid plans: discounted as low as $0.35 per 1,000 reviews on higher tiers.
  • Start fee: ~$0.0001 per run (negligible) โ€” so a quick test run (e.g. 10 reviews) still costs about half a cent all-in.

Input

FieldDescription
companyDomainsCompany domains (e.g. pipedrive.com) or full Trustpilot /review/ URLs, one per line.
startUrlsAlternative URL-list input for Trustpilot review pages.
maxReviewsPerCompanyCap on reviews per company (0 = as many as faceting reaches, bounded by the ~200-per-slice wall). Prefilled to 1000.
starsOnly collect these star ratings (1โ€“5).
languagesOnly collect these ISO language codes (e.g. en, de, fr).
verifiedOnlyOnly verified reviews.
repliesOnlyOnly reviews that have a company reply.

Output

Each review is one dataset record โ€” 24 fields. Real example below (secondary fields like updatedDate omitted, long text trimmed):

{
"reviewId":"6a338fbb539247f16b21efe6",
"companyDomain":"pipedrive.com",
"companyName":"Pipedrive",
"companyTrustScore":4.4,
"companyNumberOfReviews":3360,
"companyCategories":["Business to Business Service","CRM Provider","Software Company"],
"rating":1,
"title":"Disappointing Onboarding Experience and Poor Customer Support",
"text":"We selected Pipedrive at the end of April and signed up early specifically because we were promised dedicated onboarding and implementation support...",
"language":"en",
"publishedDate":"2026-06-18T08:27:07.000Z",
"experiencedDate":"2026-06-04T00:00:00.000Z",
"isVerified":false,
"verificationSource":"invitation",
"verificationLevel":"not-verified",
"likes":0,
"authorId":"66a353d1e9630448cae10dfb",
"authorName":"Samantha",
"authorCountry":"ZA",
"authorReviewCount":2,
"replyMessage":"Hi Samantha, Thank you for sharing your feedback. We're sorry to hear that your onboarding experience was disappointing...",
"replyPublishedDate":"2026-06-18T10:33:31.000Z",
"reviewUrl":"https://www.trustpilot.com/reviews/6a338fbb539247f16b21efe6"
}

Export as JSON, CSV, Excel, or HTML from the dataset, or pull via the Apify API.

How many reviews can I get per company?

We're transparent about this where others aren't. Trustpilot caps anonymous browsing at roughly 200 reviews per filter view, so this Actor maximizes coverage by automatically slicing each company by language and star rating. In practice that means:

  • Smaller companies (up to a few hundred reviews): effectively all reviews.
  • Mid-size (up to ~1,000): nearly all โ€” coverage depends on how reviews spread across star ratings and languages, since each star ร— language slice is capped at ~200.
  • Larger companies: the most recent ~1,000โ€“1,500 across every language and star rating.

We don't claim "unlimited" or "every review" for high-volume brands โ€” that isn't achievable without violating Trustpilot's access controls, and listings that promise it return far less than advertised.

Tips

  • Pass multiple companies in one run to compare competitors in a single dataset.
  • Use stars: [1, 2] to focus on negative reviews for support/quality analysis, or repliesOnly: true to study how a company responds.
  • Use languages: ["en"] to keep output in a single language.
  • Schedule a daily run + webhook to monitor new reviews automatically.

Integrations

Connect to Google Sheets, Zapier, Make, Slack, and webhooks, or call the Actor from the Apify API / SDK (JavaScript & Python). Schedule runs to keep a live review feed.

FAQ and support

Do I need a Trustpilot API key?

No. This Actor reads public review pages directly โ€” no API key, no account, no login.

Can I scrape reviews by company domain?

Yes. Enter a bare domain like pipedrive.com, or a full https://www.trustpilot.com/review/pipedrive.com URL โ€” both work.

Can I filter by star rating or language?

Yes โ€” the stars, languages, verifiedOnly, and repliesOnly inputs filter results before they're charged.

Does it include the company's replies to reviews?

Yes โ€” replyMessage and replyPublishedDate are extracted whenever a company has responded.

How do I export to Excel or CSV?

Open the run's dataset and choose Excel, CSV, JSON, or HTML โ€” or fetch programmatically via the Apify API.

Is it legal to scrape Trustpilot?

This Actor collects only publicly available review data and accesses no login-gated pages. You are responsible for using the data in line with Trustpilot's terms and applicable law. Reviews contain personal data (e.g. author names) โ€” handle it in compliance with GDPR/CCPA, and don't use it for spam or to re-identify individuals.

You might also like

Trustpilot Scraper - Reviews, Ratings & TrustScore

thirdwatch/trustpilot-reviews-scraper

Scrape Trustpilot reviews for any company. Get full review text, star ratings, TrustScore, reviewer country, verification status, company replies, and 25+ fields. Ultra-fast HTTP-only scraper, no browser needed. Perfect for brand monitoring and competitor analysis.

10

5.0

Trustpilot Reviews Scraper

sheshinmcfly/trustpilot-reviews-scraper

Extract Trustpilot reviews and company data at scale: review text, star ratings, dates, reviewer info, verification status, company replies and TrustScore. Bypasses the 200-review limit. Filter by stars, language, date and verification. No login or API key required.

Trustpilot Reviews Scraper

logiover/trustpilot-reviews-scraper

Trustpilot API alternative: scrape reviews without login, export ratings, text & company replies to CSV/JSON for any company by domain.

Trustpilot Business Reviews & Ratings Scraper

acia/trustpilot-business-reviews-and-ratings

Extract customer reviews, ratings, and business profiles from Trustpilot. Get review text, star ratings, reviewer details, company replies, verification status, and TrustScore data for any business. Filter by star rating, date range, or language. Export to JSON, CSV, or Excel.

Trustpilot Reviews Scraper

burbn/trustpilot-reviews-scraper

Scrape Trustpilot reviews easily by company domain. Extract detailed customer feedback including review text, ratings, verified status, business replies, and reviewer details. sentiment analysis, competitor research, and brand reputation monitoring.

Trustpilot Reviews Scraper - Ratings, Text, Author & Date

santhej/trustpilot-reviews-scraper

Scrape Trustpilot reviews for any company: star rating, review title & text, author, verified status, language, date and company replies. Bulk by domain. Clean JSON/CSV for reputation monitoring & sentiment analysis. Cheapest in market. No API keys.

๐Ÿ‘ User avatar

Santhej Kallada

1

5.0

Trustpilot API Full โ€” Reviews, Company Data & TrustScore API

pro100chok/trustpilot-all-in-one-scraper

Scrape Trustpilot reviews, company profiles, TrustScores & ratings analytics, plus search & browse businesses by category. Export clean JSON, CSV or Excel โ€” no login, no API key. Pay only for the data you pull. Ideal for review monitoring, lead generation & competitor research.

Trustpilot Scraper โ€” Company Reviews Data

quietparse/trustpilot-company-reviews-scraper

Scrape customer reviews from any company's Trustpilot page. Clean typed JSON: star rating, title, full text, dates, reviewer name & country, verification, company replies & TrustScore per row.