Airbnb Properties Information

Collects property information from Airbnb using the property URL, including details such as pricing, amenities, host information, and availability

Airbnb Property Listing Schema

Column Name
Description
Data Type

name

Title or name of the Airbnb property listing

Text

price

Cost per night for renting the property

Price

image

URLs or references to images of the property

Image

description

Textual details describing the Airbnb property

Text

category

Type or category of the Airbnb property

Text

availability

Availability status for booking

Text

discount

Information about any discounts offered

Price

reviews

Number of reviews received for the property

Array

ratings

Average rating based on guest reviews

Number

seller_info

Property owner or host details

Object

├── name

Name of the seller

Text

├── url

URL of the seller

Url

├── avatar

Avatar image of the seller

Image

├── features

Features of the seller

Array

│ ├── name

Name of the seller feature

Text

│ ├── value

Rating or feature value

Text

├── seller_id

Property seller ID

Text

breadcrumbs

Hierarchy of the property's location

Text

location

General location information

Text

lat

Latitude coordinates

Number

long

Longitude coordinates

Number

guests

Number of guests the property can accommodate

Number

pets_allowed

Indicates if pets are allowed

Boolean

description_items

Additional features in the description

Array

category_rating

Specific rating associated with the property type

Array

├── name

Category name

Text

├── value

Category rating

Text

house_rules

Rules set by the property owner

Array

details

Additional detailed information

Array

highlights

Key features or highlights of the property

Array

├── name

Highlight name

Text

├── value

Highlight description

Text

arrangement_details

Specific arrangement details

Array

├── name

Arrangement detail

Text

├── value

Arrangement detail description

Text

amenities

List of amenities provided

Array

├── items

Amenities items

Array

│ ├── name

Amenities name

Text

│ ├── value

Amenities description

Text

│ ├── group_name

Amenities grouping name

Text

images

URLs to additional images

Array

available_dates

Dates when the property is available

Array

url

Original Airbnb listing URL

Url

final_url

Updated URL (after redirects/modifications)

Url

listing_title

Listing title of the property

Text

property_id

ID of the property

Text

listing_name

Property listing name

Text

location_details

Details of the property location

Array

├── title

Location detail title

Text

├── value

Location detail value

Text

descriptionbysections

Section-wise textual details

Array

├── title

Section title

Text

├── value

Section value

Text

description_html

HTML version of the description

Text

locationdetailshtml

HTML version of the location details

Text

is_superhost

Indicates if the host is a Superhost

Boolean

host_number_of_reviews

Number of reviews received by the host

Number

host_rating

Overall rating of the host

Number

hosts_year

Year the host started hosting

Number

host_response_rate

Response rate of the host

Number

is_guest_favorite

Indicates if the property is a guest favorite

Boolean


Travel Details

Column Name
Description
Data Type

check_in

Check-in date

Date

check_out

Check-out date

Date

num_of_adults

Number of adults in the booking

Number

num_of_children

Number of children in the booking

Number

num_of_infants

Number of infants in the booking

Number

num_of_pets

Number of pets in the booking

Number


Pricing Details

Column Name
Description
Data Type

num_of_nights

Number of nights booked

Number

initial_price_per_night

Initial price per night

Number

price_per_night

Final price per night

Number

price_without_fees

Price before additional fees

Number

special_offer

Any special offers applied

Number

cleaning_fee

Cleaning fee

Number

airbnb_service_fee

Service fee charged by Airbnb

Number

taxes

Taxes applied

Number

total_price

Final total price

Number

currency

Currency of the listing price

Text


Cancellation Policy

Column Name
Description
Data Type

cancellation_name

Cancellation policy name

Text

cancellation_value

Cancellation policy details

Text

Last updated

Was this helpful?