
Booking.com Scraper Pro
Pricing
$40.00/month + usage

Booking.com Scraper Pro
Booking.com Scraper is a robust tool for extracting detailed data from Booking.com listings. Ideal for market research, competitive analysis, and data-driven decisions, it offers insights in JSON, CSV, and Excel formats. Discover trends, analyze performance, and drive success! 🏨📊💡
0.0 (0)
Pricing
$40.00/month + usage
1
Monthly users
5
Last modified
8 months ago
You can access the Booking.com Scraper Pro 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.
1{
2 "openapi": "3.0.1",
3 "info": {
4 "version": "0.0",
5 "x-build-id": "7wbmd2X6gFdec4dWB"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/caprolok~booking-com-scraper-pro/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-caprolok-booking-com-scraper-pro",
16 "x-openai-isConsequential": false,
17 "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18 "tags": [
19 "Run Actor"
20 ],
21 "requestBody": {
22 "required": true,
23 "content": {
24 "application/json": {
25 "schema": {
26 "$ref": "#/components/schemas/inputSchema"
27 }
28 }
29 }
30 },
31 "parameters": [
32 {
33 "name": "token",
34 "in": "query",
35 "required": true,
36 "schema": {
37 "type": "string"
38 },
39 "description": "Enter your Apify token here"
40 }
41 ],
42 "responses": {
43 "200": {
44 "description": "OK"
45 }
46 }
47 }
48 },
49 "/acts/caprolok~booking-com-scraper-pro/runs": {
50 "post": {
51 "operationId": "runs-sync-caprolok-booking-com-scraper-pro",
52 "x-openai-isConsequential": false,
53 "summary": "Executes an Actor and returns information about the initiated run in response.",
54 "tags": [
55 "Run Actor"
56 ],
57 "requestBody": {
58 "required": true,
59 "content": {
60 "application/json": {
61 "schema": {
62 "$ref": "#/components/schemas/inputSchema"
63 }
64 }
65 }
66 },
67 "parameters": [
68 {
69 "name": "token",
70 "in": "query",
71 "required": true,
72 "schema": {
73 "type": "string"
74 },
75 "description": "Enter your Apify token here"
76 }
77 ],
78 "responses": {
79 "200": {
80 "description": "OK",
81 "content": {
82 "application/json": {
83 "schema": {
84 "$ref": "#/components/schemas/runsResponseSchema"
85 }
86 }
87 }
88 }
89 }
90 }
91 },
92 "/acts/caprolok~booking-com-scraper-pro/run-sync": {
93 "post": {
94 "operationId": "run-sync-caprolok-booking-com-scraper-pro",
95 "x-openai-isConsequential": false,
96 "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97 "tags": [
98 "Run Actor"
99 ],
100 "requestBody": {
101 "required": true,
102 "content": {
103 "application/json": {
104 "schema": {
105 "$ref": "#/components/schemas/inputSchema"
106 }
107 }
108 }
109 },
110 "parameters": [
111 {
112 "name": "token",
113 "in": "query",
114 "required": true,
115 "schema": {
116 "type": "string"
117 },
118 "description": "Enter your Apify token here"
119 }
120 ],
121 "responses": {
122 "200": {
123 "description": "OK"
124 }
125 }
126 }
127 }
128 },
129 "components": {
130 "schemas": {
131 "inputSchema": {
132 "type": "object",
133 "required": [
134 "checkin",
135 "checkout"
136 ],
137 "properties": {
138 "searchUrls": {
139 "title": "🌐 Search URLs",
140 "type": "array",
141 "description": "List of URLs to start the search on Booking.com",
142 "items": {
143 "type": "object",
144 "required": [
145 "url"
146 ],
147 "properties": {
148 "url": {
149 "type": "string",
150 "title": "URL of a web page",
151 "format": "uri"
152 }
153 }
154 }
155 },
156 "searchLocations": {
157 "title": "📍 Search Location",
158 "type": "array",
159 "description": "Enter the search Location Keyword instead of URL",
160 "items": {
161 "type": "string"
162 }
163 },
164 "checkin": {
165 "title": "🏨 Checkin Date",
166 "type": "string",
167 "description": "Select checkin date",
168 "default": ""
169 },
170 "checkout": {
171 "title": "🏨 Checkout Date",
172 "type": "string",
173 "description": "Select checkout date",
174 "default": ""
175 },
176 "maxResults": {
177 "title": " 📊 Results Amount",
178 "maximum": 1024,
179 "type": "integer",
180 "description": "Select the number of results you want to scrape. If this limit is not set, by default 15 results will be returned",
181 "default": 15
182 },
183 "currency": {
184 "title": "💱 Currency",
185 "enum": [
186 "INR",
187 "€$£",
188 "ARS",
189 "AUD",
190 "AZN",
191 "BHD",
192 "BRL",
193 "BGN",
194 "CAD",
195 "CLP",
196 "CNY",
197 "COP",
198 "CZK",
199 "DKK",
200 "EGP",
201 "EUR",
202 "FJD",
203 "GEL",
204 "HKD",
205 "HUF",
206 "ISK",
207 "IDR",
208 "ILS",
209 "JPY",
210 "JOD",
211 "KZT",
212 "KWD",
213 "MYR",
214 "MXN",
215 "MDL",
216 "NAD",
217 "TWD",
218 "NZD",
219 "NOK",
220 "OMR",
221 "PLN",
222 "GBP",
223 "QAR",
224 "RON",
225 "RUB",
226 "SAR",
227 "SGD",
228 "ZAR",
229 "KRW",
230 "SEK",
231 "CHF",
232 "THB",
233 "TRY",
234 "UAH",
235 "AED",
236 "USD",
237 "XOF"
238 ],
239 "type": "string",
240 "description": "Select the currency in which the prices should be displayed.",
241 "default": "USD"
242 },
243 "language": {
244 "title": "🌐 Language",
245 "enum": [
246 "en-gb",
247 "en-us",
248 "de",
249 "nl",
250 "fr",
251 "es",
252 "es-ar",
253 "es-mx",
254 "ca",
255 "it",
256 "pt-pt",
257 "pt-br",
258 "no",
259 "fi",
260 "sv",
261 "da",
262 "cs",
263 "hu",
264 "ro",
265 "ja",
266 "zh-cn",
267 "zh-tw",
268 "pl",
269 "el",
270 "ru",
271 "tr",
272 "bg",
273 "ar",
274 "ko",
275 "he",
276 "lv",
277 "uk",
278 "hi",
279 "id",
280 "ms",
281 "th",
282 "et",
283 "hr",
284 "lt",
285 "sk",
286 "sr",
287 "sl",
288 "vi",
289 "tl",
290 "is"
291 ],
292 "type": "string",
293 "description": "Select the language of the results to be scraped.",
294 "default": "en-us"
295 },
296 "noOfRooms": {
297 "title": "🛏️ Number of Rooms",
298 "maximum": 1024,
299 "type": "integer",
300 "description": "Specify the number of rooms.",
301 "default": 1
302 },
303 "noOfAdults": {
304 "title": "👥 Number of Adults",
305 "maximum": 1024,
306 "type": "integer",
307 "description": "Specify the number of adults.",
308 "default": 2
309 },
310 "noOfChildren": {
311 "title": "🧒 Number of Children",
312 "maximum": 1024,
313 "type": "integer",
314 "description": "Specify the number of children.",
315 "default": 0
316 },
317 "sortByStars": {
318 "title": "⭐ Sort By Stars",
319 "enum": [
320 "",
321 "class=0",
322 "class=1",
323 "class=2",
324 "class=3",
325 "class=4",
326 "class=5"
327 ],
328 "type": "string",
329 "description": "Select sorting order by which the results should be scraped.",
330 "default": ""
331 },
332 "reviewScore": {
333 "title": "🌟 Scoring Range",
334 "enum": [
335 "",
336 "review_score=90",
337 "review_score=80",
338 "review_score=70",
339 "review_score=60"
340 ],
341 "type": "string",
342 "description": "Select scoring range by which the results should be scraped.",
343 "default": ""
344 },
345 "propertyType": {
346 "title": " 🏠 Property Type Filter",
347 "enum": [
348 "",
349 "ht_id=204",
350 "privacy_type=3",
351 "ht_id=201",
352 "ht_id=216",
353 "ht_id=222",
354 "ht_id=208",
355 "ht_id=203",
356 "ht_id=213",
357 "ht_id=206",
358 "ht_id=221",
359 "ht_id=210",
360 "ht_id=220",
361 "ht_id=225",
362 "ht_id=226",
363 "ht_id=214"
364 ],
365 "type": "string",
366 "description": "Select property type by which the results should be scraped.",
367 "default": ""
368 },
369 "facilities": {
370 "title": "🛠️ Facilities Filter",
371 "enum": [
372 "",
373 "hotelfacility=107",
374 "hotelfacility=16",
375 "hotelfacility=5",
376 "hotelfacility=2",
377 "hotelfacility=28",
378 "hotelfacility=3",
379 "hotelfacility=17",
380 "hotelfacility=4",
381 "hotelfacility=185",
382 "hotelfacility=11",
383 "hotelfacility=433",
384 "hotelfacility=54",
385 "hotelfacility=182"
386 ],
387 "type": "string",
388 "description": "Select the facilities of the properties for which the results should be scraped.",
389 "default": ""
390 }
391 }
392 },
393 "runsResponseSchema": {
394 "type": "object",
395 "properties": {
396 "data": {
397 "type": "object",
398 "properties": {
399 "id": {
400 "type": "string"
401 },
402 "actId": {
403 "type": "string"
404 },
405 "userId": {
406 "type": "string"
407 },
408 "startedAt": {
409 "type": "string",
410 "format": "date-time",
411 "example": "2025-01-08T00:00:00.000Z"
412 },
413 "finishedAt": {
414 "type": "string",
415 "format": "date-time",
416 "example": "2025-01-08T00:00:00.000Z"
417 },
418 "status": {
419 "type": "string",
420 "example": "READY"
421 },
422 "meta": {
423 "type": "object",
424 "properties": {
425 "origin": {
426 "type": "string",
427 "example": "API"
428 },
429 "userAgent": {
430 "type": "string"
431 }
432 }
433 },
434 "stats": {
435 "type": "object",
436 "properties": {
437 "inputBodyLen": {
438 "type": "integer",
439 "example": 2000
440 },
441 "rebootCount": {
442 "type": "integer",
443 "example": 0
444 },
445 "restartCount": {
446 "type": "integer",
447 "example": 0
448 },
449 "resurrectCount": {
450 "type": "integer",
451 "example": 0
452 },
453 "computeUnits": {
454 "type": "integer",
455 "example": 0
456 }
457 }
458 },
459 "options": {
460 "type": "object",
461 "properties": {
462 "build": {
463 "type": "string",
464 "example": "latest"
465 },
466 "timeoutSecs": {
467 "type": "integer",
468 "example": 300
469 },
470 "memoryMbytes": {
471 "type": "integer",
472 "example": 1024
473 },
474 "diskMbytes": {
475 "type": "integer",
476 "example": 2048
477 }
478 }
479 },
480 "buildId": {
481 "type": "string"
482 },
483 "defaultKeyValueStoreId": {
484 "type": "string"
485 },
486 "defaultDatasetId": {
487 "type": "string"
488 },
489 "defaultRequestQueueId": {
490 "type": "string"
491 },
492 "buildNumber": {
493 "type": "string",
494 "example": "1.0.0"
495 },
496 "containerUrl": {
497 "type": "string"
498 },
499 "usage": {
500 "type": "object",
501 "properties": {
502 "ACTOR_COMPUTE_UNITS": {
503 "type": "integer",
504 "example": 0
505 },
506 "DATASET_READS": {
507 "type": "integer",
508 "example": 0
509 },
510 "DATASET_WRITES": {
511 "type": "integer",
512 "example": 0
513 },
514 "KEY_VALUE_STORE_READS": {
515 "type": "integer",
516 "example": 0
517 },
518 "KEY_VALUE_STORE_WRITES": {
519 "type": "integer",
520 "example": 1
521 },
522 "KEY_VALUE_STORE_LISTS": {
523 "type": "integer",
524 "example": 0
525 },
526 "REQUEST_QUEUE_READS": {
527 "type": "integer",
528 "example": 0
529 },
530 "REQUEST_QUEUE_WRITES": {
531 "type": "integer",
532 "example": 0
533 },
534 "DATA_TRANSFER_INTERNAL_GBYTES": {
535 "type": "integer",
536 "example": 0
537 },
538 "DATA_TRANSFER_EXTERNAL_GBYTES": {
539 "type": "integer",
540 "example": 0
541 },
542 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
543 "type": "integer",
544 "example": 0
545 },
546 "PROXY_SERPS": {
547 "type": "integer",
548 "example": 0
549 }
550 }
551 },
552 "usageTotalUsd": {
553 "type": "number",
554 "example": 0.00005
555 },
556 "usageUsd": {
557 "type": "object",
558 "properties": {
559 "ACTOR_COMPUTE_UNITS": {
560 "type": "integer",
561 "example": 0
562 },
563 "DATASET_READS": {
564 "type": "integer",
565 "example": 0
566 },
567 "DATASET_WRITES": {
568 "type": "integer",
569 "example": 0
570 },
571 "KEY_VALUE_STORE_READS": {
572 "type": "integer",
573 "example": 0
574 },
575 "KEY_VALUE_STORE_WRITES": {
576 "type": "number",
577 "example": 0.00005
578 },
579 "KEY_VALUE_STORE_LISTS": {
580 "type": "integer",
581 "example": 0
582 },
583 "REQUEST_QUEUE_READS": {
584 "type": "integer",
585 "example": 0
586 },
587 "REQUEST_QUEUE_WRITES": {
588 "type": "integer",
589 "example": 0
590 },
591 "DATA_TRANSFER_INTERNAL_GBYTES": {
592 "type": "integer",
593 "example": 0
594 },
595 "DATA_TRANSFER_EXTERNAL_GBYTES": {
596 "type": "integer",
597 "example": 0
598 },
599 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
600 "type": "integer",
601 "example": 0
602 },
603 "PROXY_SERPS": {
604 "type": "integer",
605 "example": 0
606 }
607 }
608 }
609 }
610 }
611 }
612 }
613 }
614 }
615}
Booking.com Scraper Pro OpenAPI definition
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.com Scraper Pro 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:
Pricing
Pricing model
RentalTo use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.
Free trial
1 day
Price
$40.00