# Get-Your-Guide Scraper (`jupri/get-your-guide-scraper`) Actor

💫 Scrape GetYourGuide.com

- **URL**: https://apify.com/jupri/get-your-guide-scraper.md
- **Developed by:** [cat](https://apify.com/jupri) (community)
- **Categories:** Travel, Real estate
- **Stats:** 263 total users, 8 monthly users, 98.4% runs succeeded, 15 bookmarks
- **User rating**: No ratings yet

## Pricing

$30.00/month + usage

To use this Actor, you 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, which gets cheaper the higher Apify subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#rental-actors

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## 💫 Welcome to GetYourGuide Scraper

<img height="32" align="right" src="https://apify.com/actor-badge?actor=jupri/get-your-guide-scraper">


![dont be sad readme is here](https://raw.githubusercontent.com/JupriGH/resources/main/cats/catframe.png)

### 🍂 About GetYourGuide.com

<img align="right" src="https://upload.wikimedia.org/wikipedia/commons/0/0b/GetYourGuide_company_logo.png" width="30%">

**GetYourGuide** is a Berlin-based [startup](https://en.wikipedia.org/wiki/Startup_company "Startup company")[[2]](https://en.wikipedia.org/wiki/GetYourGuide#cite_note-:0-2)  [online marketplace](https://en.wikipedia.org/wiki/Online_marketplace "Online marketplace") for travel activities.[[3]](https://en.wikipedia.org/wiki/GetYourGuide#cite_note-3) GetYourGuide sells [tours](https://en.wikipedia.org/wiki/Tour_guide "Tour guide") and [excursions](https://en.wikipedia.org/wiki/Excursion "Excursion"), activities including cooking classes, and tickets to [tourist attractions](https://en.wikipedia.org/wiki/Tourist_attraction "Tourist attraction").[[4]](https://en.wikipedia.org/wiki/GetYourGuide#cite_note-WSJ_Kolodny-4) It offers more than 60,000 products worldwide in 150 countries, 22 languages, and 40 currencies.[[5]](https://en.wikipedia.org/wiki/GetYourGuide#cite_note-5)

### 🍂 About This Actor

#### All-In-One GetYourGuide.com Scraper

#### 🍃 Features :

- 💫 Search tours by **Keyword** or **Locations**
- 💫 Search tours by **Filters**
- 💫 Search a tour **Reviews**
- 💫 Support for `URL` inputs (**Start URL**)

#### 🍃 Disclaimer :

- 💡 Free Trial limited to first **100** results
- 💡 Max reviews sorted by date is **350**
- 💡 Max reviews sorted by recommended is less than **350**
- 💡 **Proxy** Required 


### 🍂 Basic Usage

#### 🍃 Input Parameters

| Parameter | Type | Description |
|-|-|-|
| `query` | **string** | `KEYWORDS` or `URL` or `QUERY` <br>_(see: Advanced Usage)_ |
| `location` | **array** | List of locations |
| `limit` | **number** | Number of results |
| `search` | **object** | Search filters |
| `filters` | **object** | Other filters |

#### 🍃 Basic Examples :

Search for Tours by keyword 

```yaml
{ "query": "glamping": "limit": 10 }
````

💡 *(see more examples below)*

### 🍂 Advanced Usage

#### 🍃 Get-Your-Guide Query Language (`GYGQL`)

```html
[ <COMMAND:>|#|@][<NAME>|<ID>| <KEYWORD>|<URL>][/<SECTION>]  
```

#### 🍃 Possible `QUERY` Values

| Format | Examples | Description |
|-|-|-|
| **<*KEYWORDS*>** | `any text` | **Search Tours** |
| **<*TOUR\_ID*>** | `1234500` | **Tour Data** |
| `/info` | `1234500/info` | Tour info `(default)` |
| `/reviews` | `1234500/reviews` | Tour reviews |
| `/images` | `1234500/images` | Tour images |
| `/availabilities` | `1234500/availabilities` | Tour availabilities |
| **https:<*URL*>** | `https://www.getyourguide.com/...` | **Start URL**

### 🍂 Input Examples

#### 🍃 Example #1: Search Tours

Search for Tours by keyword

```yaml
{ "query": "glamping": "limit": 10 }
```

Search for Tours by locations

```yaml
{ "location": ["hiroshima", "nagasaki"] : "limit": 10 }
```

Using search `URL`

```yaml
{ 
	"query": "https://www.getyourguide.com/bandung-l32327/?date_from=2025-03-04&date_to=2025-03-04",
	"limit": 10
}
```

#### 🍃 Example #2: Get a Tour Data

Tour detailed info

```yaml
{ "query": "https://www.getyourguide.com/jakarta-l278/volcano-rice-field-hot-spring-tea-t501964" }
```

Or using query : **`<TOUR_ID>/info`**

```yaml
{ "query": "501964/info" }
```

Or only the `ID`

```yaml
{ "query": "501964" }
```

Tour reviews

```yaml
{ "query": "501964/reviews", "limit": 40 }
```

### 🍂 Support

<img src="https://apify-uploads-prod.s3.us-east-1.amazonaws.com/5SxZhwYwpknFk8ek9-cat.gif" width="240">

Feel free to [reach out](https://console.apify.com/actors/3LL5V7DWKjWzt7ehD/issues) to the developer for any issues or suggestions for improvement.

# Actor input Schema

## `query` (type: `string`):

💡 Search Terms or URL

## `example` (type: `string`):

💡 <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` (type: `array`):

No description

## `limit` (type: `integer`):

💡 Number of results

## `language` (type: `string`):

💡 Portal Language

## `currency` (type: `string`):

No description

## `filters:sort` (type: `string`):

No description

## `filters:languages` (type: `array`):

No description

## `filters:min_price` (type: `integer`):

No description

## `filters:max_price` (type: `integer`):

No description

## `filters:date_from` (type: `string`):

💡 Dates (from-to) \[YYYY-MM-DD]

## `filters:date_to` (type: `string`):

No description

## `filters:times` (type: `array`):

No description

## `filters:durations` (type: `array`):

No description

## `filters:categories` (type: `array`):

No description

## `filters:themes` (type: `array`):

No description

## `filters:audiences` (type: `array`):

No description

## `filters:poi_types` (type: `array`):

No description

## `filters:transports` (type: `array`):

No description

## `filters:services` (type: `array`):

No description

## `filters:review_search` (type: `string`):

💡 Search within reviews

## `filters:review_category` (type: `array`):

💡 Traveller category

## `filters:review_rating` (type: `array`):

💡 Star Ratings

## `filters:review_sort` (type: `string`):

💡 Reviews sorting

## `filters:available_count` (type: `integer`):

No description

## `filters:available_date` (type: `string`):

No description

## `dev_custom_headers` (type: `array`):

💡 Additional HTTP Headers

## `dev_custom_cookies` (type: `array`):

💡 Additional HTTP Cookies

## `dev_transform_fields` (type: `array`):

💡 <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>

## `dev_dataset_name` (type: `string`):

💡 <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` (type: `boolean`):

Clear Dataset before insert/update.

## `dev_no_strip` (type: `boolean`):

💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>

## Actor input object example

```json
{
  "query": "Glamping",
  "limit": 5
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "query": "Glamping",
    "limit": 5
};

// Run the Actor and wait for it to finish
const run = await client.actor("jupri/get-your-guide-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "query": "Glamping",
    "limit": 5,
}

# Run the Actor and wait for it to finish
run = client.actor("jupri/get-your-guide-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "query": "Glamping",
  "limit": 5
}' |
apify call jupri/get-your-guide-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=jupri/get-your-guide-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
