
Airbnb Rooms URLs Scraper
Pricing
Pay per usage

Airbnb Rooms URLs Scraper
Scrape direct Airbnb rooms URLs and get all available details about the accommodation.
3.5 (7)
Pricing
Pay per usage
15
Monthly users
69
Runs succeeded
>99%
Response time
12 days
Last modified
a month ago
You can access the Airbnb Rooms URLs Scraper 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": "wt9aV5Os4fdeT3nHD"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/tri_angle~airbnb-rooms-urls-scraper/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-tri_angle-airbnb-rooms-urls-scraper",
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/tri_angle~airbnb-rooms-urls-scraper/runs": {
50 "post": {
51 "operationId": "runs-sync-tri_angle-airbnb-rooms-urls-scraper",
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/tri_angle~airbnb-rooms-urls-scraper/run-sync": {
93 "post": {
94 "operationId": "run-sync-tri_angle-airbnb-rooms-urls-scraper",
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 "properties": {
134 "startUrls": {
135 "title": "Start URLs",
136 "type": "array",
137 "description": "List of Airbnb properties to scrape. Example property URL: https://www.airbnb.com/rooms/668146487515150072",
138 "items": {
139 "type": "object",
140 "required": [
141 "url"
142 ],
143 "properties": {
144 "url": {
145 "type": "string",
146 "title": "URL of a web page",
147 "format": "uri"
148 }
149 }
150 }
151 },
152 "checkIn": {
153 "title": "Check-In Date",
154 "type": "string",
155 "description": "Visual format only allows YYYY-MM-DD, e.g., <code>2022-02-20</code>."
156 },
157 "checkOut": {
158 "title": "Check-Out Date",
159 "type": "string",
160 "description": "Visual format only allows YYYY-MM-DD, e.g., <code>2022-02-20</code>."
161 },
162 "locale": {
163 "title": "Locale",
164 "enum": [
165 "en-US",
166 "az-AZ",
167 "id-ID",
168 "bs-BA",
169 "ca-ES",
170 "cs-CZ",
171 "sr-ME",
172 "da-DK",
173 "de-DE",
174 "de-AT",
175 "de-CH",
176 "de-LU",
177 "et-EE",
178 "en-AU",
179 "en-CA",
180 "en-GB",
181 "en-GY",
182 "en-IN",
183 "en-IE",
184 "en-NZ",
185 "en-SG",
186 "en-AE",
187 "es-AR",
188 "es-BZ",
189 "es-BO",
190 "es-CL",
191 "es-CO",
192 "es-CR",
193 "es-EC",
194 "es-SV",
195 "es-ES",
196 "es-US",
197 "es-GT",
198 "es-HN",
199 "es-419",
200 "es-MX",
201 "es-NI",
202 "es-PA",
203 "es-PY",
204 "es-PE",
205 "es-VE",
206 "fr-BE",
207 "fr-CA",
208 "fr-FR",
209 "fr-CH",
210 "fr-LU",
211 "ga-IE",
212 "hr-HR",
213 "xh-ZA",
214 "zu-ZA",
215 "is-IS",
216 "it-IT",
217 "it-CH",
218 "sw-XX",
219 "lv-LV",
220 "lt-LT",
221 "hu-HU",
222 "mt-MT",
223 "ms-MY",
224 "nl-BE",
225 "nl-NL",
226 "no-NO",
227 "pl-PL",
228 "pt-BR",
229 "pt-PT",
230 "ro-RO",
231 "sq-AL",
232 "sk-SK",
233 "sl-SI",
234 "sr-RS",
235 "fi-FI",
236 "sv-SE",
237 "tl-PH",
238 "vi-VN",
239 "tr-TR",
240 "el-GR",
241 "bg-BG",
242 "mk-MK",
243 "ru-RU",
244 "uk-UA",
245 "ka-GE",
246 "hy-AM",
247 "he-IL",
248 "ar-XX",
249 "hi-IN",
250 "th-TH",
251 "ko-KR",
252 "ja-JP",
253 "zh-US",
254 "zh-TW-US",
255 "zh-CN",
256 "zh-HK",
257 "zh-TW"
258 ],
259 "type": "string",
260 "description": "Localized results in this locale will be extracted (language and region).",
261 "default": "en-US"
262 },
263 "currency": {
264 "title": "Currency",
265 "enum": [
266 "USD",
267 "CZK",
268 "AUD",
269 "BRL",
270 "BGN",
271 "CAD",
272 "CLP",
273 "CNY",
274 "COP",
275 "CRC",
276 "HRK",
277 "DKK",
278 "EGP",
279 "AED",
280 "EUR",
281 "GHS",
282 "HKD",
283 "HUF",
284 "INR",
285 "IDR",
286 "ILS",
287 "JPY",
288 "KZT",
289 "KES",
290 "MYR",
291 "MXN",
292 "MAD",
293 "TWD",
294 "NZD",
295 "NOK",
296 "PEN",
297 "PHP",
298 "PLN",
299 "GBP",
300 "QAR",
301 "RON",
302 "SAR",
303 "SGD",
304 "ZAR",
305 "KRW",
306 "SEK",
307 "CHF",
308 "THB",
309 "TRY",
310 "UGX",
311 "UAH",
312 "UYU",
313 "VND"
314 ],
315 "type": "string",
316 "description": "Currency that will be extracted for prices.",
317 "default": "USD"
318 },
319 "adults": {
320 "title": "Adults",
321 "minimum": 1,
322 "type": "integer",
323 "description": ""
324 },
325 "children": {
326 "title": "Children",
327 "minimum": 0,
328 "type": "integer",
329 "description": ""
330 },
331 "infants": {
332 "title": "Infants",
333 "minimum": 0,
334 "type": "integer",
335 "description": ""
336 },
337 "pets": {
338 "title": "Pets",
339 "minimum": 0,
340 "type": "integer",
341 "description": ""
342 }
343 }
344 },
345 "runsResponseSchema": {
346 "type": "object",
347 "properties": {
348 "data": {
349 "type": "object",
350 "properties": {
351 "id": {
352 "type": "string"
353 },
354 "actId": {
355 "type": "string"
356 },
357 "userId": {
358 "type": "string"
359 },
360 "startedAt": {
361 "type": "string",
362 "format": "date-time",
363 "example": "2025-01-08T00:00:00.000Z"
364 },
365 "finishedAt": {
366 "type": "string",
367 "format": "date-time",
368 "example": "2025-01-08T00:00:00.000Z"
369 },
370 "status": {
371 "type": "string",
372 "example": "READY"
373 },
374 "meta": {
375 "type": "object",
376 "properties": {
377 "origin": {
378 "type": "string",
379 "example": "API"
380 },
381 "userAgent": {
382 "type": "string"
383 }
384 }
385 },
386 "stats": {
387 "type": "object",
388 "properties": {
389 "inputBodyLen": {
390 "type": "integer",
391 "example": 2000
392 },
393 "rebootCount": {
394 "type": "integer",
395 "example": 0
396 },
397 "restartCount": {
398 "type": "integer",
399 "example": 0
400 },
401 "resurrectCount": {
402 "type": "integer",
403 "example": 0
404 },
405 "computeUnits": {
406 "type": "integer",
407 "example": 0
408 }
409 }
410 },
411 "options": {
412 "type": "object",
413 "properties": {
414 "build": {
415 "type": "string",
416 "example": "latest"
417 },
418 "timeoutSecs": {
419 "type": "integer",
420 "example": 300
421 },
422 "memoryMbytes": {
423 "type": "integer",
424 "example": 1024
425 },
426 "diskMbytes": {
427 "type": "integer",
428 "example": 2048
429 }
430 }
431 },
432 "buildId": {
433 "type": "string"
434 },
435 "defaultKeyValueStoreId": {
436 "type": "string"
437 },
438 "defaultDatasetId": {
439 "type": "string"
440 },
441 "defaultRequestQueueId": {
442 "type": "string"
443 },
444 "buildNumber": {
445 "type": "string",
446 "example": "1.0.0"
447 },
448 "containerUrl": {
449 "type": "string"
450 },
451 "usage": {
452 "type": "object",
453 "properties": {
454 "ACTOR_COMPUTE_UNITS": {
455 "type": "integer",
456 "example": 0
457 },
458 "DATASET_READS": {
459 "type": "integer",
460 "example": 0
461 },
462 "DATASET_WRITES": {
463 "type": "integer",
464 "example": 0
465 },
466 "KEY_VALUE_STORE_READS": {
467 "type": "integer",
468 "example": 0
469 },
470 "KEY_VALUE_STORE_WRITES": {
471 "type": "integer",
472 "example": 1
473 },
474 "KEY_VALUE_STORE_LISTS": {
475 "type": "integer",
476 "example": 0
477 },
478 "REQUEST_QUEUE_READS": {
479 "type": "integer",
480 "example": 0
481 },
482 "REQUEST_QUEUE_WRITES": {
483 "type": "integer",
484 "example": 0
485 },
486 "DATA_TRANSFER_INTERNAL_GBYTES": {
487 "type": "integer",
488 "example": 0
489 },
490 "DATA_TRANSFER_EXTERNAL_GBYTES": {
491 "type": "integer",
492 "example": 0
493 },
494 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
495 "type": "integer",
496 "example": 0
497 },
498 "PROXY_SERPS": {
499 "type": "integer",
500 "example": 0
501 }
502 }
503 },
504 "usageTotalUsd": {
505 "type": "number",
506 "example": 0.00005
507 },
508 "usageUsd": {
509 "type": "object",
510 "properties": {
511 "ACTOR_COMPUTE_UNITS": {
512 "type": "integer",
513 "example": 0
514 },
515 "DATASET_READS": {
516 "type": "integer",
517 "example": 0
518 },
519 "DATASET_WRITES": {
520 "type": "integer",
521 "example": 0
522 },
523 "KEY_VALUE_STORE_READS": {
524 "type": "integer",
525 "example": 0
526 },
527 "KEY_VALUE_STORE_WRITES": {
528 "type": "number",
529 "example": 0.00005
530 },
531 "KEY_VALUE_STORE_LISTS": {
532 "type": "integer",
533 "example": 0
534 },
535 "REQUEST_QUEUE_READS": {
536 "type": "integer",
537 "example": 0
538 },
539 "REQUEST_QUEUE_WRITES": {
540 "type": "integer",
541 "example": 0
542 },
543 "DATA_TRANSFER_INTERNAL_GBYTES": {
544 "type": "integer",
545 "example": 0
546 },
547 "DATA_TRANSFER_EXTERNAL_GBYTES": {
548 "type": "integer",
549 "example": 0
550 },
551 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
552 "type": "integer",
553 "example": 0
554 },
555 "PROXY_SERPS": {
556 "type": "integer",
557 "example": 0
558 }
559 }
560 }
561 }
562 }
563 }
564 }
565 }
566 }
567}
Airbnb Rooms URLs Scraper 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 Airbnb Rooms URLs Scraper 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
Pay per usageThis Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.