{
  "openapi": "3.0.1",
  "info": {
    "title": "Get-Your-Guide Scraper",
    "description": "💫 Scrape GetYourGuide.com",
    "version": "0.3",
    "x-build-id": "tIWwxY4CqlVJyEJIK"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/jupri~get-your-guide-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-jupri-get-your-guide-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/jupri~get-your-guide-scraper/runs": {
      "post": {
        "operationId": "runs-sync-jupri-get-your-guide-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/jupri~get-your-guide-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-jupri-get-your-guide-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "title": "❓ Query",
            "type": "string",
            "description": "💡 Search Terms or URL"
          },
          "example": {
            "title": "💡 Examples",
            "enum": [
              "Glamping",
              "985814/info",
              "985814/reviews",
              "985814/images",
              "https://www.getyourguide.com/jakarta-l278/",
              "https://www.getyourguide.com/jakarta-l278/jakarta-highlights-tour-jakarta-full-day-t466734/"
            ],
            "type": "string",
            "description": "💡 <b>Query Examples:</b> Select one or more examples, then hit <code>START!</code> <p>OR, enter your own queries in the <code>QUERY</code> input.</p>"
          },
          "location": {
            "title": "🧭 Locations",
            "type": "array",
            "description": "",
            "items": {
              "type": "string"
            }
          },
          "limit": {
            "title": "♾️ Limit",
            "type": "integer",
            "description": "💡 Number of results"
          },
          "language": {
            "title": "📢 Language",
            "enum": [
              "en-US",
              "cs-CZ",
              "da-DK",
              "de-DE",
              "de-AT",
              "de-CH",
              "en-AU",
              "en-GB",
              "es-ES",
              "es-MX",
              "fr-FR",
              "it-IT",
              "hu-HU",
              "nl-NL",
              "no-NO",
              "pl-PL",
              "pt-PT",
              "pt-BR",
              "ro-RO",
              "fi-FI",
              "sv-SE",
              "tr-TR",
              "el-GR",
              "ru-RU",
              "ja-JP",
              "zh-CN",
              "zh-HK",
              "zh-TW",
              "ko-KR"
            ],
            "type": "string",
            "description": "💡 Portal Language"
          },
          "currency": {
            "title": "💱 Currency",
            "enum": [
              "AED",
              "AUD",
              "BGN",
              "CAD",
              "CHF",
              "CLP",
              "CNY",
              "COP",
              "CZK",
              "DKK",
              "EGP",
              "EUR",
              "GBP",
              "HKD",
              "HUF",
              "IDR",
              "ILS",
              "INR",
              "JPY",
              "KRW",
              "MAD",
              "MXN",
              "MYR",
              "NOK",
              "NZD",
              "PHP",
              "PLN",
              "RON",
              "SEK",
              "SGD",
              "THB",
              "TRY",
              "UAH",
              "USD",
              "UYU",
              "VND",
              "ZAR"
            ],
            "type": "string",
            "description": ""
          },
          "filters:sort": {
            "title": "Sort",
            "enum": [
              "popularity",
              "price_asc",
              "price_desc",
              "rating_desc",
              "distance"
            ],
            "type": "string",
            "description": ""
          },
          "filters:languages": {
            "title": "Languages",
            "type": "array",
            "description": "",
            "items": {
              "type": "string",
              "enum": [
                "en",
                "ar",
                "nl",
                "fr",
                "de",
                "hi",
                "it",
                "pt",
                "ru",
                "es"
              ],
              "enumTitles": [
                "English",
                "Arabic",
                "Dutch",
                "French",
                "German",
                "Hindi",
                "Italian",
                "Portuguese",
                "Russian",
                "Spanish"
              ]
            }
          },
          "filters:min_price": {
            "title": "💲 Price Range",
            "type": "integer",
            "description": ""
          },
          "filters:max_price": {
            "title": "",
            "type": "integer",
            "description": ""
          },
          "filters:date_from": {
            "title": "📅 Date Range",
            "type": "string",
            "description": "💡 Dates (from-to) [YYYY-MM-DD]"
          },
          "filters:date_to": {
            "title": "",
            "type": "string",
            "description": ""
          },
          "filters:times": {
            "title": "🕒 Time",
            "type": "array",
            "description": "",
            "items": {
              "type": "string",
              "enum": [
                "8-12",
                "12-17",
                "17-0"
              ],
              "enumTitles": [
                "Morning (8 AM-12 PM)",
                "Afternoon (12 PM-5 PM)",
                "Evening (5 PM-12 AM)"
              ]
            }
          },
          "filters:durations": {
            "title": "⌛ Durations",
            "type": "array",
            "description": "",
            "items": {
              "type": "string",
              "enum": [
                "0",
                "1",
                "2",
                "3",
                "4",
                "5",
                "6",
                "7"
              ],
              "enumTitles": [
                "0-3 hours",
                "3-5 hours",
                "5-7 hours",
                "Full day (7+ hours)",
                "2 days",
                "3 days",
                "4 days",
                "5+ days"
              ]
            }
          },
          "filters:categories": {
            "title": "Categories",
            "type": "array",
            "description": "",
            "items": {
              "type": "string",
              "enum": [
                "adventure",
                "bundle",
                "cityCard",
                "dayTrip",
                "entryTicket",
                "hostedTicket",
                "guidedTour",
                "hopOnHopOff",
                "multiDayTrip",
                "other",
                "privateTour",
                "transfer",
                "waterActivity",
                "workshopOrClass"
              ],
              "enumTitles": [
                "Adventures",
                "Bundles",
                "City cards",
                "Day trips",
                "Entry tickets",
                "Entry tickets with host",
                "Guided tours",
                "Hop-on hop-off tours",
                "Multi-day trips",
                "Other experiences",
                "Private tours",
                "Transfers",
                "Water activities",
                "Workshops & classes"
              ]
            }
          },
          "filters:themes": {
            "title": "Interests",
            "type": "array",
            "description": "",
            "items": {
              "type": "string",
              "enum": [
                "activities_for_couples",
                "adrenaline",
                "airplane",
                "airport",
                "airport_service",
                "animal_activities",
                "architecture",
                "art_exhibits",
                "beach",
                "bicycle",
                "black_cab",
                "bridge",
                "bus_coach",
                "camping",
                "canoe",
                "canyon_valley",
                "car",
                "castle_or_palace",
                "children_s_activities",
                "city_sightseeing",
                "food",
                "gallery",
                "helicopter",
                "history",
                "hot_spring",
                "jeep_suv",
                "lake",
                "landmark",
                "library",
                "limousine",
                "local_culture",
                "market",
                "memorial",
                "monument",
                "motorcycle",
                "mountain",
                "museum",
                "national_park",
                "natural_landmark",
                "nature_spots",
                "nightlife",
                "non_alcoholic_drinks",
                "on_foot",
                "outdoor_recreation",
                "outdoor_sport",
                "park_or_garden",
                "plaza_square",
                "public",
                "raft",
                "religious",
                "resort",
                "restaurant_bar",
                "river",
                "river_boat",
                "route",
                "royalty",
                "shopping_mall",
                "sightseeing_cruise",
                "speed_boat",
                "spirits_wine_beer",
                "station",
                "subway",
                "tower",
                "train",
                "travel_services",
                "tv_film",
                "van",
                "vintage_car",
                "volcano",
                "water_activities",
                "water_sports",
                "waterfalls",
                "wellness",
                "workshops_classes"
              ],
              "enumTitles": [
                "Activities for couples",
                "Adrenaline",
                "Airplane",
                "Airports",
                "Airport service",
                "Animal activities",
                "Architecture",
                "Art & Exhibits",
                "Beaches",
                "Bike",
                "Black cab",
                "Bridges",
                "Bus/coach",
                "Camping",
                "Canoe",
                "Canyons, valleys, & gorges",
                "Car",
                "Castles & palaces",
                "Children's activities",
                "City sightseeing",
                "Food",
                "Galleries",
                "Helicopter",
                "History",
                "Hot springs & geysers",
                "Jeep / SUV",
                "Lakes",
                "Landmarks",
                "Libraries",
                "Limousine",
                "Local culture",
                "Markets",
                "Memorials",
                "Monuments",
                "Motorcycle",
                "Mountains",
                "Museums",
                "National parks",
                "Natural formations",
                "Nature spots",
                "Nightlife",
                "Non-alcoholic drinks",
                "On foot",
                "Outdoor recreation",
                "Outdoor sport",
                "Parks & gardens",
                "Squares & plazas",
                "Public transport",
                "Raft",
                "Religious sites",
                "Hotels, resorts, & casinos",
                "Restaurants & bars",
                "Rivers",
                "River boat",
                "Trails & routes",
                "Royalty",
                "Shopping malls",
                "Sightseeing cruise",
                "Speedboat",
                "Spirits, wine & beer",
                "Stations",
                "Subway / metro",
                "Towers & viewing platforms",
                "Train",
                "Travel services",
                "TV & film",
                "Van",
                "Vintage car",
                "Volcanoes",
                "Water activities",
                "Water sports",
                "Waterfalls",
                "Wellness",
                "Workshops & classes"
              ]
            }
          },
          "filters:audiences": {
            "title": "Audiences",
            "type": "array",
            "description": "",
            "items": {
              "type": "string",
              "enum": [
                "activities_for_couples",
                "children_s_activities"
              ],
              "enumTitles": [
                "Activities for couples",
                "Children's activities"
              ]
            }
          },
          "filters:poi_types": {
            "title": "POI Types",
            "type": "array",
            "description": "",
            "items": {
              "type": "string",
              "enum": [
                "castle_or_palace",
                "historic_and_archeological",
                "landmark",
                "museum",
                "national_park",
                "park_or_garden",
                "religious",
                "river",
                "plaza_square",
                "route"
              ],
              "enumTitles": [
                "Castles & palaces",
                "Historic ruins & archaeological sites",
                "Landmarks",
                "Museums",
                "National parks",
                "Parks & gardens",
                "Religious sites",
                "Rivers",
                "Squares & plazas",
                "Trails & routes"
              ]
            }
          },
          "filters:transports": {
            "title": "Transportations",
            "type": "array",
            "description": "",
            "items": {
              "type": "string",
              "enum": [
                "quad_atv",
                "bicycle",
                "bus_coach",
                "car",
                "jeep_suv",
                "limousine",
                "on_foot",
                "sightseeing_cruise",
                "speed_boat",
                "van"
              ],
              "enumTitles": [
                "ATV",
                "Bike",
                "Bus / coach",
                "Car",
                "Jeep / SUV",
                "Limousine",
                "On foot",
                "Sightseeing cruise",
                "Speedboat",
                "Van"
              ]
            }
          },
          "filters:services": {
            "title": "Services",
            "type": "array",
            "description": "",
            "items": {
              "type": "string",
              "enum": [
                "ahm",
                "orig",
                "hpu",
                "prt",
                "stl",
                "sg",
                "wca"
              ],
              "enumTitles": [
                "Additional health measures",
                "GetYourGuide Originals",
                "Hotel pickup possible",
                "Private tour",
                "Skip the line",
                "Small group",
                "Wheelchair accessible"
              ]
            }
          },
          "filters:review_search": {
            "title": "Search",
            "type": "string",
            "description": "💡 Search within reviews"
          },
          "filters:review_category": {
            "title": "Traveller",
            "type": "array",
            "description": "💡 Traveller category",
            "items": {
              "type": "string",
              "enum": [
                "couple",
                "friends",
                "solo",
                "family"
              ],
              "enumTitles": [
                "Couples",
                "Group of friends",
                "Solo travellers",
                "Families"
              ]
            }
          },
          "filters:review_rating": {
            "title": "Rating",
            "type": "array",
            "description": "💡 Star Ratings",
            "items": {
              "type": "string",
              "enum": [
                "5",
                "4",
                "3",
                "2",
                "1"
              ],
              "enumTitles": [
                "5 stars",
                "4 stars",
                "3 stars",
                "2 stars",
                "1 star"
              ]
            }
          },
          "filters:review_sort": {
            "title": "Sorting",
            "enum": [
              "recommended",
              "newest",
              "oldest"
            ],
            "type": "string",
            "description": "💡 Reviews sorting"
          },
          "filters:available_count": {
            "title": "Count",
            "type": "integer",
            "description": ""
          },
          "filters:available_date": {
            "title": "Date",
            "type": "string",
            "description": ""
          },
          "dev_custom_headers": {
            "title": "📜 HTTP HEADERS",
            "type": "array",
            "description": "💡 Additional HTTP Headers",
            "items": {
              "type": "object",
              "required": [
                "key",
                "value"
              ],
              "properties": {
                "key": {
                  "type": "string",
                  "title": "Key"
                },
                "value": {
                  "type": "string",
                  "title": "Value"
                }
              }
            }
          },
          "dev_custom_cookies": {
            "title": "🍰 HTTP COOKIES",
            "type": "array",
            "description": "💡 Additional HTTP Cookies",
            "items": {
              "type": "object",
              "required": [
                "key",
                "value"
              ],
              "properties": {
                "key": {
                  "type": "string",
                  "title": "Key"
                },
                "value": {
                  "type": "string",
                  "title": "Value"
                }
              }
            }
          },
          "dev_transform_fields": {
            "title": "♻️ CUSTOM FIELD",
            "type": "array",
            "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>",
            "items": {
              "type": "object",
              "required": [
                "key",
                "value"
              ],
              "properties": {
                "key": {
                  "type": "string",
                  "title": "Key"
                },
                "value": {
                  "type": "string",
                  "title": "Value"
                }
              }
            }
          },
          "dev_dataset_name": {
            "title": "📁 CUSTOM STORAGE",
            "type": "string",
            "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>"
          },
          "dev_dataset_clear": {
            "title": "Clear Storage",
            "type": "boolean",
            "description": "Clear Dataset before insert/update."
          },
          "dev_no_strip": {
            "title": "Disable data cleansing",
            "type": "boolean",
            "description": "💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}