![Trustpilot Plus avatar](https://images.apifyusercontent.com/XYG2-nB9n80tgniqRbwz0c6D374wdX-AEg8DLYxxGaU/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vZ1laOVVQQlhYSlFRbFdtTEUvZXdoQWpoOTExbUhhU1A5cVctdHJ1c3RwaWxvdC5wbmc.webp)
Trustpilot Plus
2 hours trial then $8.00/month - No credit card required now
![Trustpilot Plus](https://images.apifyusercontent.com/XYG2-nB9n80tgniqRbwz0c6D374wdX-AEg8DLYxxGaU/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vZ1laOVVQQlhYSlFRbFdtTEUvZXdoQWpoOTExbUhhU1A5cVctdHJ1c3RwaWxvdC5wbmc.webp)
Trustpilot Plus
2 hours trial then $8.00/month - No credit card required now
No limits and lots of filters! Get reviews and sentiment (Negative, Neutral, Positive) from Trustpilot. It's fast, costs little and supports all countries.
You can access the Trustpilot Plus programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1{
2 "openapi": "3.0.1",
3 "info": {
4 "version": "2.0",
5 "x-build-id": "wF3uSe6cjfiLeTdMC"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/canadesk~trustpilot-plus/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-canadesk-trustpilot-plus",
16 "x-openai-isConsequential": false,
17 "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18 "tags": [
19 "Run Actor"
20 ],
21 "requestBody": {
22 "required": true,
23 "content": {
24 "application/json": {
25 "schema": {
26 "$ref": "#/components/schemas/inputSchema"
27 }
28 }
29 }
30 },
31 "parameters": [
32 {
33 "name": "token",
34 "in": "query",
35 "required": true,
36 "schema": {
37 "type": "string"
38 },
39 "description": "Enter your Apify token here"
40 }
41 ],
42 "responses": {
43 "200": {
44 "description": "OK"
45 }
46 }
47 }
48 },
49 "/acts/canadesk~trustpilot-plus/runs": {
50 "post": {
51 "operationId": "runs-sync-canadesk-trustpilot-plus",
52 "x-openai-isConsequential": false,
53 "summary": "Executes an Actor and returns information about the initiated run in response.",
54 "tags": [
55 "Run Actor"
56 ],
57 "requestBody": {
58 "required": true,
59 "content": {
60 "application/json": {
61 "schema": {
62 "$ref": "#/components/schemas/inputSchema"
63 }
64 }
65 }
66 },
67 "parameters": [
68 {
69 "name": "token",
70 "in": "query",
71 "required": true,
72 "schema": {
73 "type": "string"
74 },
75 "description": "Enter your Apify token here"
76 }
77 ],
78 "responses": {
79 "200": {
80 "description": "OK",
81 "content": {
82 "application/json": {
83 "schema": {
84 "$ref": "#/components/schemas/runsResponseSchema"
85 }
86 }
87 }
88 }
89 }
90 }
91 },
92 "/acts/canadesk~trustpilot-plus/run-sync": {
93 "post": {
94 "operationId": "run-sync-canadesk-trustpilot-plus",
95 "x-openai-isConsequential": false,
96 "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97 "tags": [
98 "Run Actor"
99 ],
100 "requestBody": {
101 "required": true,
102 "content": {
103 "application/json": {
104 "schema": {
105 "$ref": "#/components/schemas/inputSchema"
106 }
107 }
108 }
109 },
110 "parameters": [
111 {
112 "name": "token",
113 "in": "query",
114 "required": true,
115 "schema": {
116 "type": "string"
117 },
118 "description": "Enter your Apify token here"
119 }
120 ],
121 "responses": {
122 "200": {
123 "description": "OK"
124 }
125 }
126 }
127 }
128 },
129 "components": {
130 "schemas": {
131 "inputSchema": {
132 "type": "object",
133 "required": [
134 "website"
135 ],
136 "properties": {
137 "website": {
138 "title": "Websites",
139 "type": "array",
140 "description": "Website(s) to fetch reviews for - NOT the Trustpilot link.",
141 "items": {
142 "type": "string"
143 }
144 },
145 "country": {
146 "title": "Default country",
147 "enum": [
148 "us",
149 "ca",
150 "dk",
151 "at",
152 "ch",
153 "de",
154 "au",
155 "uk",
156 "ie",
157 "nz",
158 "es",
159 "fi",
160 "fr",
161 "it",
162 "jp",
163 "no",
164 "nl",
165 "pl",
166 "bt",
167 "pt",
168 "se"
169 ],
170 "type": "string",
171 "description": "Default country for Trustpilot.",
172 "default": "us"
173 },
174 "process": {
175 "title": "Process",
176 "enum": [
177 "ga",
178 "gas"
179 ],
180 "type": "string",
181 "description": "See Information tab.",
182 "default": "gas"
183 },
184 "sort": {
185 "title": "Sort by",
186 "enum": [
187 "recency",
188 "relevance"
189 ],
190 "type": "string",
191 "description": "",
192 "default": "recency"
193 },
194 "daterange": {
195 "title": "Filter - Date posted",
196 "enum": [
197 "all",
198 "last30days",
199 "last3months",
200 "last6months",
201 "last12months"
202 ],
203 "type": "string",
204 "description": "Filter for date range.",
205 "default": "last6months"
206 },
207 "keywords": {
208 "title": "Filter - Search terms",
209 "maxLength": 100,
210 "type": "string",
211 "description": "Filter to search for specific keywords."
212 },
213 "stars": {
214 "title": "Filter - Stars",
215 "enum": [
216 "1",
217 "2",
218 "3",
219 "4",
220 "5",
221 "all"
222 ],
223 "type": "string",
224 "description": "Filter for ratings.",
225 "default": "all"
226 },
227 "language": {
228 "title": "Filter - Language",
229 "enum": [
230 "all",
231 "af",
232 "ak",
233 "ar",
234 "ar-latn",
235 "bg",
236 "bg-latn",
237 "bn",
238 "bs",
239 "ca",
240 "cs",
241 "da",
242 "de",
243 "el",
244 "en",
245 "es",
246 "et",
247 "fa",
248 "fi",
249 "fil",
250 "fr",
251 "fy",
252 "ga",
253 "gl",
254 "haw",
255 "hi",
256 "ht",
257 "hu",
258 "id",
259 "it",
260 "ja",
261 "ko",
262 "la",
263 "lt",
264 "mg",
265 "mn",
266 "nl",
267 "no",
268 "oc",
269 "pa",
270 "pl",
271 "pt",
272 "ro",
273 "ru",
274 "sl",
275 "so",
276 "sr",
277 "sv",
278 "sw",
279 "th",
280 "ti",
281 "tl",
282 "tr",
283 "uk",
284 "und",
285 "ur",
286 "uz",
287 "vi",
288 "war",
289 "xh",
290 "zh",
291 "zu"
292 ],
293 "type": "string",
294 "description": "Filter for review languages.",
295 "default": "en"
296 },
297 "replies": {
298 "title": "Filter - Replies",
299 "enum": [
300 "only",
301 "all"
302 ],
303 "type": "string",
304 "description": "Filter for reviews with repies from the business.",
305 "default": "all"
306 },
307 "verified": {
308 "title": "Filter - Verified",
309 "enum": [
310 "only",
311 "all"
312 ],
313 "type": "string",
314 "description": "Filter for reviews verified by Trustpilot.",
315 "default": "all"
316 },
317 "format": {
318 "title": "Save on usage costs",
319 "enum": [
320 "list",
321 "wrap"
322 ],
323 "type": "string",
324 "description": "See Information tab.",
325 "default": "wrap"
326 },
327 "maximum": {
328 "title": "Maximum results",
329 "minimum": 20,
330 "type": "integer",
331 "description": "Per website. Maximum number of records returned (impact on performance).",
332 "default": 40
333 },
334 "batch": {
335 "title": "Parallel processing",
336 "minimum": 1,
337 "maximum": 5,
338 "type": "integer",
339 "description": "Only relevant for Get All Reviews. See Information tab.",
340 "default": 2
341 },
342 "delay": {
343 "title": "Delay",
344 "minimum": 1,
345 "maximum": 30,
346 "type": "integer",
347 "description": "Waiting time between requests.",
348 "default": 2
349 },
350 "proxy": {
351 "title": "Proxy configuration",
352 "type": "object",
353 "description": "Select proxies to be used by your crawler."
354 }
355 }
356 },
357 "runsResponseSchema": {
358 "type": "object",
359 "properties": {
360 "data": {
361 "type": "object",
362 "properties": {
363 "id": {
364 "type": "string"
365 },
366 "actId": {
367 "type": "string"
368 },
369 "userId": {
370 "type": "string"
371 },
372 "startedAt": {
373 "type": "string",
374 "format": "date-time",
375 "example": "2025-01-08T00:00:00.000Z"
376 },
377 "finishedAt": {
378 "type": "string",
379 "format": "date-time",
380 "example": "2025-01-08T00:00:00.000Z"
381 },
382 "status": {
383 "type": "string",
384 "example": "READY"
385 },
386 "meta": {
387 "type": "object",
388 "properties": {
389 "origin": {
390 "type": "string",
391 "example": "API"
392 },
393 "userAgent": {
394 "type": "string"
395 }
396 }
397 },
398 "stats": {
399 "type": "object",
400 "properties": {
401 "inputBodyLen": {
402 "type": "integer",
403 "example": 2000
404 },
405 "rebootCount": {
406 "type": "integer",
407 "example": 0
408 },
409 "restartCount": {
410 "type": "integer",
411 "example": 0
412 },
413 "resurrectCount": {
414 "type": "integer",
415 "example": 0
416 },
417 "computeUnits": {
418 "type": "integer",
419 "example": 0
420 }
421 }
422 },
423 "options": {
424 "type": "object",
425 "properties": {
426 "build": {
427 "type": "string",
428 "example": "latest"
429 },
430 "timeoutSecs": {
431 "type": "integer",
432 "example": 300
433 },
434 "memoryMbytes": {
435 "type": "integer",
436 "example": 1024
437 },
438 "diskMbytes": {
439 "type": "integer",
440 "example": 2048
441 }
442 }
443 },
444 "buildId": {
445 "type": "string"
446 },
447 "defaultKeyValueStoreId": {
448 "type": "string"
449 },
450 "defaultDatasetId": {
451 "type": "string"
452 },
453 "defaultRequestQueueId": {
454 "type": "string"
455 },
456 "buildNumber": {
457 "type": "string",
458 "example": "1.0.0"
459 },
460 "containerUrl": {
461 "type": "string"
462 },
463 "usage": {
464 "type": "object",
465 "properties": {
466 "ACTOR_COMPUTE_UNITS": {
467 "type": "integer",
468 "example": 0
469 },
470 "DATASET_READS": {
471 "type": "integer",
472 "example": 0
473 },
474 "DATASET_WRITES": {
475 "type": "integer",
476 "example": 0
477 },
478 "KEY_VALUE_STORE_READS": {
479 "type": "integer",
480 "example": 0
481 },
482 "KEY_VALUE_STORE_WRITES": {
483 "type": "integer",
484 "example": 1
485 },
486 "KEY_VALUE_STORE_LISTS": {
487 "type": "integer",
488 "example": 0
489 },
490 "REQUEST_QUEUE_READS": {
491 "type": "integer",
492 "example": 0
493 },
494 "REQUEST_QUEUE_WRITES": {
495 "type": "integer",
496 "example": 0
497 },
498 "DATA_TRANSFER_INTERNAL_GBYTES": {
499 "type": "integer",
500 "example": 0
501 },
502 "DATA_TRANSFER_EXTERNAL_GBYTES": {
503 "type": "integer",
504 "example": 0
505 },
506 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
507 "type": "integer",
508 "example": 0
509 },
510 "PROXY_SERPS": {
511 "type": "integer",
512 "example": 0
513 }
514 }
515 },
516 "usageTotalUsd": {
517 "type": "number",
518 "example": 0.00005
519 },
520 "usageUsd": {
521 "type": "object",
522 "properties": {
523 "ACTOR_COMPUTE_UNITS": {
524 "type": "integer",
525 "example": 0
526 },
527 "DATASET_READS": {
528 "type": "integer",
529 "example": 0
530 },
531 "DATASET_WRITES": {
532 "type": "integer",
533 "example": 0
534 },
535 "KEY_VALUE_STORE_READS": {
536 "type": "integer",
537 "example": 0
538 },
539 "KEY_VALUE_STORE_WRITES": {
540 "type": "number",
541 "example": 0.00005
542 },
543 "KEY_VALUE_STORE_LISTS": {
544 "type": "integer",
545 "example": 0
546 },
547 "REQUEST_QUEUE_READS": {
548 "type": "integer",
549 "example": 0
550 },
551 "REQUEST_QUEUE_WRITES": {
552 "type": "integer",
553 "example": 0
554 },
555 "DATA_TRANSFER_INTERNAL_GBYTES": {
556 "type": "integer",
557 "example": 0
558 },
559 "DATA_TRANSFER_EXTERNAL_GBYTES": {
560 "type": "integer",
561 "example": 0
562 },
563 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
564 "type": "integer",
565 "example": 0
566 },
567 "PROXY_SERPS": {
568 "type": "integer",
569 "example": 0
570 }
571 }
572 }
573 }
574 }
575 }
576 }
577 }
578 }
579}
Trustpilot Plus OpenAPI definition
OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.
OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.
By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.
You can download the OpenAPI definitions for Trustpilot Plus from the options below:
If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients:
Actor Metrics
2 monthly users
-
1 star
>99% runs succeeded
Created in Jan 2025
Modified a month ago