{
  "openapi": "3.0.1",
  "info": {
    "title": "🚀 Skyscanner Hotels Scraper · 5,000 Free Hotels/Month",
    "description": "Skyscanner Hotels Scraper gets you Skyscanner hotels ⚡ fast, 🎯 100% accurate and 🔍 ridiculously detailed — stars, guest rating, photos, AI review digest & every partner's live rate. 💰 $1 per 1,000 hotels, no start fee. Scrape your first 5,000 hotels free every month 🚀",
    "version": "0.0",
    "x-build-id": "Z0DMxfbVE5xYTk39I"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/omkar-cloud~skyscanner-hotels-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-omkar-cloud-skyscanner-hotels-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/omkar-cloud~skyscanner-hotels-scraper/runs": {
      "post": {
        "operationId": "runs-sync-omkar-cloud-skyscanner-hotels-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/omkar-cloud~skyscanner-hotels-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-omkar-cloud-skyscanner-hotels-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": {
          "locations": {
            "title": "Locations",
            "type": "array",
            "description": "Places to stay: free text like `New York` or `Shibuya Tokyo`, a Skyscanner entity id like `27537542`, or a pasted skyscanner.net hotels URL like `https://www.skyscanner.net/hotels/search?entity_id=27537542` — the form is auto-detected. Each is searched separately. Rows carry a `search_location` field (as typed) plus the resolved `location_name` and `location_entity_id`, so you can tell locations apart.",
            "items": {
              "type": "string"
            }
          },
          "checkin": {
            "title": "Check-in Date",
            "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
            "type": "string",
            "description": "Check-in date as `YYYY-MM-DD` (today or later). Leave empty for tomorrow."
          },
          "checkout": {
            "title": "Check-out Date",
            "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
            "type": "string",
            "description": "Check-out date as `YYYY-MM-DD`, after check-in. Leave empty for one night after check-in."
          },
          "adults": {
            "title": "Adults",
            "minimum": 1,
            "maximum": 8,
            "type": "integer",
            "description": "Number of adults (1–8).",
            "default": 2
          },
          "childrenAges": {
            "title": "Children Ages",
            "type": "string",
            "description": "Comma-separated ages of the children in the party, each 0–17, at most 8 — e.g. `4,9`. Leave empty for no children."
          },
          "rooms": {
            "title": "Rooms",
            "minimum": 1,
            "maximum": 8,
            "type": "integer",
            "description": "Number of rooms (1–8).",
            "default": 1
          },
          "sort": {
            "title": "Sort By",
            "enum": [
              "best",
              "price_low",
              "rating",
              "stars",
              "distance"
            ],
            "type": "string",
            "description": "Result order: Skyscanner's best match, lowest price first, guest rating, star rating or distance from the centre.",
            "default": "best"
          },
          "minPrice": {
            "title": "Price per Night — Min",
            "minimum": 0,
            "type": "number",
            "description": "Lowest nightly price to return, in the chosen currency."
          },
          "maxPrice": {
            "title": "Price per Night — Max",
            "minimum": 0,
            "type": "number",
            "description": "Highest nightly price to return, in the chosen currency."
          },
          "minRating": {
            "title": "Guest Rating — Min",
            "minimum": 0,
            "maximum": 5,
            "type": "number",
            "description": "Minimum guest rating on Skyscanner's 0–5 scale — e.g. `4`."
          },
          "stars": {
            "title": "Star Ratings",
            "type": "string",
            "description": "Comma-separated star ratings to keep, each 0–5 — e.g. `4,5` for four- and five-star hotels only. Leave empty for all."
          },
          "maxPollSeconds": {
            "title": "Max Poll Seconds",
            "minimum": 0,
            "maximum": 60,
            "type": "integer",
            "description": "How long Skyscanner's live search may keep polling partners for rates before returning what it has, 0–60. Higher = more complete offers, slower. Leave empty for the default."
          },
          "market": {
            "title": "Market",
            "type": "string",
            "description": "Point-of-sale country as a 2-letter ISO 3166-1 code (`US`, `GB`, `IN`, `DE`, `FR`, `JP`, …). Not cosmetic: it changes which partners, rates and prices Skyscanner offers.",
            "default": "US"
          },
          "locale": {
            "title": "Locale",
            "type": "string",
            "description": "Response language as a BCP-47 tag (`en-US`, `en-GB`, `fr-FR`, `de-DE`, `es-ES`, `ja-JP`, …).",
            "default": "en-US"
          },
          "currency": {
            "title": "Currency",
            "type": "string",
            "description": "Pricing currency as a 3-letter ISO code (`USD`, `GBP`, `EUR`, `INR`, `JPY`, …). Every price on a row is in this currency.",
            "default": "USD"
          },
          "maxResults": {
            "title": "Max Hotels per Location",
            "minimum": 1,
            "maximum": 900,
            "type": "integer",
            "description": "Maximum number of hotels to scrape per location (up to 900 — Skyscanner's own ceiling of 30 pages × 30 hotels). Use this to control your cost (1,000 hotels ≈ $1).",
            "default": 100
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}