Datapika Trustpilot Reviews (remote)

Đánh giá Trustpilot và hồ sơ TrustScore cho bất kỳ công ty nào theo tên miền, tên hoặc URL, dành cho các tác nhân AI. Máy chủ MCP từ xa với OAuth. Không cần tài khoản doanh nghiệp hoặc mã thông báo ứng dụng; $5 cho mỗi 1.000 đánh giá.

Tài liệu

01 / Recorded output

See what comes back.

JSON ↓ CSV ↓

· Build 1.0.3 · 20 rows reviewed. Previewing 5 below.

companytitleratinglanguageisVerified
NotionAccount gegevens bij mij niet bekend te veel betaald1nlfalse
NotionTerrible interface to manage plans and…1enfalse
NotionFörstår inte riktigt hypen kring…1svfalse
NotionPromising product, frustrating onboarding and slow, incomplete customer support2enfalse
Notionfake trial1enfalse

Selected public fields from one recorded run. Text may be shortened to 20 words and non-HTTPS links are omitted. Missing values are preserved; this sample does not establish complete source coverage. Downloads contain all reviewed rows and selected fields. CSV text cells are escaped for spreadsheet safety.

Inspect the first JSON record

{
  "company": "Notion",
  "title": "Account gegevens bij mij niet bekend te veel betaald",
  "rating": 1,
  "language": "nl",
  "isVerified": false,
  "publishedAt": "2026-09-06T14:14:41.000Z",
  "hasReply": false,
  "url": "https://www.trustpilot.com/reviews/6a9d59317a22e03f72abe594",
  "dataType": "review"
}

02 / Run your own query

From a console, code or agent.

Use Apify's input form, or start a run with your own API token. The small starter input below was checked against build 1.1.1's published input schema on September 9, 2026. Recorded samples can use different inputs or older builds.

curl -X POST \
  "https://api.apify.com/v2/acts/openclawai~trustpilot-reviews-scraper/runs?maxTotalChargeUsd=1" \
  -H "Authorization: Bearer $APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"companies":["notion.so"],"maxReviews":5,"deepSweep":false}'

This starts an asynchronous paid run with a $1 total run cap. Use the returned defaultDatasetId to retrieve results after the run succeeds. Never put your API token in public frontend code.

Full input schema ↗ · API setup and dataset export

03 / Field reference

Plan your data model.

Selected documented fields from build 1.1.1, reviewed September 9, 2026. Availability varies by mode and source. Missing and null values stay visible in the recorded samples.

FieldTypeMeaning
companystring | nullCompany display name.
titlestring | nullReview title.
ratinginteger | nullStar rating 1–5.
languagestring | nullReview language code.
isVerifiedboolean | nullVerified review.
publishedAtstring | nullWhen the review was published (ISO 8601).
hasReplyboolean | nullCompany replied.
urlstring | nullTrustpilot URL of the review or company.
dataTypestring | nullreview | company | hint | error

Download the dated input and field references ↓

04 / Know before you run

Coverage, without the guesswork.

Not an official Trustpilot API. Trustpilot serves at most 200 reviews per filter stream; the deep sweep combines streams but very large brands will not return every review.

How much does it cost to scrape 1,000 Trustpilot reviews?

$5. The only charged event is one review row at $0.005; company profile rows, hints and error rows are free. A 200-review pull for one company takes about a minute and a 1,500-review deep sweep about five minutes, measured on 2026-09-06.

Why does Trustpilot stop at 200 reviews and how does the deep sweep get more?

Trustpilot serves at most 10 pages of 20 reviews for any one filter combination. The deep sweep requests many combinations of star rating, date bucket and language, then removes duplicates, so a company with thousands of reviews yields thousands rather than 200.