Trustpilot Company Categories avatar

Trustpilot Company Categories

Try for free

1 day trial then $4.00/month - No credit card required now

Go to Store
Trustpilot Company Categories

Trustpilot Company Categories

njoylab/trustpilot-company-categories
Try for free

1 day trial then $4.00/month - No credit card required now

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.

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

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:

Developer
Maintained by Community

Actor Metrics

  • 6 monthly users

  • 5 stars

  • >99% runs succeeded

  • 24 hours response time

  • Created in Oct 2024

  • Modified 2 months ago