Field | Type | Description | Example |
---|---|---|---|
listing_id | string | Unique identifier for the Airbnb property listing | 12345678 |
title | string | Property listing title as displayed on Airbnb | Cozy Downtown Apartment with City Views |
price_per_night | number | Nightly rate in local currency | 125.00 |
host_id | string | Unique identifier for the property host | 87654321 |
host_name | string | Display name of the property host | Sarah |
rating | number | Overall property rating out of 5 stars | 4.85 |
review_count | number | Total number of guest reviews for the property | 127 |
latitude | number | Property latitude coordinate | 40.7589 |
longitude | number | Property longitude coordinate | -73.9851 |
property_type | string | Type of accommodation (apartment, house, etc.) | Entire apartment |
bedrooms | number | Number of bedrooms in the property | 2 |
bathrooms | number | Number of bathrooms in the property | 1 |
max_guests | number | Maximum number of guests allowed | 4 |
amenities | array | List of property amenities and features | ["WiFi", "Kitchen", "Air conditioning", "Washing machine"] |
availability | array | Available dates for booking | ["2025-09-01", "2025-09-02", "2025-09-05"] |