Airbnb Property Availability Scraper avatar

Airbnb Property Availability Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Airbnb Property Availability Scraper

Airbnb Property Availability Scraper

Extract calendar dates and availability status from individual Airbnb property pages. Powered by Airbnb Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

1

Bookmarked

4

Total users

3

Monthly active users

3 days ago

Last modified

Share

This actor extracts Dates from Airbnb property pages. It captures calendar availability, booking status, and stay requirements for specific listings. The data includes check-in and check-out permissions for every date on the property calendar.


Want more from Airbnb?

This actor covers Dates only. The full Airbnb Scraper browser extension also includes Listings, Reviews, Details, Profiles 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


Data Fields

Field NameDescriptionExample
Listing IDUnique identifier for the property12345678
Listing TitleName of the property listingCozy Cabin in the Woods
Property TypeCategory of the accommodationEntire cabin
LocationCity or region of the propertyLake Tahoe, California
Listing URLDirect link to the property pagehttps://www.airbnb.com/rooms/12345678
DateSpecific calendar date2024-12-25
AvailableBoolean indicating if the date is opentrue
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 reservedtrue
Min NightsMinimum stay requirement for this date2
Max NightsMaximum stay requirement for this date28

Input

  • urls: Array of Airbnb property URL strings. The actor requires individual listing pages to extract calendar data.
  • maxItems: Maximum number of dates to extract per URL. Default is 100.

Example Input

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

Example Output

[
{
"Listing ID": "12345678",
"Listing Title": "Cozy Cabin in the Woods",
"Property Type": "Entire cabin",
"Location": "Lake Tahoe, California",
"Listing URL": "https://www.airbnb.com/rooms/12345678",
"Date": "2024-12-24",
"Available": true,
"Available for Checkin": true,
"Available for Checkout": true,
"Bookable": true,
"Min Nights": 2,
"Max Nights": 31
},
{
"Listing ID": "12345678",
"Listing Title": "Cozy Cabin in the Woods",
"Property Type": "Entire cabin",
"Location": "Lake Tahoe, California",
"Listing URL": "https://www.airbnb.com/rooms/12345678",
"Date": "2024-12-25",
"Available": false,
"Available for Checkin": false,
"Available for Checkout": false,
"Bookable": false,
"Min Nights": 2,
"Max Nights": 31
}
]

Disclaimer

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