/airbnb/listings/availability
Get an Airbnb listing’s availability calendar by room id (or listing URL): for each day in the requested window — whether it is available, can be a check-in or check-out date, is bookable, and the minimum and maximum nights for a stay starting that day.
Price: 1 credit
💡 AI Hint: Fetch an Airbnb listing’s day-by-day availability calendar. Provide listing (numeric room id or /rooms/ URL), optional start_date (YYYY-MM-DD, defaults to today) and count (number of days). Returns one item per day with date, is_available, is_available_for_checkin, is_available_for_checkout, is_bookable, min_nights and max_nights. Per-night price is not part of this calendar.
⚠️ Common errors: 412: Listing not found, unlisted or removed, or it exposes no availability calendar
Authorizations
API token from the dashboard
Headers
Body
Airbnb listing (room) id or a listing URL containing it
1"1316083847530954363"
"https://www.airbnb.com/rooms/1316083847530954363"
Number of consecutive days to return
1 <= x <= 366Max scrapping execution timeout (in seconds)
20 <= x <= 1500First calendar day to return (YYYY-MM-DD). Defaults to today.
"2026-07-01"