Booking Real Time Api
Pricing
from $6.50 / 1,000 results
Booking Real Time Api
Get real-time hotels availability & prices, get top results for a textual searches (i.e. "Manhattan, New York"), and more.
Booking Real Time Api
Pricing
from $6.50 / 1,000 results
Get real-time hotels availability & prices, get top results for a textual searches (i.e. "Manhattan, New York"), and more.
You can access the Booking Real Time Api programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
{ "openapi": "3.0.1", "info": { "version": "0.1", "x-build-id": "Dqs7Z51zeUQRDUF0k" }, "servers": [ { "url": "https://api.apify.com/v2" } ], "paths": { "/acts/mtnrabi~booking-real-time-api/run-sync-get-dataset-items": { "post": { "operationId": "run-sync-get-dataset-items-mtnrabi-booking-real-time-api", "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/mtnrabi~booking-real-time-api/runs": { "post": { "operationId": "runs-sync-mtnrabi-booking-real-time-api", "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/mtnrabi~booking-real-time-api/run-sync": { "post": { "operationId": "run-sync-mtnrabi-booking-real-time-api", "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": [ "endpoint" ], "properties": { "endpoint": { "title": "API Endpoint", "enum": [ "/search", "/hotel", "/resolve", "/hotel_by_name" ], "type": "string", "description": "Which API endpoint to call", "default": "/search" }, "destination": { "title": "Destination", "type": "string", "description": "Free-text destination (e.g. \"Paris\", \"Tokyo Shibuya\"). Used by /search." }, "hotel_name": { "title": "Hotel Name", "type": "string", "description": "Hotel name to search for (e.g. \"Four Seasons Limassol\"). Used by /resolve and /hotel_by_name." }, "hotel_booking_id": { "title": "Hotel Booking ID", "type": "string", "description": "Booking.com hotel path identifier (e.g. \"cy/four-seasons-limassol\"). Used by /hotel." }, "checkin_date": { "title": "Check-in Date", "type": "string", "description": "Check-in date in YYYY-MM-DD format. Used by /search, /hotel, /hotel_by_name." }, "checkout_date": { "title": "Check-out Date", "type": "string", "description": "Check-out date in YYYY-MM-DD format. Used by /search, /hotel, /hotel_by_name." }, "adults": { "title": "Adults", "minimum": 1, "type": "integer", "description": "Number of adults", "default": 2 }, "children": { "title": "Children", "minimum": 0, "type": "integer", "description": "Number of children", "default": 0 }, "currency": { "title": "Currency", "type": "string", "description": "Currency code (e.g. USD, EUR, GBP)", "default": "USD" }, "free_cancellation": { "title": "Free Cancellation Only", "type": "boolean", "description": "If true, only show properties/rooms with free cancellation. Used by /hotel and /hotel_by_name.", "default": false }, "filters": { "title": "Search Filters", "type": "array", "description": "Array of filter names to apply when using /search. Available: free_cancellation, breakfast_included, breakfast_and_lunch, breakfast_and_dinner, all_meals_included, all_inclusive, free_wifi, swimming_pool, gym, review_score_7, review_score_8, review_score_9, private_bathroom, air_conditioning, parking, front_desk_24h, stars_3, stars_4, stars_5, pets_allowed, adults_only, sauna, very_good_breakfast, accepts_online_payment", "items": { "type": "string" }, "default": [] }, "budget_per_night": { "title": "Budget Per Night (Max Price)", "minimum": 1, "type": "integer", "description": "Maximum price per night for /search. Uses the set currency (or default USD). E.g. 300 with currency EUR filters to properties up to €300/night." } } }, "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 } } } } } } } } }}OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.
OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.
By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.
You can download the OpenAPI definitions for Booking Real Time Api from the options below:
If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients: