The property data schema below lists all available fields in a property record. Note that actual property records (actually, most of them) may not have every field present.
Field Name
Example Value (in JSON)
Description
address
"address": "7206 Walling Ln"
The physical street address for this property.
Field type: text
A list of deposit fees that have been seen for this property. Each deposit contains:
Field type: nested
amount: The fee amount.
Field type: float
currency: The currency for the amount.
Field type: keyword
dateSeen: A list of dates this deposit fee was seen.
Field type: date
descriptions
"descriptions": [
{
"dateSeen": "2016-08-07T18:07:05Z",
"value": "charming starter home priced to sell. full finished basement with bath and with separate entrance."
}
]
A list of descriptions for this property from various sources. Each description contains:
Field type: nested
dateSeen: The date when this description has been seen for this property.
Field type: date
value: A unique description for this property.
Field type: text
domains
"domains": [
""www.airbnb.com"
]
A list of each unique domain found in the sourceURLs field.
Field type: domain
A list of features associated with this property. The feature list can be collected from specific feature sections available on listings for this property. It can also serve as a catch-all field for miscellaneous characteristics of this property that don't make sense to include as top-level fields.
Field type: nested
Each feature contains:
key: A label for this feature.
Field type: text
replace: Flag indicating value field is replaced versus appended.
Field type: boolean
value: A list of possible values for this feature.
Field type: text
A list of various fees that have been seen for this property. Each fee will contain:
Field type: text
amountMax: The minimum fee value listed.
Field type: float
amountMin: The maximum fee value listed.
Field type: float
currency: The currency listed for amountMin and amountMax
Field type: keyword
dateSeen: A list of dates when this fee was seen.
Field type: date
type: A classification value for the fee.
Field type: text
floorSizeValue
"floorSizeValue": 947
The size of the walkable area of the property. For apartments and condos, this is the size of the property. For homes and buildings, this is the combined size of each floor and does not include lot size.
Field type: float
floorSizeUnit
"floorSizeUnit": "Sq. ft"
The units of measurement for floorSize.
Field type: keyword
geoLocation
"geoLocation": "POINT (-119.5094 37.229366)"
A location value that stores the latitude and longitude in a format that allows geospatial querying.
Field type: geo_shape
The value is stored as Well-Known Text format, which resembles an (x, y) value, i.e. (longitude latitude).
A list of image URLs for this property.
Field type: keyword
keys
"keys": [
"us/ca/nhills/9411brightwoodct"
]
A list of internal Datafiniti identifiers for this property. The keys field is used to merge raw data from individual sources into the master Datafiniti record. Learn how this works
Field type: keyword
languagesSpoken
"languagesSpoken: [
"French",
"English"
]
A list of the languages spoken at this property.
Field type: text
latitude
"latitude": "32.860858"
The latitude coordinates for this property.
Field type: text
This date corresponds to the earliest date seen from the source of the property listing.
Field type: date
neighborhoods
"neighborhoods": [
"Canarsie"
]
A list of neighborhoods where this property is located. Sometimes an area can belong to multiple neighborhoods, which is why this field is a list.
Field type: text
numBathroom
"numBathroom": 1.25
The number of bathrooms in this property. Can be a whole number (e.g. "1") or a float (e.g., 1.25).
Field type: float
numBedroom
"numBedroom": 3
The number of bedrooms in this property.
Field type: integer
numFloor
"numFloor": 2
The number of floors or stories in this property.
Field type: integer
numPeople
"numPeople": 6
The number of people that can occupy this property.
Field type: integer
numRoom
"numRoom": 2
The number of rooms in this property.
Field type: integer
numUnit
"numUnit": 1
The number of units available in this property.
Field type: integer
parking
"parking": [
"Garage"
]
A list of details regarding parking at this property.
Field type: text
paymentTypes
"paymentTypes": [
"Visa"
]
A list of payment options accepted by the property.
Field type: text
A list of website IDs for this product. Website IDs are tied to a specific online retailer. They are the unique identifier used by website. They are used by Datafiniti when other unique identifiers are not available for a product.
Field type: keyword
yearBuilt
"yearBuilt": 2021
The year the property was built.
Field type: integer