{
  "openapi": "3.0.1",
  "info": {
    "title": "Tripadvisor (Hotels)",
    "description": "Get Locations and Hotels with advanced filters from Tripadvisor. It's fast and costs little.",
    "version": "1.7",
    "x-build-id": "6rudcT6gE3WRCVV8h"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/canadesk~tripadvisor-hotels/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-canadesk-tripadvisor-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/canadesk~tripadvisor-hotels/runs": {
      "post": {
        "operationId": "runs-sync-canadesk-tripadvisor-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/canadesk~tripadvisor-hotels/run-sync": {
      "post": {
        "operationId": "run-sync-canadesk-tripadvisor-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",
          "locale",
          "process"
        ],
        "properties": {
          "location": {
            "title": "Location",
            "type": "string",
            "description": "The location to search data for."
          },
          "process": {
            "title": "Process",
            "enum": [
              "ls",
              "gh"
            ],
            "type": "string",
            "description": "Process to run.",
            "default": "gh"
          },
          "checkIn": {
            "title": "Filter - Check In",
            "type": "string",
            "description": ""
          },
          "checkOut": {
            "title": "Filter - Check Out",
            "type": "string",
            "description": ""
          },
          "rooms": {
            "title": "Filter - # of Rooms",
            "minimum": 1,
            "maximum": 10,
            "type": "integer",
            "description": "",
            "default": 1
          },
          "adults": {
            "title": "Filter - # of Adults",
            "minimum": 1,
            "maximum": 10,
            "type": "integer",
            "description": "",
            "default": 2
          },
          "minRating": {
            "title": "Filter - Minimum Rating",
            "minimum": 2,
            "maximum": 5,
            "type": "integer",
            "description": "",
            "default": 2
          },
          "style": {
            "title": "Filter - Style",
            "type": "array",
            "description": "",
            "items": {
              "type": "string",
              "enum": [
                "100",
                "5951",
                "4",
                "7",
                "3",
                "12",
                "101"
              ],
              "enumTitles": [
                "Budget",
                "Mid-range",
                "Luxury",
                "Family-friendly",
                "Business",
                "Romantic",
                "Modern"
              ]
            }
          },
          "currency": {
            "title": "Currency",
            "enum": [
              "USD",
              "GBP",
              "EUR",
              "CAD",
              "CHF",
              "AUD",
              "JPY",
              "CNY",
              "INR",
              "BRL",
              "HKD",
              "RUB"
            ],
            "type": "string",
            "description": "",
            "default": "USD"
          },
          "locale": {
            "title": "Language",
            "enum": [
              "en-US",
              "en-CA",
              "fr-CA",
              "pt-BR",
              "es-MX",
              "es-AR",
              "en-CL",
              "es-CO",
              "es-PE",
              "es-VE",
              "en-GB",
              "it-IT",
              "es-ES",
              "de-DE",
              "fr-FR",
              "sv-SE",
              "nl-NL",
              "tr-TR",
              "da-DK",
              "en-IE",
              "de-AT",
              "el-GR",
              "nb-NO",
              "pt-PT",
              "ru-RU",
              "de-CH",
              "fr-CH",
              "it-CH",
              "fr-BE",
              "nl-BE",
              "ja-JP",
              "zh-Hans",
              "zh-Hans-US",
              "en-IN",
              "en-AU",
              "en-MY",
              "en-NZ",
              "en-PH",
              "en-SG",
              "id-ID",
              "ko-KR",
              "th-u-ca-gregory",
              "vi-VN",
              "zh-Hant-TW",
              "en-HK",
              "zh-Hant-HK",
              "ar-US-u-nu-latn",
              "ar-EG-u-nu-latn",
              "he-IL"
            ],
            "type": "string",
            "description": "",
            "default": "en-US"
          },
          "pages": {
            "title": "Maximum pages",
            "minimum": 1,
            "maximum": 200,
            "type": "integer",
            "description": "Maximum number of pages to be returned (very high impact on cost).",
            "default": 3
          },
          "cache": {
            "title": "Cache",
            "enum": [
              "1",
              "2"
            ],
            "type": "string",
            "description": "Enable cache for 90 days.",
            "default": "1"
          },
          "proxy": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Select proxies to be used by your crawler."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}