
Trustpilot Company Categories
Pricing
$4.00/month + usage

Trustpilot Company Categories
Extracts business data from Trustpilot categories. It allows filtering by country, location, verification, and trustscore. Get details like ratings, reviews, contact info, and more, making it perfect for market research, reputation tracking, or business insights.
5.0 (3)
Pricing
$4.00/month + usage
6
Monthly users
8
Runs succeeded
96%
Response time
5.3 days
Last modified
14 days ago
You can access the Trustpilot Company Categories programmatically from your own applications by using the Apify API. You can also 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": "0.0",
5 "x-build-id": "mnhXwkgA03sHSDVCF"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/njoylab~trustpilot-company-categories/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-njoylab-trustpilot-company-categories",
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/njoylab~trustpilot-company-categories/runs": {
50 "post": {
51 "operationId": "runs-sync-njoylab-trustpilot-company-categories",
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/njoylab~trustpilot-company-categories/run-sync": {
93 "post": {
94 "operationId": "run-sync-njoylab-trustpilot-company-categories",
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 "category"
135 ],
136 "properties": {
137 "category": {
138 "title": "Trustpilot category",
139 "type": "string",
140 "description": "The Trustpilot category you want to scrape. ex bank in https://www.trustpilot.com/categories/bank"
141 },
142 "page": {
143 "title": "Page",
144 "type": "string",
145 "description": "The page number you want to scrape or start from"
146 },
147 "allPages": {
148 "title": "All Pages",
149 "type": "boolean",
150 "description": "If true, the actor will scrape all pages of the category"
151 },
152 "country": {
153 "title": "Trustpilot country",
154 "enum": [
155 "AF",
156 "AX",
157 "AL",
158 "DZ",
159 "AS",
160 "AD",
161 "AO",
162 "AI",
163 "AQ",
164 "AG",
165 "AR",
166 "AM",
167 "AW",
168 "AU",
169 "AT",
170 "AZ",
171 "BS",
172 "BH",
173 "BD",
174 "BB",
175 "BY",
176 "BE",
177 "BZ",
178 "BJ",
179 "BM",
180 "BT",
181 "BO",
182 "BA",
183 "BW",
184 "BV",
185 "BR",
186 "IO",
187 "VG",
188 "BN",
189 "BG",
190 "BF",
191 "BI",
192 "KH",
193 "CM",
194 "CA",
195 "CV",
196 "BQ",
197 "KY",
198 "CF",
199 "TD",
200 "CL",
201 "CN",
202 "CX",
203 "CC",
204 "CO",
205 "KM",
206 "CG",
207 "CK",
208 "CR",
209 "CI",
210 "HR",
211 "CU",
212 "CW",
213 "CY",
214 "CZ",
215 "DK",
216 "DJ",
217 "DM",
218 "DO",
219 "EC",
220 "EG",
221 "SV",
222 "GQ",
223 "ER",
224 "EE",
225 "ET",
226 "FK",
227 "FO",
228 "FJ",
229 "FI",
230 "FR",
231 "GF",
232 "PF",
233 "TF",
234 "GA",
235 "GM",
236 "GE",
237 "DE",
238 "GH",
239 "GI",
240 "GR",
241 "GL",
242 "GD",
243 "GP",
244 "GU",
245 "GT",
246 "GG",
247 "GN",
248 "GW",
249 "GY",
250 "HT",
251 "HM",
252 "HN",
253 "HK",
254 "HU",
255 "IS",
256 "IN",
257 "ID",
258 "IR",
259 "IQ",
260 "IE",
261 "IM",
262 "IL",
263 "IT",
264 "JM",
265 "JP",
266 "JE",
267 "JO",
268 "KZ",
269 "KE",
270 "KI",
271 "XK",
272 "KW",
273 "KG",
274 "LA",
275 "LV",
276 "LB",
277 "LS",
278 "LR",
279 "LY",
280 "LI",
281 "LT",
282 "LU",
283 "MO",
284 "MG",
285 "MW",
286 "MY",
287 "MV",
288 "ML",
289 "MT",
290 "MH",
291 "MQ",
292 "MR",
293 "MU",
294 "YT",
295 "MX",
296 "FM",
297 "MD",
298 "MN",
299 "ME",
300 "MS",
301 "MA",
302 "MZ",
303 "MM",
304 "NA",
305 "NR",
306 "NP",
307 "NL",
308 "NC",
309 "NZ",
310 "NI",
311 "NE",
312 "NG",
313 "NU",
314 "NF",
315 "KP",
316 "MK",
317 "MP",
318 "NO",
319 "OM",
320 "PK",
321 "PW",
322 "PS",
323 "PA",
324 "PG",
325 "PY",
326 "PE",
327 "PH",
328 "PN",
329 "PL",
330 "PT",
331 "MC",
332 "PR",
333 "QA",
334 "CD",
335 "RE",
336 "RO",
337 "RU",
338 "RW",
339 "WS",
340 "SM",
341 "ST",
342 "SA",
343 "SN",
344 "RS",
345 "SC",
346 "SL",
347 "SG",
348 "SX",
349 "SK",
350 "SI",
351 "SB",
352 "SO",
353 "ZA",
354 "GS",
355 "KR",
356 "SS",
357 "ES",
358 "LK",
359 "BL",
360 "SH",
361 "KN",
362 "LC",
363 "MF",
364 "PM",
365 "VC",
366 "SD",
367 "SR",
368 "SJ",
369 "SZ",
370 "SE",
371 "CH",
372 "SY",
373 "TW",
374 "TJ",
375 "TZ",
376 "TH",
377 "TL",
378 "TG",
379 "TK",
380 "TO",
381 "TT",
382 "TN",
383 "TR",
384 "TM",
385 "TC",
386 "TV",
387 "AE",
388 "UM",
389 "VI",
390 "UG",
391 "UA",
392 "GB",
393 "US",
394 "UY",
395 "UZ",
396 "VU",
397 "VA",
398 "VE",
399 "VN",
400 "WF",
401 "EH",
402 "YE",
403 "ZM",
404 "ZW"
405 ],
406 "type": "string",
407 "description": "US, IT, GB etc etc"
408 },
409 "location": {
410 "title": "Trustpilot location",
411 "type": "string",
412 "description": "City or Zip Code"
413 },
414 "claimed": {
415 "title": "Claimed",
416 "type": "boolean",
417 "description": "Only companies that are claimed"
418 },
419 "verified": {
420 "title": "Verified",
421 "type": "boolean",
422 "description": "Only companies that are verified"
423 },
424 "trustscore": {
425 "title": "Trustscore",
426 "enum": [
427 "",
428 "3.0",
429 "4.0",
430 "4.5"
431 ],
432 "type": "string",
433 "description": "Only companies with a trustscore greater than or equal to the specified value"
434 }
435 }
436 },
437 "runsResponseSchema": {
438 "type": "object",
439 "properties": {
440 "data": {
441 "type": "object",
442 "properties": {
443 "id": {
444 "type": "string"
445 },
446 "actId": {
447 "type": "string"
448 },
449 "userId": {
450 "type": "string"
451 },
452 "startedAt": {
453 "type": "string",
454 "format": "date-time",
455 "example": "2025-01-08T00:00:00.000Z"
456 },
457 "finishedAt": {
458 "type": "string",
459 "format": "date-time",
460 "example": "2025-01-08T00:00:00.000Z"
461 },
462 "status": {
463 "type": "string",
464 "example": "READY"
465 },
466 "meta": {
467 "type": "object",
468 "properties": {
469 "origin": {
470 "type": "string",
471 "example": "API"
472 },
473 "userAgent": {
474 "type": "string"
475 }
476 }
477 },
478 "stats": {
479 "type": "object",
480 "properties": {
481 "inputBodyLen": {
482 "type": "integer",
483 "example": 2000
484 },
485 "rebootCount": {
486 "type": "integer",
487 "example": 0
488 },
489 "restartCount": {
490 "type": "integer",
491 "example": 0
492 },
493 "resurrectCount": {
494 "type": "integer",
495 "example": 0
496 },
497 "computeUnits": {
498 "type": "integer",
499 "example": 0
500 }
501 }
502 },
503 "options": {
504 "type": "object",
505 "properties": {
506 "build": {
507 "type": "string",
508 "example": "latest"
509 },
510 "timeoutSecs": {
511 "type": "integer",
512 "example": 300
513 },
514 "memoryMbytes": {
515 "type": "integer",
516 "example": 1024
517 },
518 "diskMbytes": {
519 "type": "integer",
520 "example": 2048
521 }
522 }
523 },
524 "buildId": {
525 "type": "string"
526 },
527 "defaultKeyValueStoreId": {
528 "type": "string"
529 },
530 "defaultDatasetId": {
531 "type": "string"
532 },
533 "defaultRequestQueueId": {
534 "type": "string"
535 },
536 "buildNumber": {
537 "type": "string",
538 "example": "1.0.0"
539 },
540 "containerUrl": {
541 "type": "string"
542 },
543 "usage": {
544 "type": "object",
545 "properties": {
546 "ACTOR_COMPUTE_UNITS": {
547 "type": "integer",
548 "example": 0
549 },
550 "DATASET_READS": {
551 "type": "integer",
552 "example": 0
553 },
554 "DATASET_WRITES": {
555 "type": "integer",
556 "example": 0
557 },
558 "KEY_VALUE_STORE_READS": {
559 "type": "integer",
560 "example": 0
561 },
562 "KEY_VALUE_STORE_WRITES": {
563 "type": "integer",
564 "example": 1
565 },
566 "KEY_VALUE_STORE_LISTS": {
567 "type": "integer",
568 "example": 0
569 },
570 "REQUEST_QUEUE_READS": {
571 "type": "integer",
572 "example": 0
573 },
574 "REQUEST_QUEUE_WRITES": {
575 "type": "integer",
576 "example": 0
577 },
578 "DATA_TRANSFER_INTERNAL_GBYTES": {
579 "type": "integer",
580 "example": 0
581 },
582 "DATA_TRANSFER_EXTERNAL_GBYTES": {
583 "type": "integer",
584 "example": 0
585 },
586 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
587 "type": "integer",
588 "example": 0
589 },
590 "PROXY_SERPS": {
591 "type": "integer",
592 "example": 0
593 }
594 }
595 },
596 "usageTotalUsd": {
597 "type": "number",
598 "example": 0.00005
599 },
600 "usageUsd": {
601 "type": "object",
602 "properties": {
603 "ACTOR_COMPUTE_UNITS": {
604 "type": "integer",
605 "example": 0
606 },
607 "DATASET_READS": {
608 "type": "integer",
609 "example": 0
610 },
611 "DATASET_WRITES": {
612 "type": "integer",
613 "example": 0
614 },
615 "KEY_VALUE_STORE_READS": {
616 "type": "integer",
617 "example": 0
618 },
619 "KEY_VALUE_STORE_WRITES": {
620 "type": "number",
621 "example": 0.00005
622 },
623 "KEY_VALUE_STORE_LISTS": {
624 "type": "integer",
625 "example": 0
626 },
627 "REQUEST_QUEUE_READS": {
628 "type": "integer",
629 "example": 0
630 },
631 "REQUEST_QUEUE_WRITES": {
632 "type": "integer",
633 "example": 0
634 },
635 "DATA_TRANSFER_INTERNAL_GBYTES": {
636 "type": "integer",
637 "example": 0
638 },
639 "DATA_TRANSFER_EXTERNAL_GBYTES": {
640 "type": "integer",
641 "example": 0
642 },
643 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
644 "type": "integer",
645 "example": 0
646 },
647 "PROXY_SERPS": {
648 "type": "integer",
649 "example": 0
650 }
651 }
652 }
653 }
654 }
655 }
656 }
657 }
658 }
659}
Trustpilot Company Categories 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 Company Categories 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:
Pricing
Pricing model
RentalTo use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.
Free trial
1 day
Price
$4.00