/airbnb/listings
Get full Airbnb listing details by room id (or listing URL): title, property and room type, location with coordinates, capacity (guests, bedrooms, beds, bathrooms), overall and category ratings, review count, guest-favorite and superhost flags, description, highlights, full amenity list, photos, cancellation policy, check-in/checkout times, house rules and the host (name, photo, tenure, rating, reviews, verification, response rate, co-hosts).
Price: 1 credit
💡 AI Hint: Fetch a single Airbnb listing by numeric room id or a /rooms/ URL. Returns one item with id, url, title, property_type, room_type, location, latitude, longitude, person_capacity, bedroom_count, bed_count, bathroom_count, bathroom_label, rating, review_count, rating_accuracy, rating_checkin, rating_cleanliness, rating_communication, rating_location, rating_value, is_guest_favorite, is_superhost, description, highlights (title, subtitle), amenities (name, category, available), images, cancellation_policy, check_in_time, check_out_time, house_rules and host (id, name, image, is_superhost, is_verified, rating, review_count, years_hosting, about, response_rate, response_time, cohosts).
⚠️ Common errors: 412: Listing not found, unlisted or removed (well-formed but nonexistent/withdrawn room id)
Authorizations
API token from the dashboard
Headers
Body
Response
Successful Response