[New]  Fast Airbnb Scraper avatar

[New] Fast Airbnb Scraper

Try for free

Pay $0.50 for 1,000 Results

Go to Store
[New]  Fast Airbnb Scraper

[New] Fast Airbnb Scraper

tri_angle/new-fast-airbnb-scraper
Try for free

Pay $0.50 for 1,000 Results

Scrape destinations on Airbnb. Extract places and their prices, ratings, reviews counts, images and other details. Download scraped data in various formats including HTML, JSON and Excel.

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

[New] Fast Airbnb 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 [New] Fast Airbnb 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:

Developer
Maintained by Apify

Actor Metrics

  • 38 monthly users

  • 11 stars

  • >99% runs succeeded

  • 1.1 days response time

  • Created in Jun 2024

  • Modified 2 days ago