Datapika Trustpilot Reviews (remote)
รีวิว Trustpilot และโปรไฟล์ TrustScore สำหรับบริษัทใดๆ ตามโดเมน ชื่อ หรือ URL สำหรับ AI agents เซิร์ฟเวอร์ MCP ระยะไกลพร้อม OAuth ไม่ต้องใช้บัญชีธุรกิจหรือโทเค็นแอป $5 ต่อ 1,000 รีวิว
เอกสาร
01 / Recorded output
See what comes back.
· Build 1.0.3 · 20 rows reviewed. Previewing 5 below.
| company | title | rating | language | isVerified |
|---|---|---|---|---|
| Notion | Account gegevens bij mij niet bekend te veel betaald | 1 | nl | false |
| Notion | Terrible interface to manage plans and… | 1 | en | false |
| Notion | Förstår inte riktigt hypen kring… | 1 | sv | false |
| Notion | Promising product, frustrating onboarding and slow, incomplete customer support | 2 | en | false |
| Notion | fake trial | 1 | en | false |
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.
| Field | Type | Meaning |
|---|---|---|
| company | string | null | Company display name. |
| title | string | null | Review title. |
| rating | integer | null | Star rating 1–5. |
| language | string | null | Review language code. |
| isVerified | boolean | null | Verified review. |
| publishedAt | string | null | When the review was published (ISO 8601). |
| hasReply | boolean | null | Company replied. |
| url | string | null | Trustpilot URL of the review or company. |
| dataType | string | null | review | 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.