{
  "openapi": "3.0.1",
  "info": {
    "title": "Skyscanner Hotels 🏨",
    "description": "Scrape Skyscanner.com Hotels",
    "version": "0.0",
    "x-build-id": "dTGcodD2AgpMhyaxX"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/jupri~skyscanner-hotels/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-jupri-skyscanner-hotels",
        "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~skyscanner-hotels/runs": {
      "post": {
        "operationId": "runs-sync-jupri-skyscanner-hotels",
        "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~skyscanner-hotels/run-sync": {
      "post": {
        "operationId": "run-sync-jupri-skyscanner-hotels",
        "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",
        "required": [
          "location"
        ],
        "properties": {
          "location": {
            "title": "Location",
            "type": "string",
            "description": ""
          },
          "market": {
            "title": "Market",
            "enum": [
              "AF",
              "AL",
              "DZ",
              "AS",
              "AD",
              "AO",
              "AI",
              "AG",
              "AR",
              "AM",
              "AW",
              "AU",
              "AT",
              "AZ",
              "BS",
              "BH",
              "BD",
              "BB",
              "BY",
              "BE",
              "BZ",
              "BJ",
              "BM",
              "BT",
              "BO",
              "BA",
              "BW",
              "BR",
              "VG",
              "BN",
              "BG",
              "BF",
              "BI",
              "KH",
              "CM",
              "CA",
              "CV",
              "KY",
              "CF",
              "TD",
              "CL",
              "CN",
              "CX",
              "CC",
              "CO",
              "KM",
              "CG",
              "CK",
              "CR",
              "HR",
              "CU",
              "CY",
              "CZ",
              "DK",
              "DJ",
              "DM",
              "DO",
              "CD",
              "EC",
              "EG",
              "SV",
              "GQ",
              "ER",
              "EE",
              "SZ",
              "ET",
              "FK",
              "FO",
              "FJ",
              "FI",
              "FR",
              "GF",
              "PF",
              "GA",
              "GM",
              "GE",
              "DE",
              "GH",
              "GI",
              "GR",
              "GL",
              "GD",
              "GP",
              "GU",
              "GT",
              "GG",
              "GN",
              "GW",
              "GY",
              "HT",
              "HN",
              "HK",
              "HU",
              "IS",
              "IN",
              "ID",
              "IR",
              "IQ",
              "IE",
              "IL",
              "IT",
              "CI",
              "JM",
              "JP",
              "JO",
              "KZ",
              "KE",
              "KI",
              "KW",
              "KG",
              "LA",
              "LV",
              "LB",
              "LS",
              "LR",
              "LY",
              "LI",
              "LT",
              "LU",
              "MO",
              "MG",
              "MW",
              "MY",
              "MV",
              "ML",
              "MT",
              "MH",
              "MQ",
              "MR",
              "MU",
              "YT",
              "MX",
              "FM",
              "MD",
              "MC",
              "MN",
              "ME",
              "MS",
              "MA",
              "MZ",
              "MM",
              "NA",
              "NR",
              "NP",
              "NL",
              "NC",
              "NZ",
              "NI",
              "NE",
              "NG",
              "NU",
              "KP",
              "MK",
              "MP",
              "NO",
              "OM",
              "PK",
              "PW",
              "PS",
              "PA",
              "PG",
              "PY",
              "PE",
              "PH",
              "PL",
              "PT",
              "PR",
              "QA",
              "RE",
              "RO",
              "RU",
              "RW",
              "KN",
              "LC",
              "VC",
              "WS",
              "ST",
              "SA",
              "SN",
              "RS",
              "SC",
              "SL",
              "SG",
              "SK",
              "SI",
              "SB",
              "SO",
              "ZA",
              "GS",
              "KR",
              "ES",
              "LK",
              "SH",
              "PM",
              "SD",
              "SR",
              "SE",
              "CH",
              "SY",
              "TW",
              "TJ",
              "TZ",
              "TH",
              "TG",
              "TO",
              "TT",
              "TN",
              "TR",
              "TM",
              "TC",
              "TV",
              "UG",
              "UA",
              "AE",
              "UK",
              "US",
              "UY",
              "VI",
              "UZ",
              "VU",
              "VA",
              "VE",
              "VN",
              "WF",
              "YE",
              "ZM",
              "ZW"
            ],
            "type": "string",
            "description": "",
            "default": "US"
          },
          "limit": {
            "title": "Limit",
            "type": "integer",
            "description": "Number of results"
          },
          "sort": {
            "title": "Sorting",
            "enum": [
              "relevance",
              "rating",
              "price",
              "stars",
              "distance"
            ],
            "type": "string",
            "description": ""
          },
          "checkin": {
            "title": "Check-In",
            "type": "string",
            "description": ""
          },
          "checkout": {
            "title": "Check-Out",
            "type": "string",
            "description": ""
          },
          "adults": {
            "title": "Adults",
            "type": "integer",
            "description": "Number of results",
            "default": 2
          },
          "children": {
            "title": "Children",
            "type": "integer",
            "description": "Number of children",
            "default": 0
          },
          "rooms": {
            "title": "Rooms",
            "type": "integer",
            "description": "Number of rooms",
            "default": 1
          },
          "currency": {
            "title": "Currency",
            "enum": [
              "EUR",
              "GBP",
              "USD",
              "AED",
              "AFN",
              "ALL",
              "AMD",
              "ANG",
              "AOA",
              "ARS",
              "AUD",
              "AWG",
              "AZN",
              "BAM",
              "BBD",
              "BDT",
              "BGN",
              "BHD",
              "BIF",
              "BMD",
              "BND",
              "BOB",
              "BRL",
              "BSD",
              "BTN",
              "BWP",
              "BYN",
              "BZD",
              "CAD",
              "CDF",
              "CHF",
              "CLP",
              "CNY",
              "COP",
              "CRC",
              "CUC",
              "CUP",
              "CVE",
              "CZK",
              "DJF",
              "DKK",
              "DOP",
              "DZD",
              "EGP",
              "ERN",
              "ETB",
              "FJD",
              "GEL",
              "GHS",
              "GIP",
              "GMD",
              "GNF",
              "GTQ",
              "GYD",
              "HKD",
              "HNL",
              "HRK",
              "HTG",
              "HUF",
              "IDR",
              "ILS",
              "INR",
              "IQD",
              "IRR",
              "ISK",
              "JMD",
              "JOD",
              "JPY",
              "KES",
              "KGS",
              "KHR",
              "KMF",
              "KPW",
              "KRW",
              "KWD",
              "KYD",
              "KZT",
              "LAK",
              "LBP",
              "LKR",
              "LRD",
              "LSL",
              "LYD",
              "MAD",
              "MDL",
              "MGA",
              "MKD",
              "MMK",
              "MNT",
              "MOP",
              "MRO",
              "MUR",
              "MVR",
              "MWK",
              "MXN",
              "MYR",
              "MZN",
              "NAD",
              "NGN",
              "NIO",
              "NOK",
              "NPR",
              "NZD",
              "OMR",
              "PAB",
              "PEN",
              "PGK",
              "PHP",
              "PKR",
              "PLN",
              "PYG",
              "QAR",
              "RON",
              "RSD",
              "RUB",
              "RWF",
              "SAR",
              "SBD",
              "SCR",
              "SDG",
              "SEK",
              "SGD",
              "SHP",
              "SLL",
              "SOS",
              "SRD",
              "STD",
              "SYP",
              "SZL",
              "THB",
              "TJS",
              "TMT",
              "TND",
              "TOP",
              "TRY",
              "TTD",
              "TWD",
              "TZS",
              "UAH",
              "UGX",
              "UYU",
              "UZS",
              "VND",
              "VUV",
              "WST",
              "XAF",
              "XCD",
              "XOF",
              "XPF",
              "YER",
              "ZAR",
              "ZMW"
            ],
            "type": "string",
            "description": "",
            "default": "USD"
          },
          "free_cancellation": {
            "title": "Free cancellation",
            "type": "boolean",
            "description": ""
          },
          "pay_on_arrival": {
            "title": "Pay on arrival",
            "type": "boolean",
            "description": ""
          },
          "non_refundable": {
            "title": "Non refundable",
            "type": "boolean",
            "description": ""
          },
          "min_price": {
            "title": "Min. Price",
            "type": "integer",
            "description": ""
          },
          "max_price": {
            "title": "Max. Price",
            "type": "integer",
            "description": ""
          },
          "show_discounts": {
            "title": "Show discounts",
            "type": "boolean",
            "description": ""
          },
          "breakfast_included": {
            "title": "Breakfast Included",
            "type": "boolean",
            "description": ""
          },
          "meals_not_included": {
            "title": "Meals NOT included",
            "type": "boolean",
            "description": ""
          },
          "stars.5": {
            "title": "5 Stars",
            "type": "boolean",
            "description": ""
          },
          "stars.4": {
            "title": "4 Stars",
            "type": "boolean",
            "description": ""
          },
          "stars.3": {
            "title": "3 Stars",
            "type": "boolean",
            "description": ""
          },
          "stars.2": {
            "title": "2 Stars",
            "type": "boolean",
            "description": ""
          },
          "stars.1": {
            "title": "1 Stars",
            "type": "boolean",
            "description": ""
          },
          "stars.no_stars": {
            "title": "Unrated",
            "type": "boolean",
            "description": ""
          },
          "rating.honours": {
            "title": "5.0+ With honours",
            "type": "boolean",
            "description": ""
          },
          "rating.excellent": {
            "title": "4.5+ Excellent",
            "type": "boolean",
            "description": ""
          },
          "rating.verygood": {
            "title": "4.0+ Very good",
            "type": "boolean",
            "description": ""
          },
          "rating.good": {
            "title": "3.5+ Good",
            "type": "boolean",
            "description": ""
          },
          "rating.satisfactory": {
            "title": "3.0+ Satisfactory",
            "type": "boolean",
            "description": ""
          },
          "traveller.family": {
            "title": "Families",
            "type": "boolean",
            "description": ""
          },
          "traveller.business": {
            "title": "Business travellers",
            "type": "boolean",
            "description": ""
          },
          "traveller.couple": {
            "title": "Couples",
            "type": "boolean",
            "description": ""
          },
          "traveller.solo": {
            "title": "Solo",
            "type": "boolean",
            "description": ""
          },
          "types.hotel": {
            "title": "Hotel",
            "type": "boolean",
            "description": ""
          },
          "types.apartment": {
            "title": "Apartment",
            "type": "boolean",
            "description": ""
          },
          "types.guesthouse": {
            "title": "Guest house",
            "type": "boolean",
            "description": ""
          },
          "types.hostel": {
            "title": "Hostel",
            "type": "boolean",
            "description": ""
          },
          "types.holidayrentals": {
            "title": "Holiday rentals",
            "type": "boolean",
            "description": ""
          },
          "types.residencehotel": {
            "title": "Residence",
            "type": "boolean",
            "description": ""
          },
          "types.privatehome": {
            "title": "Private home",
            "type": "boolean",
            "description": ""
          },
          "types.countryhouse": {
            "title": "Country house",
            "type": "boolean",
            "description": ""
          },
          "types.resort": {
            "title": "Resort",
            "type": "boolean",
            "description": ""
          },
          "types.uniquestays": {
            "title": "Unique stays",
            "type": "boolean",
            "description": ""
          },
          "popularamenities.wifiservice": {
            "title": "Wi-Fi",
            "type": "boolean",
            "description": ""
          },
          "popularamenities.parking": {
            "title": "Parking",
            "type": "boolean",
            "description": ""
          },
          "popularamenities.airconditioning": {
            "title": "Air conditioning",
            "type": "boolean",
            "description": ""
          },
          "popularamenities.airportshuttleservice": {
            "title": "Airport shuttle",
            "type": "boolean",
            "description": ""
          },
          "popularamenities.pool": {
            "title": "Pool",
            "type": "boolean",
            "description": ""
          },
          "popularamenities.fitnesscenter": {
            "title": "Fitness centre",
            "type": "boolean",
            "description": ""
          },
          "popularamenities.spa": {
            "title": "Spa",
            "type": "boolean",
            "description": ""
          },
          "popularamenities.frontdesk24hservice": {
            "title": "Front desk 24 hour",
            "type": "boolean",
            "description": ""
          },
          "popularamenities.restaurant": {
            "title": "Restaurant",
            "type": "boolean",
            "description": ""
          },
          "popularamenities.nonsmokingservice": {
            "title": "Non-smoking",
            "type": "boolean",
            "description": ""
          },
          "popularamenities.bathtub": {
            "title": "Bathtub",
            "type": "boolean",
            "description": ""
          },
          "popularamenities.kitchen": {
            "title": "Kitchen",
            "type": "boolean",
            "description": ""
          },
          "popularamenities.petsallowedservice": {
            "title": "Pets allowed",
            "type": "boolean",
            "description": ""
          },
          "popularamenities.television": {
            "title": "Television",
            "type": "boolean",
            "description": ""
          },
          "popularamenities.babysittingservice": {
            "title": "Baby-sitting",
            "type": "boolean",
            "description": ""
          },
          "popularamenities.lift": {
            "title": "Lift",
            "type": "boolean",
            "description": ""
          },
          "popularamenities.bar": {
            "title": "Bar",
            "type": "boolean",
            "description": ""
          },
          "popularamenities.roomwithaseaview": {
            "title": "Rooms with sea view",
            "type": "boolean",
            "description": ""
          },
          "popularamenities.disabledfacility": {
            "title": "Disabled facilities",
            "type": "boolean",
            "description": ""
          },
          "amenities.petsallowedservice": {
            "title": "Pets allowed",
            "type": "boolean",
            "description": ""
          },
          "amenities.roomwithaseaview": {
            "title": "Rooms with sea view",
            "type": "boolean",
            "description": ""
          },
          "amenities.privatebeach": {
            "title": "Private beach",
            "type": "boolean",
            "description": ""
          },
          "amenities.roomwithaview": {
            "title": "Rooms with a view",
            "type": "boolean",
            "description": ""
          },
          "amenities.roomwithamountainview": {
            "title": "Rooms with a mountain view",
            "type": "boolean",
            "description": ""
          },
          "amenities.roomwithalakeview": {
            "title": "Rooms with lake view",
            "type": "boolean",
            "description": ""
          },
          "amenities.hotspring": {
            "title": "Hot Spring Bath (Onsen) ",
            "type": "boolean",
            "description": ""
          },
          "amenities.outdoorhotspringbath": {
            "title": "Outdoor Hot spring bath",
            "type": "boolean",
            "description": ""
          },
          "amenities.privatehotspringbath": {
            "title": "Private Hot spring bath",
            "type": "boolean",
            "description": ""
          },
          "amenities.runningnaturalhotspringbath": {
            "title": "Running natural hot spring bath",
            "type": "boolean",
            "description": ""
          },
          "amenities.businesscenter": {
            "title": "Business centre",
            "type": "boolean",
            "description": ""
          },
          "amenities.conferencefacility": {
            "title": "Conference facilities",
            "type": "boolean",
            "description": ""
          },
          "amenities.congressfacility": {
            "title": "Congress facility",
            "type": "boolean",
            "description": ""
          },
          "amenities.meetingroom": {
            "title": "Meeting facilities",
            "type": "boolean",
            "description": ""
          },
          "amenities.secretaryservice": {
            "title": "Secretary service",
            "type": "boolean",
            "description": ""
          },
          "amenities.executivefloor": {
            "title": "Executive floor",
            "type": "boolean",
            "description": ""
          },
          "amenities.executivelounge": {
            "title": "Executive lounge",
            "type": "boolean",
            "description": ""
          },
          "amenities.restaurant": {
            "title": "Restaurant",
            "type": "boolean",
            "description": ""
          },
          "amenities.kitchen": {
            "title": "Kitchen",
            "type": "boolean",
            "description": ""
          },
          "amenities.bar": {
            "title": "Bar",
            "type": "boolean",
            "description": ""
          },
          "amenities.microwave": {
            "title": "Microwave",
            "type": "boolean",
            "description": ""
          },
          "amenities.cafe": {
            "title": "Café",
            "type": "boolean",
            "description": ""
          },
          "amenities.banquetingservice": {
            "title": "Banqueting service",
            "type": "boolean",
            "description": ""
          },
          "amenities.breakfastroom": {
            "title": "Breakfast room",
            "type": "boolean",
            "description": ""
          },
          "amenities.breakfasttogo": {
            "title": "Breakfast To Go",
            "type": "boolean",
            "description": ""
          },
          "amenities.chineserestaurant": {
            "title": "Chinese restaurant",
            "type": "boolean",
            "description": ""
          },
          "amenities.coffeemaker": {
            "title": "Coffee maker",
            "type": "boolean",
            "description": ""
          },
          "amenities.bottledwaterservice": {
            "title": "Complimentary bottled water",
            "type": "boolean",
            "description": ""
          },
          "amenities.diningroom": {
            "title": "Dining room",
            "type": "boolean",
            "description": ""
          },
          "amenities.teahouse": {
            "title": "Teahouse",
            "type": "boolean",
            "description": ""
          },
          "amenities.westernrestaurant": {
            "title": "Western restaurant",
            "type": "boolean",
            "description": ""
          },
          "amenities.barbeque": {
            "title": "Barbecue",
            "type": "boolean",
            "description": ""
          },
          "amenities.lobbybar": {
            "title": "Lobby bar",
            "type": "boolean",
            "description": ""
          },
          "amenities.babysittingservice": {
            "title": "Baby-sitting",
            "type": "boolean",
            "description": ""
          },
          "amenities.childrenpool": {
            "title": "Children's pool",
            "type": "boolean",
            "description": ""
          },
          "amenities.animationservice": {
            "title": "Animation service",
            "type": "boolean",
            "description": ""
          },
          "amenities.playground": {
            "title": "Playground",
            "type": "boolean",
            "description": ""
          },
          "amenities.childrenfacility": {
            "title": "Children's facilities",
            "type": "boolean",
            "description": ""
          },
          "amenities.connectingroomsservice": {
            "title": "Connecting rooms",
            "type": "boolean",
            "description": ""
          },
          "amenities.extrabed": {
            "title": "Extra bed",
            "type": "boolean",
            "description": ""
          },
          "amenities.nursery": {
            "title": "Nursery",
            "type": "boolean",
            "description": ""
          },
          "amenities.lift": {
            "title": "Lift",
            "type": "boolean",
            "description": ""
          },
          "amenities.disabledfacility": {
            "title": "Disabled facilities",
            "type": "boolean",
            "description": ""
          },
          "amenities.doctoroncallservice": {
            "title": "Doctor on call",
            "type": "boolean",
            "description": ""
          },
          "amenities.firstaidroom": {
            "title": "First aid room",
            "type": "boolean",
            "description": ""
          },
          "amenities.medicalservice": {
            "title": "Medical service",
            "type": "boolean",
            "description": ""
          },
          "amenities.pharmacy": {
            "title": "Pharmacy",
            "type": "boolean",
            "description": ""
          },
          "amenities.wheelchairaccess": {
            "title": "Wheelchair access",
            "type": "boolean",
            "description": ""
          },
          "amenities.supermarket": {
            "title": "Supermarket",
            "type": "boolean",
            "description": ""
          },
          "amenities.ticketoffice": {
            "title": "Ticket office",
            "type": "boolean",
            "description": ""
          },
          "amenities.touristinformationoffice": {
            "title": "Tourist information",
            "type": "boolean",
            "description": ""
          },
          "amenities.chapel": {
            "title": "Chapel",
            "type": "boolean",
            "description": ""
          },
          "amenities.florist": {
            "title": "Florist",
            "type": "boolean",
            "description": ""
          },
          "amenities.garden": {
            "title": "Garden",
            "type": "boolean",
            "description": ""
          },
          "amenities.lounge": {
            "title": "Lounge",
            "type": "boolean",
            "description": ""
          },
          "amenities.marina": {
            "title": "Marina",
            "type": "boolean",
            "description": ""
          },
          "amenities.nonsmokingfloor": {
            "title": "Non-smoking floor",
            "type": "boolean",
            "description": ""
          },
          "amenities.shop": {
            "title": "Shops",
            "type": "boolean",
            "description": ""
          },
          "amenities.smokingarea": {
            "title": "Smoking areas",
            "type": "boolean",
            "description": ""
          },
          "amenities.smokingservice": {
            "title": "Smoking rooms",
            "type": "boolean",
            "description": ""
          },
          "amenities.weddingfacility": {
            "title": "Wedding facilities",
            "type": "boolean",
            "description": ""
          },
          "amenities.balcony": {
            "title": "Balcony",
            "type": "boolean",
            "description": ""
          },
          "amenities.bathrobeservice": {
            "title": "Bathrobe",
            "type": "boolean",
            "description": ""
          },
          "amenities.cot": {
            "title": "Cot",
            "type": "boolean",
            "description": ""
          },
          "amenities.desk": {
            "title": "Desk",
            "type": "boolean",
            "description": ""
          },
          "amenities.heating": {
            "title": "Heating",
            "type": "boolean",
            "description": ""
          },
          "amenities.hairdryer": {
            "title": "Hairdryer",
            "type": "boolean",
            "description": ""
          },
          "amenities.ironingservice": {
            "title": "Iron",
            "type": "boolean",
            "description": ""
          },
          "amenities.kitchenette": {
            "title": "Kitchenette",
            "type": "boolean",
            "description": ""
          },
          "amenities.fireplace": {
            "title": "Fireplace",
            "type": "boolean",
            "description": ""
          },
          "amenities.minibar": {
            "title": "Minibar",
            "type": "boolean",
            "description": ""
          },
          "amenities.shower": {
            "title": "Shower",
            "type": "boolean",
            "description": ""
          },
          "amenities.trouserpress": {
            "title": "Trouser press",
            "type": "boolean",
            "description": ""
          },
          "amenities.spa": {
            "title": "Spa",
            "type": "boolean",
            "description": ""
          },
          "amenities.bicyclerentalservice": {
            "title": "Bicycle hire",
            "type": "boolean",
            "description": ""
          },
          "amenities.bowlingalley": {
            "title": "Bowling alley",
            "type": "boolean",
            "description": ""
          },
          "amenities.beautysalon": {
            "title": "Beauty salon",
            "type": "boolean",
            "description": ""
          },
          "amenities.billiards": {
            "title": "Billiards",
            "type": "boolean",
            "description": ""
          },
          "amenities.bingo": {
            "title": "Bingo",
            "type": "boolean",
            "description": ""
          },
          "amenities.casino": {
            "title": "Casino",
            "type": "boolean",
            "description": ""
          },
          "amenities.chessroom": {
            "title": "Games room",
            "type": "boolean",
            "description": ""
          },
          "amenities.decklounger": {
            "title": "Deck lounger",
            "type": "boolean",
            "description": ""
          },
          "amenities.gameroom": {
            "title": "Game room",
            "type": "boolean",
            "description": ""
          },
          "amenities.jacuzzi": {
            "title": "Hot tub",
            "type": "boolean",
            "description": ""
          },
          "amenities.karaoke": {
            "title": "Karaoke",
            "type": "boolean",
            "description": ""
          },
          "amenities.library": {
            "title": "Library",
            "type": "boolean",
            "description": ""
          },
          "amenities.massageservice": {
            "title": "Massage",
            "type": "boolean",
            "description": ""
          },
          "amenities.nightclub": {
            "title": "Nightclub",
            "type": "boolean",
            "description": ""
          },
          "amenities.poolbar": {
            "title": "Pool bar",
            "type": "boolean",
            "description": ""
          },
          "amenities.sauna": {
            "title": "Sauna",
            "type": "boolean",
            "description": ""
          },
          "amenities.solarium": {
            "title": "Solarium",
            "type": "boolean",
            "description": ""
          },
          "amenities.steamroom": {
            "title": "Steam room",
            "type": "boolean",
            "description": ""
          },
          "amenities.sunumbrella": {
            "title": "Beach umbrellas",
            "type": "boolean",
            "description": ""
          },
          "amenities.sunbathingarea": {
            "title": "Sunbathing area",
            "type": "boolean",
            "description": ""
          },
          "amenities.turkishbath": {
            "title": "Turkish bath",
            "type": "boolean",
            "description": ""
          },
          "amenities.uvsunbeds": {
            "title": "UV sunbeds",
            "type": "boolean",
            "description": ""
          },
          "amenities.dailynewspaperservice": {
            "title": "Daily newspaper service",
            "type": "boolean",
            "description": ""
          },
          "amenities.readingarea": {
            "title": "Reading area",
            "type": "boolean",
            "description": ""
          },
          "amenities.television": {
            "title": "Television",
            "type": "boolean",
            "description": ""
          },
          "amenities.photocopier": {
            "title": "Photocopier",
            "type": "boolean",
            "description": ""
          },
          "amenities.radioservice": {
            "title": "Radio service",
            "type": "boolean",
            "description": ""
          },
          "amenities.telephone": {
            "title": "Telephone",
            "type": "boolean",
            "description": ""
          },
          "amenities.thematictvservice": {
            "title": "Thematic TV service",
            "type": "boolean",
            "description": ""
          },
          "amenities.cdplayer": {
            "title": "CD player",
            "type": "boolean",
            "description": ""
          },
          "amenities.dvdvideolibraryservice": {
            "title": "DVD video library service",
            "type": "boolean",
            "description": ""
          },
          "amenities.fax": {
            "title": "Fax",
            "type": "boolean",
            "description": ""
          },
          "amenities.entertainmentrooms": {
            "title": "Entertainment rooms",
            "type": "boolean",
            "description": ""
          },
          "amenities.satellitetv": {
            "title": "Satellite TV",
            "type": "boolean",
            "description": ""
          },
          "amenities.videogameservice": {
            "title": "Video games console",
            "type": "boolean",
            "description": ""
          },
          "amenities.dvdvideoplayer": {
            "title": "DVD video player",
            "type": "boolean",
            "description": ""
          },
          "amenities.frontdesk24hservice": {
            "title": "Front desk 24 hour",
            "type": "boolean",
            "description": ""
          },
          "amenities.laundry": {
            "title": "Laundry",
            "type": "boolean",
            "description": ""
          },
          "amenities.bicyclestorage": {
            "title": "Bicycle storage",
            "type": "boolean",
            "description": ""
          },
          "amenities.alarmclock": {
            "title": "Alarm clock",
            "type": "boolean",
            "description": ""
          },
          "amenities.bellstaffservice": {
            "title": "Bell staff",
            "type": "boolean",
            "description": ""
          },
          "amenities.butlerservice": {
            "title": "Butler service",
            "type": "boolean",
            "description": ""
          },
          "amenities.conciergeservice": {
            "title": "Concierge",
            "type": "boolean",
            "description": ""
          },
          "amenities.currencyexchangeservice": {
            "title": "Currency exchange",
            "type": "boolean",
            "description": ""
          },
          "amenities.doormanservice": {
            "title": "Doorman",
            "type": "boolean",
            "description": ""
          },
          "amenities.hairdressers": {
            "title": "Hairdressers",
            "type": "boolean",
            "description": ""
          },
          "amenities.luggagestorage": {
            "title": "Luggage storage",
            "type": "boolean",
            "description": ""
          },
          "amenities.roomservice": {
            "title": "Room service",
            "type": "boolean",
            "description": ""
          },
          "amenities.shoepolishingservice": {
            "title": "Shoe polishing",
            "type": "boolean",
            "description": ""
          },
          "amenities.skistorage": {
            "title": "Ski storage",
            "type": "boolean",
            "description": ""
          },
          "amenities.tourservice": {
            "title": "Tours",
            "type": "boolean",
            "description": ""
          },
          "amenities.translationservice": {
            "title": "Translation services",
            "type": "boolean",
            "description": ""
          },
          "amenities.voicemailservice": {
            "title": "Voice mail service",
            "type": "boolean",
            "description": ""
          },
          "amenities.wakeupcallservice": {
            "title": "Wake up call",
            "type": "boolean",
            "description": ""
          },
          "amenities.safedepositbox": {
            "title": "Safe deposit box",
            "type": "boolean",
            "description": ""
          },
          "amenities.earlycheckinservice": {
            "title": "Early check-in",
            "type": "boolean",
            "description": ""
          },
          "amenities.latecheckoutservice": {
            "title": "Late check-out",
            "type": "boolean",
            "description": ""
          },
          "amenities.expresscheckinservice": {
            "title": "Express check-in",
            "type": "boolean",
            "description": ""
          },
          "amenities.expresscheckoutservice": {
            "title": "Express check-out",
            "type": "boolean",
            "description": ""
          },
          "amenities.atm": {
            "title": "ATM",
            "type": "boolean",
            "description": ""
          },
          "amenities.cashmachine": {
            "title": "Cash machine",
            "type": "boolean",
            "description": ""
          },
          "amenities.multilingualstaffservice": {
            "title": "Multilingual staff",
            "type": "boolean",
            "description": ""
          },
          "amenities.receptionarea": {
            "title": "Reception area",
            "type": "boolean",
            "description": ""
          },
          "amenities.securityservice": {
            "title": "Security",
            "type": "boolean",
            "description": ""
          },
          "amenities.pool": {
            "title": "Pool",
            "type": "boolean",
            "description": ""
          },
          "amenities.fitnesscenter": {
            "title": "Fitness centre",
            "type": "boolean",
            "description": ""
          },
          "amenities.basketballcourt": {
            "title": "Basketball court",
            "type": "boolean",
            "description": ""
          },
          "amenities.divingservice": {
            "title": "Diving",
            "type": "boolean",
            "description": ""
          },
          "amenities.golfcourse": {
            "title": "Golf course",
            "type": "boolean",
            "description": ""
          },
          "amenities.gymnasium": {
            "title": "Gymnasium",
            "type": "boolean",
            "description": ""
          },
          "amenities.horseridingservice": {
            "title": "Horse riding",
            "type": "boolean",
            "description": ""
          },
          "amenities.indoorswimmingpool": {
            "title": "Indoor pool",
            "type": "boolean",
            "description": ""
          },
          "amenities.outdoorswimmingpool": {
            "title": "Outdoor pool",
            "type": "boolean",
            "description": ""
          },
          "amenities.minigolf": {
            "title": "Minigolf",
            "type": "boolean",
            "description": ""
          },
          "amenities.padeltennis": {
            "title": "Padel tennis",
            "type": "boolean",
            "description": ""
          },
          "amenities.sailingservice": {
            "title": "Sailing service",
            "type": "boolean",
            "description": ""
          },
          "amenities.snorkeling": {
            "title": "Snorkelling",
            "type": "boolean",
            "description": ""
          },
          "amenities.squashcourt": {
            "title": "Squash",
            "type": "boolean",
            "description": ""
          },
          "amenities.tabletennis": {
            "title": "Table tennis",
            "type": "boolean",
            "description": ""
          },
          "amenities.tenniscourt": {
            "title": "Tennis court",
            "type": "boolean",
            "description": ""
          },
          "amenities.watersportsservice": {
            "title": "Water sports",
            "type": "boolean",
            "description": ""
          },
          "amenities.parking": {
            "title": "Parking",
            "type": "boolean",
            "description": ""
          },
          "amenities.airportshuttleservice": {
            "title": "Airport shuttle",
            "type": "boolean",
            "description": ""
          },
          "amenities.outdoorparking": {
            "title": "Outdoor parking",
            "type": "boolean",
            "description": ""
          },
          "amenities.carrental": {
            "title": "Car hire",
            "type": "boolean",
            "description": ""
          },
          "amenities.indoorparking": {
            "title": "Indoor parking",
            "type": "boolean",
            "description": ""
          },
          "amenities.limousineservice": {
            "title": "Limousine service",
            "type": "boolean",
            "description": ""
          },
          "amenities.shuttleservice": {
            "title": "Shuttle service",
            "type": "boolean",
            "description": ""
          },
          "amenities.skishuttleservice": {
            "title": "Ski shuttle service",
            "type": "boolean",
            "description": ""
          },
          "amenities.stationshuttleservice": {
            "title": "Station shuttle",
            "type": "boolean",
            "description": ""
          },
          "amenities.valetparkingservice": {
            "title": "Valet parking",
            "type": "boolean",
            "description": ""
          },
          "amenities.wifiservice": {
            "title": "Wi-Fi",
            "type": "boolean",
            "description": ""
          },
          "amenities.broadbandservice": {
            "title": "Broadband service",
            "type": "boolean",
            "description": ""
          },
          "amenities.freewifiindesignatedareas": {
            "title": "WiFi in designated areas",
            "type": "boolean",
            "description": ""
          },
          "amenities.internetaccessservice": {
            "title": "Internet access",
            "type": "boolean",
            "description": ""
          },
          "amenities.modem": {
            "title": "Modem ",
            "type": "boolean",
            "description": ""
          },
          "amenities.wifiindesignatedareas": {
            "title": "WiFi in common areas",
            "type": "boolean",
            "description": ""
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}