![Tripadvisor Reviews: The Fastest, Cheapest and Most Reliable avatar](https://images.apifyusercontent.com/QsgaAGX3RjjybnRLXQOgvJy_qYXvn2R7k7Cl0zxTp2Y/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vRHR4TkhDd0E0R0Q0a2xHMEMtYWN0b3ItazJkVkJleXp3cFh4SEFDS2EtNmxqRlVGTmI0eC1leHRlbnNpb25faWNvbl8lMjgyJTI5LnBuZw.webp)
Tripadvisor Reviews: The Fastest, Cheapest and Most Reliable
Pay $0.50 for 1,000 reviews
![Tripadvisor Reviews: The Fastest, Cheapest and Most Reliable](https://images.apifyusercontent.com/QsgaAGX3RjjybnRLXQOgvJy_qYXvn2R7k7Cl0zxTp2Y/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vRHR4TkhDd0E0R0Q0a2xHMEMtYWN0b3ItazJkVkJleXp3cFh4SEFDS2EtNmxqRlVGTmI0eC1leHRlbnNpb25faWNvbl8lMjgyJTI5LnBuZw.webp)
Tripadvisor Reviews: The Fastest, Cheapest and Most Reliable
Pay $0.50 for 1,000 reviews
High-performance TripAdvisor review scraper delivering 100-200 reviews per second with precision filtering by language, ratings, and dates. Affordable at $0.50 per 1,000 reviews, with rich data output and custom mapping capabilities. Perfect for research, analytics, and market intelligence.
You can access the Tripadvisor Reviews: The Fastest, Cheapest and Most Reliable 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": "jfOBMHuC9ec3RU4ng"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/agents~tripadvisor-reviews/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-agents-tripadvisor-reviews",
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/agents~tripadvisor-reviews/runs": {
50 "post": {
51 "operationId": "runs-sync-agents-tripadvisor-reviews",
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/agents~tripadvisor-reviews/run-sync": {
93 "post": {
94 "operationId": "run-sync-agents-tripadvisor-reviews",
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 "startUrls"
135 ],
136 "properties": {
137 "startUrls": {
138 "title": "Start URLs",
139 "type": "array",
140 "description": "URLs you want to retrieve the reviews from. Only TripAdvisor detail URLs are accepted.",
141 "items": {
142 "type": "string"
143 }
144 },
145 "since": {
146 "title": "Reviews since",
147 "type": "string",
148 "description": "Get reviews made since the date."
149 },
150 "startPage": {
151 "title": "Start page",
152 "type": "integer",
153 "description": "Start page to get reviews from."
154 },
155 "languages": {
156 "title": "Review languages",
157 "type": "array",
158 "description": "Select the review languages.",
159 "items": {
160 "type": "string",
161 "enum": [
162 "all",
163 "en",
164 "ab",
165 "aa",
166 "af",
167 "ak",
168 "sq",
169 "am",
170 "ar",
171 "an",
172 "hy",
173 "as",
174 "av",
175 "ae",
176 "ay",
177 "az",
178 "bm",
179 "ba",
180 "eu",
181 "be",
182 "bn",
183 "bh",
184 "bi",
185 "bs",
186 "br",
187 "bg",
188 "my",
189 "ca",
190 "ch",
191 "ce",
192 "ny",
193 "zh",
194 "cv",
195 "kw",
196 "co",
197 "cr",
198 "hr",
199 "cs",
200 "da",
201 "dv",
202 "nl",
203 "eo",
204 "et",
205 "ee",
206 "fo",
207 "fj",
208 "fi",
209 "fr",
210 "ff",
211 "gl",
212 "ka",
213 "de",
214 "el",
215 "gn",
216 "gu",
217 "ht",
218 "ha",
219 "he",
220 "iw",
221 "hz",
222 "hi",
223 "ho",
224 "hu",
225 "ia",
226 "id",
227 "ie",
228 "ga",
229 "ig",
230 "ik",
231 "io",
232 "is",
233 "it",
234 "iu",
235 "ja",
236 "jv",
237 "kl",
238 "kn",
239 "kr",
240 "ks",
241 "kk",
242 "km",
243 "ki",
244 "rw",
245 "ky",
246 "kv",
247 "kg",
248 "ko",
249 "ku",
250 "kj",
251 "la",
252 "lb",
253 "lg",
254 "li",
255 "ln",
256 "lo",
257 "lt",
258 "lu",
259 "lv",
260 "gv",
261 "mk",
262 "mg",
263 "ms",
264 "ml",
265 "mt",
266 "mi",
267 "mr",
268 "mh",
269 "mn",
270 "na",
271 "nv",
272 "nb",
273 "nd",
274 "ne",
275 "ng",
276 "nn",
277 "no",
278 "ii",
279 "nr",
280 "oc",
281 "oj",
282 "cu",
283 "om",
284 "or",
285 "os",
286 "pa",
287 "pi",
288 "fa",
289 "pl",
290 "ps",
291 "pt",
292 "qu",
293 "rm",
294 "rn",
295 "ro",
296 "ru",
297 "sa",
298 "sc",
299 "sd",
300 "se",
301 "sm",
302 "sg",
303 "sr",
304 "gd",
305 "sn",
306 "si",
307 "sk",
308 "sl",
309 "so",
310 "st",
311 "es",
312 "su",
313 "sw",
314 "ss",
315 "sv",
316 "ta",
317 "te",
318 "tg",
319 "th",
320 "ti",
321 "bo",
322 "tk",
323 "tl",
324 "tn",
325 "to",
326 "tr",
327 "ts",
328 "tt",
329 "tw",
330 "ty",
331 "ug",
332 "uk",
333 "ur",
334 "uz",
335 "ve",
336 "vi",
337 "vo",
338 "wa",
339 "cy",
340 "wo",
341 "fy",
342 "xh",
343 "yi",
344 "yo",
345 "za"
346 ],
347 "enumTitles": [
348 "All",
349 "English",
350 "Abkhaz",
351 "Afar",
352 "Afrikaans",
353 "Akan",
354 "Albanian",
355 "Amharic",
356 "Arabic",
357 "Aragonese",
358 "Armenian",
359 "Assamese",
360 "Avaric",
361 "Avestan",
362 "Aymara",
363 "Azerbaijani",
364 "Bambara",
365 "Bashkir",
366 "Basque",
367 "Belarusian",
368 "Bengali",
369 "Bihari",
370 "Bislama",
371 "Bosnian",
372 "Breton",
373 "Bulgarian",
374 "Burmese",
375 "Catalan",
376 "Chamorro",
377 "Chechen",
378 "Chichewa",
379 "Chinese",
380 "Chuvash",
381 "Cornish",
382 "Corsican",
383 "Cree",
384 "Croatian",
385 "Czech",
386 "Danish",
387 "Divehi",
388 "Dutch",
389 "Esperanto",
390 "Estonian",
391 "Ewe",
392 "Faroese",
393 "Fijian",
394 "Finnish",
395 "French",
396 "Fula",
397 "Galician",
398 "Georgian",
399 "German",
400 "Greek",
401 "Guaraní",
402 "Gujarati",
403 "Haitian",
404 "Hausa",
405 "Hebrew",
406 "Herero",
407 "Hindi",
408 "Hiri Motu",
409 "Hungarian",
410 "Interlingua",
411 "Indonesian",
412 "Interlingue",
413 "Irish",
414 "Igbo",
415 "Inupiaq",
416 "Ido",
417 "Icelandic",
418 "Italian",
419 "Inuktitut",
420 "Japanese",
421 "Javanese",
422 "Kalaallisut",
423 "Kannada",
424 "Kanuri",
425 "Kashmiri",
426 "Kazakh",
427 "Khmer",
428 "Kikuyu",
429 "Kinyarwanda",
430 "Kyrgyz",
431 "Komi",
432 "Kongo",
433 "Korean",
434 "Kurdish",
435 "Kwanyama",
436 "Latin",
437 "Luxembourgish",
438 "Luganda",
439 "Limburgish",
440 "Lingala",
441 "Lao",
442 "Lithuanian",
443 "Luba-Katanga",
444 "Latvian",
445 "Manx",
446 "Macedonian",
447 "Malagasy",
448 "Malay",
449 "Malayalam",
450 "Maltese",
451 "Māori",
452 "Marathi",
453 "Marshallese",
454 "Mongolian",
455 "Nauru",
456 "Navajo",
457 "Norwegian Bokmål",
458 "North Ndebele",
459 "Nepali",
460 "Ndonga",
461 "Norwegian Nynorsk",
462 "Norwegian",
463 "Nuosu",
464 "South Ndebele",
465 "Occitan",
466 "Ojibwe",
467 "Old Church Slavonic",
468 "Oromo",
469 "Oriya",
470 "Ossetian",
471 "Panjabi",
472 "Pāli",
473 "Persian",
474 "Polish",
475 "Pashto",
476 "Portuguese",
477 "Quechua",
478 "Romansh",
479 "Kirundi",
480 "Romanian",
481 "Russian",
482 "Sanskrit",
483 "Sardinian",
484 "Sindhi",
485 "Northern Sami",
486 "Samoan",
487 "Sango",
488 "Serbian",
489 "Scottish Gaelic",
490 "Shona",
491 "Sinhala",
492 "Slovak",
493 "Slovene",
494 "Somali",
495 "Southern Sotho",
496 "Spanish",
497 "Sundanese",
498 "Swahili",
499 "Swati",
500 "Swedish",
501 "Tamil",
502 "Telugu",
503 "Tajik",
504 "Thai",
505 "Tigrinya",
506 "Tibetan",
507 "Turkmen",
508 "Tagalog",
509 "Tswana",
510 "Tonga",
511 "Turkish",
512 "Tsonga",
513 "Tatar",
514 "Twi",
515 "Tahitian",
516 "Uighur",
517 "Ukrainian",
518 "Urdu",
519 "Uzbek",
520 "Venda",
521 "Vietnamese",
522 "Volapük",
523 "Walloon",
524 "Welsh",
525 "Wolof",
526 "Western Frisian",
527 "Xhosa",
528 "Yiddish",
529 "Yoruba",
530 "Zhuang"
531 ]
532 },
533 "default": [
534 "all"
535 ]
536 },
537 "ratings": {
538 "title": "Review ratings",
539 "type": "array",
540 "description": "Select the review ratings.",
541 "items": {
542 "type": "string",
543 "enum": [
544 "all",
545 "5",
546 "4",
547 "3",
548 "2",
549 "1"
550 ],
551 "enumTitles": [
552 "All",
553 "Excellent",
554 "Very Good",
555 "Average",
556 "Poor",
557 "Terrible"
558 ]
559 },
560 "default": [
561 "all"
562 ]
563 },
564 "maxItems": {
565 "title": "Maximum number of items on output",
566 "type": "integer",
567 "description": "Maximum number of items that you want as output."
568 },
569 "customMapFunction": {
570 "title": "Custom map function",
571 "type": "string",
572 "description": "Function that takes each of the objects as argument and returns data that will be mapped by the function itself. This function is not intended for filtering, please don't use it for filtering purposes or you will get banned automatically."
573 }
574 }
575 },
576 "runsResponseSchema": {
577 "type": "object",
578 "properties": {
579 "data": {
580 "type": "object",
581 "properties": {
582 "id": {
583 "type": "string"
584 },
585 "actId": {
586 "type": "string"
587 },
588 "userId": {
589 "type": "string"
590 },
591 "startedAt": {
592 "type": "string",
593 "format": "date-time",
594 "example": "2025-01-08T00:00:00.000Z"
595 },
596 "finishedAt": {
597 "type": "string",
598 "format": "date-time",
599 "example": "2025-01-08T00:00:00.000Z"
600 },
601 "status": {
602 "type": "string",
603 "example": "READY"
604 },
605 "meta": {
606 "type": "object",
607 "properties": {
608 "origin": {
609 "type": "string",
610 "example": "API"
611 },
612 "userAgent": {
613 "type": "string"
614 }
615 }
616 },
617 "stats": {
618 "type": "object",
619 "properties": {
620 "inputBodyLen": {
621 "type": "integer",
622 "example": 2000
623 },
624 "rebootCount": {
625 "type": "integer",
626 "example": 0
627 },
628 "restartCount": {
629 "type": "integer",
630 "example": 0
631 },
632 "resurrectCount": {
633 "type": "integer",
634 "example": 0
635 },
636 "computeUnits": {
637 "type": "integer",
638 "example": 0
639 }
640 }
641 },
642 "options": {
643 "type": "object",
644 "properties": {
645 "build": {
646 "type": "string",
647 "example": "latest"
648 },
649 "timeoutSecs": {
650 "type": "integer",
651 "example": 300
652 },
653 "memoryMbytes": {
654 "type": "integer",
655 "example": 1024
656 },
657 "diskMbytes": {
658 "type": "integer",
659 "example": 2048
660 }
661 }
662 },
663 "buildId": {
664 "type": "string"
665 },
666 "defaultKeyValueStoreId": {
667 "type": "string"
668 },
669 "defaultDatasetId": {
670 "type": "string"
671 },
672 "defaultRequestQueueId": {
673 "type": "string"
674 },
675 "buildNumber": {
676 "type": "string",
677 "example": "1.0.0"
678 },
679 "containerUrl": {
680 "type": "string"
681 },
682 "usage": {
683 "type": "object",
684 "properties": {
685 "ACTOR_COMPUTE_UNITS": {
686 "type": "integer",
687 "example": 0
688 },
689 "DATASET_READS": {
690 "type": "integer",
691 "example": 0
692 },
693 "DATASET_WRITES": {
694 "type": "integer",
695 "example": 0
696 },
697 "KEY_VALUE_STORE_READS": {
698 "type": "integer",
699 "example": 0
700 },
701 "KEY_VALUE_STORE_WRITES": {
702 "type": "integer",
703 "example": 1
704 },
705 "KEY_VALUE_STORE_LISTS": {
706 "type": "integer",
707 "example": 0
708 },
709 "REQUEST_QUEUE_READS": {
710 "type": "integer",
711 "example": 0
712 },
713 "REQUEST_QUEUE_WRITES": {
714 "type": "integer",
715 "example": 0
716 },
717 "DATA_TRANSFER_INTERNAL_GBYTES": {
718 "type": "integer",
719 "example": 0
720 },
721 "DATA_TRANSFER_EXTERNAL_GBYTES": {
722 "type": "integer",
723 "example": 0
724 },
725 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
726 "type": "integer",
727 "example": 0
728 },
729 "PROXY_SERPS": {
730 "type": "integer",
731 "example": 0
732 }
733 }
734 },
735 "usageTotalUsd": {
736 "type": "number",
737 "example": 0.00005
738 },
739 "usageUsd": {
740 "type": "object",
741 "properties": {
742 "ACTOR_COMPUTE_UNITS": {
743 "type": "integer",
744 "example": 0
745 },
746 "DATASET_READS": {
747 "type": "integer",
748 "example": 0
749 },
750 "DATASET_WRITES": {
751 "type": "integer",
752 "example": 0
753 },
754 "KEY_VALUE_STORE_READS": {
755 "type": "integer",
756 "example": 0
757 },
758 "KEY_VALUE_STORE_WRITES": {
759 "type": "number",
760 "example": 0.00005
761 },
762 "KEY_VALUE_STORE_LISTS": {
763 "type": "integer",
764 "example": 0
765 },
766 "REQUEST_QUEUE_READS": {
767 "type": "integer",
768 "example": 0
769 },
770 "REQUEST_QUEUE_WRITES": {
771 "type": "integer",
772 "example": 0
773 },
774 "DATA_TRANSFER_INTERNAL_GBYTES": {
775 "type": "integer",
776 "example": 0
777 },
778 "DATA_TRANSFER_EXTERNAL_GBYTES": {
779 "type": "integer",
780 "example": 0
781 },
782 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
783 "type": "integer",
784 "example": 0
785 },
786 "PROXY_SERPS": {
787 "type": "integer",
788 "example": 0
789 }
790 }
791 }
792 }
793 }
794 }
795 }
796 }
797 }
798}
Tripadvisor Reviews: The Fastest, Cheapest and Most Reliable 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 Tripadvisor Reviews: The Fastest, Cheapest and Most Reliable 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
1 monthly user
-
0 No stars yet
>99% runs succeeded
Created in Feb 2025
Modified 11 hours ago