Airbnb Property Availability Scraper avatar

Airbnb Property Availability Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Airbnb Property Availability Scraper

Airbnb Property Availability Scraper

Extract calendar availability, booking status, and night requirements from individual Airbnb property pages. Powered by Airbnb Scraper.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Introduction

This actor extracts Property Availability from Airbnb. It retrieves calendar data for specific listings including booking status and stay requirements. It works on individual property pages to provide date-specific availability details.

Data Fields

Field NameDescriptionExample
Listing IDUnique identifier for the property12345678
Listing TitleName of the propertyCozy Downtown Apartment
Property TypeCategory of the accommodationEntire rental unit
LocationCity or area of the propertyBrooklyn, New York
Listing URLDirect link to the property pagehttps://www.airbnb.com/rooms/12345678
DateSpecific calendar date2024-12-25
AvailableBoolean indicating if the date is freetrue
Available for CheckinBoolean indicating if check-in is allowedtrue
Available for CheckoutBoolean indicating if check-out is allowedfalse
BookableBoolean indicating if the date can be bookedtrue
Min NightsMinimum stay requirement in nights2
Max NightsMaximum stay limit in nights30

Input

  • urls: Array of Airbnb property URL strings. Use individual listing pages.
  • maxItems: Maximum number of date entries to extract per URL. Default is 100.

Example Input

{
"urls": ["https://www.airbnb.com/rooms/12345678"],
"maxItems": 30
}

Example Output

[
{
"listingId": "12345678",
"listingTitle": "Cozy Downtown Apartment",
"propertyType": "Entire rental unit",
"location": "Brooklyn, New York",
"listingUrl": "https://www.airbnb.com/rooms/12345678",
"date": "2024-12-25",
"available": true,
"availableForCheckin": true,
"availableForCheckout": false,
"bookable": true,
"minNights": 2,
"maxNights": 30
},
{
"listingId": "12345678",
"listingTitle": "Cozy Downtown Apartment",
"propertyType": "Entire rental unit",
"location": "Brooklyn, New York",
"listingUrl": "https://www.airbnb.com/rooms/12345678",
"date": "2024-12-26",
"available": true,
"availableForCheckin": true,
"availableForCheckout": true,
"bookable": true,
"minNights": 2,
"maxNights": 30
}
]

Want more from Airbnb?

This actor only covers Property Availability. The full Airbnb Scraper browser extension also includes Properties in a List, Reviews in a List, Property Details, Host Details, Host Properties with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Airbnb Scraper extension

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.