
Get-Your-Guide Scraper
Pricing
$30.00/month + usage

Get-Your-Guide Scraper
💫 Scrape GetYourGuide.com
0.0 (0)
Pricing
$30.00/month + usage
6
Monthly users
17
Runs succeeded
>99%
Response time
9.2 days
Last modified
17 days ago
You can access the Get-Your-Guide Scraper 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.2",
5 "x-build-id": "KMdr0j5yE357W638U"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/jupri~get-your-guide-scraper/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-jupri-get-your-guide-scraper",
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/jupri~get-your-guide-scraper/runs": {
50 "post": {
51 "operationId": "runs-sync-jupri-get-your-guide-scraper",
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/jupri~get-your-guide-scraper/run-sync": {
93 "post": {
94 "operationId": "run-sync-jupri-get-your-guide-scraper",
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 "properties": {
134 "query": {
135 "title": "❓ Query",
136 "type": "string",
137 "description": "💡 Search Terms or URL"
138 },
139 "search.location": {
140 "title": "🧭 Locations",
141 "type": "array",
142 "description": "",
143 "items": {
144 "type": "string"
145 }
146 },
147 "limit": {
148 "title": "Limit",
149 "type": "integer",
150 "description": "💡 Number of results"
151 },
152 "language": {
153 "title": "📢 Language",
154 "enum": [
155 "en-US",
156 "cs-CZ",
157 "da-DK",
158 "de-DE",
159 "de-AT",
160 "de-CH",
161 "en-AU",
162 "en-GB",
163 "es-ES",
164 "es-MX",
165 "fr-FR",
166 "it-IT",
167 "hu-HU",
168 "nl-NL",
169 "no-NO",
170 "pl-PL",
171 "pt-PT",
172 "pt-BR",
173 "ro-RO",
174 "fi-FI",
175 "sv-SE",
176 "tr-TR",
177 "el-GR",
178 "ru-RU",
179 "ja-JP",
180 "zh-CN",
181 "zh-HK",
182 "zh-TW",
183 "ko-KR"
184 ],
185 "type": "string",
186 "description": "💡 Portal Language"
187 },
188 "currency": {
189 "title": "💱 Currency",
190 "enum": [
191 "AED",
192 "AUD",
193 "BGN",
194 "CAD",
195 "CHF",
196 "CLP",
197 "CNY",
198 "COP",
199 "CZK",
200 "DKK",
201 "EGP",
202 "EUR",
203 "GBP",
204 "HKD",
205 "HUF",
206 "IDR",
207 "ILS",
208 "INR",
209 "JPY",
210 "KRW",
211 "MAD",
212 "MXN",
213 "MYR",
214 "NOK",
215 "NZD",
216 "PHP",
217 "PLN",
218 "RON",
219 "SEK",
220 "SGD",
221 "THB",
222 "TRY",
223 "UAH",
224 "USD",
225 "UYU",
226 "VND",
227 "ZAR"
228 ],
229 "type": "string",
230 "description": ""
231 },
232 "search.sort": {
233 "title": "Sort",
234 "enum": [
235 "popularity",
236 "price_asc",
237 "price_desc",
238 "rating_desc",
239 "distance"
240 ],
241 "type": "string",
242 "description": ""
243 },
244 "search.languages": {
245 "title": "Languages",
246 "type": "array",
247 "description": "",
248 "items": {
249 "type": "string",
250 "enum": [
251 "en",
252 "ar",
253 "nl",
254 "fr",
255 "de",
256 "hi",
257 "it",
258 "pt",
259 "ru",
260 "es"
261 ],
262 "enumTitles": [
263 "English",
264 "Arabic",
265 "Dutch",
266 "French",
267 "German",
268 "Hindi",
269 "Italian",
270 "Portuguese",
271 "Russian",
272 "Spanish"
273 ]
274 }
275 },
276 "search.min_price": {
277 "title": "💲 Price Range",
278 "type": "integer",
279 "description": ""
280 },
281 "search.max_price": {
282 "title": "",
283 "type": "integer",
284 "description": ""
285 },
286 "search.date_from": {
287 "title": "📅 Date Range",
288 "type": "string",
289 "description": "💡 Dates (from-to) [YYYY-MM-DD]"
290 },
291 "search.date_to": {
292 "title": "",
293 "type": "string",
294 "description": ""
295 },
296 "search.times": {
297 "title": "🕒 Time",
298 "type": "array",
299 "description": "",
300 "items": {
301 "type": "string",
302 "enum": [
303 "8-12",
304 "12-17",
305 "17-0"
306 ],
307 "enumTitles": [
308 "Morning (8 AM-12 PM)",
309 "Afternoon (12 PM-5 PM)",
310 "Evening (5 PM-12 AM)"
311 ]
312 }
313 },
314 "search.durations": {
315 "title": "⌛ Durations",
316 "type": "array",
317 "description": "",
318 "items": {
319 "type": "string",
320 "enum": [
321 "0",
322 "1",
323 "2",
324 "3",
325 "4",
326 "5",
327 "6",
328 "7"
329 ],
330 "enumTitles": [
331 "0-3 hours",
332 "3-5 hours",
333 "5-7 hours",
334 "Full day (7+ hours)",
335 "2 days",
336 "3 days",
337 "4 days",
338 "5+ days"
339 ]
340 }
341 },
342 "search.categories": {
343 "title": "Categories",
344 "type": "array",
345 "description": "",
346 "items": {
347 "type": "string",
348 "enum": [
349 "adventure",
350 "bundle",
351 "cityCard",
352 "dayTrip",
353 "entryTicket",
354 "hostedTicket",
355 "guidedTour",
356 "hopOnHopOff",
357 "multiDayTrip",
358 "other",
359 "privateTour",
360 "transfer",
361 "waterActivity",
362 "workshopOrClass"
363 ],
364 "enumTitles": [
365 "Adventures",
366 "Bundles",
367 "City cards",
368 "Day trips",
369 "Entry tickets",
370 "Entry tickets with host",
371 "Guided tours",
372 "Hop-on hop-off tours",
373 "Multi-day trips",
374 "Other experiences",
375 "Private tours",
376 "Transfers",
377 "Water activities",
378 "Workshops & classes"
379 ]
380 }
381 },
382 "search.themes": {
383 "title": "Themes",
384 "type": "array",
385 "description": "",
386 "items": {
387 "type": "string",
388 "enum": [
389 "animal_activities",
390 "architecture",
391 "art_exhibits",
392 "city_sightseeing",
393 "food",
394 "history",
395 "local_culture",
396 "nature_spots",
397 "water_activities",
398 "water_sports"
399 ],
400 "enumTitles": [
401 "Animal activities",
402 "Architecture",
403 "Art & Exhibits",
404 "City sightseeing",
405 "Food",
406 "History",
407 "Local culture",
408 "Nature spots",
409 "Water activities",
410 "Water sports"
411 ]
412 }
413 },
414 "search.audiences": {
415 "title": "Audiences",
416 "type": "array",
417 "description": "",
418 "items": {
419 "type": "string",
420 "enum": [
421 "activities_for_couples",
422 "children_s_activities"
423 ],
424 "enumTitles": [
425 "Activities for couples",
426 "Children's activities"
427 ]
428 }
429 },
430 "search.poi_types": {
431 "title": "POI Types",
432 "type": "array",
433 "description": "",
434 "items": {
435 "type": "string",
436 "enum": [
437 "castle_or_palace",
438 "historic_and_archeological",
439 "landmark",
440 "museum",
441 "national_park",
442 "park_or_garden",
443 "religious",
444 "river",
445 "plaza_square",
446 "route"
447 ],
448 "enumTitles": [
449 "Castles & palaces",
450 "Historic ruins & archaeological sites",
451 "Landmarks",
452 "Museums",
453 "National parks",
454 "Parks & gardens",
455 "Religious sites",
456 "Rivers",
457 "Squares & plazas",
458 "Trails & routes"
459 ]
460 }
461 },
462 "search.transports": {
463 "title": "Transportations",
464 "type": "array",
465 "description": "",
466 "items": {
467 "type": "string",
468 "enum": [
469 "quad_atv",
470 "bicycle",
471 "bus_coach",
472 "car",
473 "jeep_suv",
474 "limousine",
475 "on_foot",
476 "sightseeing_cruise",
477 "speed_boat",
478 "van"
479 ],
480 "enumTitles": [
481 "ATV",
482 "Bike",
483 "Bus / coach",
484 "Car",
485 "Jeep / SUV",
486 "Limousine",
487 "On foot",
488 "Sightseeing cruise",
489 "Speedboat",
490 "Van"
491 ]
492 }
493 },
494 "search.services": {
495 "title": "Services",
496 "type": "array",
497 "description": "",
498 "items": {
499 "type": "string",
500 "enum": [
501 "ahm",
502 "orig",
503 "hpu",
504 "prt",
505 "stl",
506 "sg",
507 "wca"
508 ],
509 "enumTitles": [
510 "Additional health measures",
511 "GetYourGuide Originals",
512 "Hotel pickup possible",
513 "Private tour",
514 "Skip the line",
515 "Small group",
516 "Wheelchair accessible"
517 ]
518 }
519 },
520 "filters.review_search": {
521 "title": "Search",
522 "type": "string",
523 "description": "💡 Search within reviews"
524 },
525 "filters.review_category": {
526 "title": "Traveller",
527 "type": "array",
528 "description": "💡 Traveller category",
529 "items": {
530 "type": "string",
531 "enum": [
532 "couple",
533 "friends",
534 "solo",
535 "family"
536 ],
537 "enumTitles": [
538 "Couples",
539 "Group of friends",
540 "Solo travellers",
541 "Families"
542 ]
543 }
544 },
545 "filters.review_rating": {
546 "title": "Rating",
547 "type": "array",
548 "description": "💡 Star Ratings",
549 "items": {
550 "type": "string",
551 "enum": [
552 "5",
553 "4",
554 "3",
555 "2",
556 "1"
557 ],
558 "enumTitles": [
559 "5 stars",
560 "4 stars",
561 "3 stars",
562 "2 stars",
563 "1 star"
564 ]
565 }
566 },
567 "filters.review_sort": {
568 "title": "Sorting",
569 "enum": [
570 "recommended",
571 "newest",
572 "oldest"
573 ],
574 "type": "string",
575 "description": "💡 Reviews sorting"
576 },
577 "dev_custom_headers": {
578 "title": "📜 HTTP HEADERS",
579 "type": "array",
580 "description": "💡 Additional HTTP Headers",
581 "items": {
582 "type": "object",
583 "required": [
584 "key",
585 "value"
586 ],
587 "properties": {
588 "key": {
589 "type": "string",
590 "title": "Key"
591 },
592 "value": {
593 "type": "string",
594 "title": "Value"
595 }
596 }
597 }
598 },
599 "dev_custom_cookies": {
600 "title": "🍰 HTTP COOKIES",
601 "type": "array",
602 "description": "💡 Additional HTTP Cookies",
603 "items": {
604 "type": "object",
605 "required": [
606 "key",
607 "value"
608 ],
609 "properties": {
610 "key": {
611 "type": "string",
612 "title": "Key"
613 },
614 "value": {
615 "type": "string",
616 "title": "Value"
617 }
618 }
619 }
620 },
621 "dev_transform_fields": {
622 "title": "♻️ CUSTOM FIELD",
623 "type": "array",
624 "description": "💡 <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>",
625 "items": {
626 "type": "object",
627 "required": [
628 "key",
629 "value"
630 ],
631 "properties": {
632 "key": {
633 "type": "string",
634 "title": "Key"
635 },
636 "value": {
637 "type": "string",
638 "title": "Value"
639 }
640 }
641 }
642 },
643 "dev_dataset_name": {
644 "title": "📁 CUSTOM STORAGE",
645 "type": "string",
646 "description": "💡 <b>Save results into custom named Dataset, use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>"
647 },
648 "dev_dataset_clear": {
649 "title": "Clear Storage",
650 "type": "boolean",
651 "description": "Clear Dataset before insert/update."
652 },
653 "dev_no_strip": {
654 "title": "Disable data cleansing",
655 "type": "boolean",
656 "description": "💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
657 }
658 }
659 },
660 "runsResponseSchema": {
661 "type": "object",
662 "properties": {
663 "data": {
664 "type": "object",
665 "properties": {
666 "id": {
667 "type": "string"
668 },
669 "actId": {
670 "type": "string"
671 },
672 "userId": {
673 "type": "string"
674 },
675 "startedAt": {
676 "type": "string",
677 "format": "date-time",
678 "example": "2025-01-08T00:00:00.000Z"
679 },
680 "finishedAt": {
681 "type": "string",
682 "format": "date-time",
683 "example": "2025-01-08T00:00:00.000Z"
684 },
685 "status": {
686 "type": "string",
687 "example": "READY"
688 },
689 "meta": {
690 "type": "object",
691 "properties": {
692 "origin": {
693 "type": "string",
694 "example": "API"
695 },
696 "userAgent": {
697 "type": "string"
698 }
699 }
700 },
701 "stats": {
702 "type": "object",
703 "properties": {
704 "inputBodyLen": {
705 "type": "integer",
706 "example": 2000
707 },
708 "rebootCount": {
709 "type": "integer",
710 "example": 0
711 },
712 "restartCount": {
713 "type": "integer",
714 "example": 0
715 },
716 "resurrectCount": {
717 "type": "integer",
718 "example": 0
719 },
720 "computeUnits": {
721 "type": "integer",
722 "example": 0
723 }
724 }
725 },
726 "options": {
727 "type": "object",
728 "properties": {
729 "build": {
730 "type": "string",
731 "example": "latest"
732 },
733 "timeoutSecs": {
734 "type": "integer",
735 "example": 300
736 },
737 "memoryMbytes": {
738 "type": "integer",
739 "example": 1024
740 },
741 "diskMbytes": {
742 "type": "integer",
743 "example": 2048
744 }
745 }
746 },
747 "buildId": {
748 "type": "string"
749 },
750 "defaultKeyValueStoreId": {
751 "type": "string"
752 },
753 "defaultDatasetId": {
754 "type": "string"
755 },
756 "defaultRequestQueueId": {
757 "type": "string"
758 },
759 "buildNumber": {
760 "type": "string",
761 "example": "1.0.0"
762 },
763 "containerUrl": {
764 "type": "string"
765 },
766 "usage": {
767 "type": "object",
768 "properties": {
769 "ACTOR_COMPUTE_UNITS": {
770 "type": "integer",
771 "example": 0
772 },
773 "DATASET_READS": {
774 "type": "integer",
775 "example": 0
776 },
777 "DATASET_WRITES": {
778 "type": "integer",
779 "example": 0
780 },
781 "KEY_VALUE_STORE_READS": {
782 "type": "integer",
783 "example": 0
784 },
785 "KEY_VALUE_STORE_WRITES": {
786 "type": "integer",
787 "example": 1
788 },
789 "KEY_VALUE_STORE_LISTS": {
790 "type": "integer",
791 "example": 0
792 },
793 "REQUEST_QUEUE_READS": {
794 "type": "integer",
795 "example": 0
796 },
797 "REQUEST_QUEUE_WRITES": {
798 "type": "integer",
799 "example": 0
800 },
801 "DATA_TRANSFER_INTERNAL_GBYTES": {
802 "type": "integer",
803 "example": 0
804 },
805 "DATA_TRANSFER_EXTERNAL_GBYTES": {
806 "type": "integer",
807 "example": 0
808 },
809 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
810 "type": "integer",
811 "example": 0
812 },
813 "PROXY_SERPS": {
814 "type": "integer",
815 "example": 0
816 }
817 }
818 },
819 "usageTotalUsd": {
820 "type": "number",
821 "example": 0.00005
822 },
823 "usageUsd": {
824 "type": "object",
825 "properties": {
826 "ACTOR_COMPUTE_UNITS": {
827 "type": "integer",
828 "example": 0
829 },
830 "DATASET_READS": {
831 "type": "integer",
832 "example": 0
833 },
834 "DATASET_WRITES": {
835 "type": "integer",
836 "example": 0
837 },
838 "KEY_VALUE_STORE_READS": {
839 "type": "integer",
840 "example": 0
841 },
842 "KEY_VALUE_STORE_WRITES": {
843 "type": "number",
844 "example": 0.00005
845 },
846 "KEY_VALUE_STORE_LISTS": {
847 "type": "integer",
848 "example": 0
849 },
850 "REQUEST_QUEUE_READS": {
851 "type": "integer",
852 "example": 0
853 },
854 "REQUEST_QUEUE_WRITES": {
855 "type": "integer",
856 "example": 0
857 },
858 "DATA_TRANSFER_INTERNAL_GBYTES": {
859 "type": "integer",
860 "example": 0
861 },
862 "DATA_TRANSFER_EXTERNAL_GBYTES": {
863 "type": "integer",
864 "example": 0
865 },
866 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
867 "type": "integer",
868 "example": 0
869 },
870 "PROXY_SERPS": {
871 "type": "integer",
872 "example": 0
873 }
874 }
875 }
876 }
877 }
878 }
879 }
880 }
881 }
882}
Get-Your-Guide Scraper 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 Get-Your-Guide Scraper 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
7 days
Price
$30.00