airbnb · Schema

Listing

Properties

Name Type Description
id string The unique identifier of the listing.
name string The display name of the listing.
description string The full description of the property.
property_type string The type of property being listed.
room_type string The type of room or space being offered.
status string The current status of the listing on the platform.
address object
bedrooms integer The number of bedrooms in the property.
bathrooms number The number of bathrooms in the property.
beds integer The total number of beds in the property.
max_guests integer The maximum number of guests allowed.
amenities array The list of amenity identifiers available at the property.
house_rules string The house rules and guidelines for guests.
check_in_time string The earliest check-in time in HH:MM format.
check_out_time string The latest check-out time in HH:MM format.
pricing object
photos array The photos associated with the listing.
cancellation_policy string The cancellation policy applied to the listing.
created_at string The timestamp when the listing was created.
updated_at string The timestamp when the listing was last updated.
View JSON Schema on GitHub