App Logo
airbnb.com

Get Airbnb listing (+availability)

Fetch one Airbnb listing by room id: title, propertyType, capacity, rating and per-category ratings, host, images, description, sleeping arrangement, house rules, location (lat/lng), and the month-by-month availability calendar (per-day available/minNights/checkin-checkout). The only_available arg trims the calendar to bookable days.

Input

id required

Airbnb room id (numeric).

adults optional

Number of adults. Default 2.

Default: 2
checkin optional

Check-in ISO YYYY-MM-DD. Pair with checkout. Sets the URL dates; availability is returned regardless.

checkout optional

Check-out ISO YYYY-MM-DD.

only_available optional

When true, the availability calendar includes only bookable days (drops blocked days and empty months) — much smaller output. Default false returns every day with its available flag.

Default: false

Output

id required
url required
availability required
lat optional
lng optional
host optional
title optional
images optional
rating optional
roomType optional
sleeping optional
houseRules optional
description optional
reviewCount optional
propertyType optional
personCapacity optional
categoryRatings optional
locationSummary optional
metaDescription optional
locationSubtitle optional

FAQ

Fetch one Airbnb listing by room id: title, propertyType, capacity, rating and per-category ratings, host, images, description, sleeping arrangement, house rules, location (lat/lng), and the month-by-month availability calendar (per-day available/minNights/checkin-checkout). The only_available arg trims the calendar to bookable days.
Required: id. Optional: adults, checkin, checkout, only_available.
It returns id, lat, lng, url, host, title, images, rating, roomType, sleeping, houseRules, description, reviewCount, availability, propertyType, personCapacity, categoryRatings, locationSummary, metaDescription, locationSubtitle.
No. It only uses pages of airbnb.com that are reachable without signing in.
It only reads. It looks things up on airbnb.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/airbnb.com/get_listing, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/airbnb.com/get_listing
It is part of Reduck's official curated catalogue.

Start building not clicking