/airbnb/listings/availability

POST /api/airbnb/listings/availability

Price: 1 credit

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.

How to use it

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.

Parameters

Request body

Response

Errors

Response headers