Property Data SchemaProperty Data Schema

Property Data Schema

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.

absenteeOwnernested

The owner of a property who does not reside in or otherwise occupy that property.

Example:

"absenteeOwner": [
    {
      "absent": false,
      "firstDateSeen": "2024-04-11T17:17:53.270Z",
      "lastDateSeen": "2024-04-11T17:17:53.270Z"
    }
  ]
addresstext

The physical street address for this property.

Example:

"address": "7206 Walling Ln"
appliancestext

The appliances included with the property.

Example:

"appliances": ["Cooktop","Dryer","Dishwasher","Microwave","Refrigerator","Washer"]
architecturalStylestext

The architectural style of the property.

Example:

"architecturalStyles": ["Ranch","Bungalow"]
assessedValuesnested

The assessed value of the property. Each assessed value may contain:

Example:

"assessedValues": [
    {
      "totalAmount": 1745400.0,
      "improvementsAmount": 1745400.0,
      "landAmount": 1745400.0,
      "year": 1985
    }
  ]
brandTenantstring

The branded tenant that is currently associated with the property.

Example:

"brandTenant": "Bob Evans Restaurants, LLC"
brokersnested

A list of brokers that have represented this property over time. Each broker may contain:

Example:

"brokers": {
    "emails": [
      "tomatterson@realtracs.com"
    ],
    "licenseNumber": "1059280",
    "websites": [
      "http://www.fridrichandclark.com/"
    ],
    "phones": [
      "6153511737",
      "6153274800"
    ],
    "agent": "Tom Atterson",
    "firstName": "Tom",
    "lastName": "Atterson",
    "sourceURLs": [
      "https://datafiniti.co/bd-datafiniti",
      "https://www.redfin.com/TN/Arrington/4301-Union-Springs-Ln-37014/home/109775697"
    ],
    "dateSeen": "2025-03-28T17:18:49.715Z",
    "company": "Frich & Clare Realty",
    "people_key": "tom/atterson/1364043647"
  }
brokerCoopboolean

True / False whether or not the property is a broker's CoOp.

Example:

"brokerCoop": true
buildingClassstring

The building class as defined the classification relative to local commercial real estate markets.

Example:

"buildingClass": "A"
buildingNametext

The name of the building where this property is located. This field is specific to apartments, condos, and similar property types.

Example:

"buildingName": "Castle Beach Club"
capRatefloat

The capitalization rate of the property.

Example:

"capRate": 8
capRateSourceURLtext

The source url of the capRate.

Example:

"capRateSourceURL": "https://www.loopnet.com/Listing/5805-Manatee-Ave-W-Bradenton-FL/35241589/"
categoriestext

A list of category keywords used for this property across multiple sources.

Example:

"categories": ["Single family residence", "farming"]
cbsaCodestring

The 5 digit cbsa code of the property.

Example:

"cbsaCode": 02312
cbsaNametext

The cbsa name associated with the property.

Example:

"cbsaName": "OXNARD-THOUSAND OAKS-VENTURA, CA METROPOLITAN"
censusBlockstring

The census block the property is associate to.

Example:

"censusBlock": 1012
censusBlockGroupstring

The census group the property is associated to.

Example:

"censusBlockGroup": 4
censusTractstring

The census tract the property is associated to.

Example:

"censusTract": 5102
citytext

The city where the property is located.

Example:

"city": "Dallas"
civilDivisionCodetext

The civil division code for the property.

Example:

"civilDivisionCode": 4
civilDivisionNamestring

The civil division name of the property.

Example:

"civilDivisionName": "SUMMERSVILLE"
companiesnested

A list of companies that have been seen for this property. Each company can contain:

Example:

"companies": [
    {
      "companies.dateSeen": "2024-01-20",
      "companies.email": "bankairport@gmail.com",
      "companies.equity": 432000,
      "companies.equityPercent": 40,
      "companies.landline": true,
      "companies.name": "Bank Airport Clark",
      "companies.phone": "+19364029634",
      "companies.title": "Resident"
    }
  ]
congressionalDistrictHousestring

District of the property.

Example:

"congressionalDistrictHouse": "4"
countrytext

The two-letter country code for the property location's country.

Example:

"country": "US"
countytext

The county of the property record.

Example:

"county": "Hillsborough"
countyFIPSinteger

County FIPS # of the property.

Example:

"countyFIPS": 12057
currentOwnerTypestring

Current owner type of the property.

Example:

"currentOwnerType": "Company"
dateAddeddate

The date this property was first added to the property database.

Example:

"dateAdded": "2017-01-08T19:12:13Z"
dateUpdateddate

The most recent date this property was updated or seen by our system.

Example:

"dateUpdated": "2017-01-08T19:12:13Z"
daysOnMarketinteger

The number of days the property has been on market.

Example:

"daysOnMarket": 3
depositsnested

A list of deposit fees that have been seen for this property. Each deposit contains:

Example:

"deposits": [
    {
      "amount": 104,
      "currency": "USD",
      "dateSeen": [
        "2016-08-07T18:07:05Z"
      ]
    }
  ]
descriptionsnested

A list of descriptions for this property from various sources. Each description contains:

Example:

"descriptions": [
    {
      "dateSeen": "2016-08-07T18:07:05Z",
      "value": "charming starter home priced to sell. full finished basement with bath and with separate entrance."
    }
  ]
domainsdomain

A list of each unique domain found in the sourceURLs field.

Example:

"domains": ["www.airbnb.com"]
effectiveGrossIncomeinteger

The effective gross income of the property.

Example:

"effectiveGrossIncome": 275352
estimatedPricesnested

A list of price estimates for the property.

Example:

"estimatedPrices": [
    {
      "amountMax": 295000,
      "amountMin": 295000,
      "currency": "USD",
      "dateSeen": [
        "2023-10-20T16:53:37.235Z"
      ],
      "pricePerSquareFoot": 112.51
    }
  ]
exteriorConstructiontext

A list of all the exterior construction of the property.

Example:

"exteriorConstruction": ["brick","wood paneling"]
exteriorFeaturestext

The exterior features the property offers.

Example:

"exteriorFeatures": ["Storm Shutters","Breezeway","Pool"]
featuresnested

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.

Each feature contains:

Example:

"features": [
    {
      "key": "Community District",
      "replace": "true",
      "value": [
        "318"
      ]
    }
  ]
feesnested

A list of various fees that have been seen for this property. Each fee will contain:

Example:

"fees": [
    {
      "amountMax": 11,
      "amountMin": 11,
      "currency": "USD",
      "dateSeen": [
        "2016-08-07T18:07:05Z"
      ],
      "type": "Cleaning Fee"
    }
  ]
floorPlansnested

A list of floorplans associated with the property

Example:

"floorPlans": [
    {
      "name": "2x2",
      "type": "2 beds",
      "numBedrooms": 2,
      "numBathrooms": 2,
      "floorSize": "960 sqft"
    }
  ]
floorSizeValuefloat

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.

Example:

"floorSizeValue": 947
floorSizeUnitkeyword

The units of measurement for floorSize.

Example:

"floorSizeUnit": "Sq. ft"
geoLocationgeo_shape

A location value that stores the latitude and longitude in a format that allows geospatial querying.

The value is stored as Well-Known Text format, which resembles an (x, y) value, i.e. (longitude latitude).

Example:

"geoLocation": "POINT (-119.5094 37.229366)"
geoQualityinteger

The quality of the geoLocation data of the property.

Example:

"geoQuality": 0
grossRentalIncomefloat

The gross rental income of the property.

Example:

"grossRentalIncome": 66000
groundLeaseboolean

True/False if the property includes a ground lease for the land.

Example:

"groundLease": false
hvacTypestext

The type / components of the HVAC system.

Example:

"hvacTypes": ["Cental Air","Electric","Fans"]
imageURLskeyword

A list of image URLs for this property.

Example:

"imageURLs": ["http://image.rent.com/imgr/61bbc9f535f0e180bc804ac8f4c50067"]
instrumentNumberstring

Instrument # of the property.

Example:

"instrumentNumber": "3312-0576"
investmentTypetext

The investment type relating to the investment strategy or risk level.

Example:

"investmentType": "Stabilized"
investmentTypeSourceURLtext

The source URL of the investmentType.

Example:

"investmentTypeSourceURL": "https://www.crexi.com/properties/16266"
involuntaryLienJudgementnested

involuntaryLienJudgement shows if a lien is set against your wishes and is the result of not fulfilling your financial obligations

Example:

"involuntaryLienJudgement": [
    {
      "judgement": true,
      "lien": true,
      "lastDateSeen": "2024-04-11T18:37:01.751Z",
      "firstDateSeen": "2024-04-11T18:37:01.751Z"
    }
  ]
isUnitboolean

If the property is a unit number of a complex / building

Example:

"isUnit": true
keyskeyword

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. How Property Records Are Merged

Example:

"keys": ["us/ca/nhills/9411brightwoodct"]
languagesSpokentext

A list of the languages spoken at this property.

Example:

"languagesSpoken": ["French", "English"]
latitudetext

The latitude coordinates for this property.

Example:

"latitude": "32.860858"
leasingTermsnested

A list of leasing terms that have been associated with this property. Each leasing term will contain:

Example:

"leasingTerms": [
    {
      "dateSeen": "2016-07-30T20:41:01Z",
      "value": "12 Months"
    }
  ]
leaseTypetext

The type of lease

Example:

"leaseType": "Triple Net"
legalDescriptiontext

The legal description of the property record.

Example:

"legalDescription": "LOT 279 OXFORD OAKS PHASE TWO PB 16 PGS 17-17D"
legalRangestring

Legal range of the property.

Example:

"legalRange": "08E"
listingNametext

The name of the property listing. This isn't the name of the building. It's a descriptive name supplied for the listing itself.

Example:

"listingName": "Antico Appartamento"
longitudetext

The longitude coordinates for this property.

Example:

"longitude": "-96.735808"
lotDepthValuefloat

The depth dimension of a property's lot.

Example:

"lotDepthValue": 150
lotDepthUnittext

The depth dimension unit of a property's lot.

Example:

"lotDepthUnit": "ft"
lotSizeValueinteger

The lot size for the property. This is the ground area covered by the property.

Example:

"lotSizeValue": 2219
lotSizeUnitkeyword

The units of measurement for lotSize.

Example:

"lotSizeUnit": "Sq. ft"
majorTenantsstring

The major tenants associated with the property.

Example:

"majorTenants": ["Traffic Planning & Design Inc", "Allentown Brew Works", "Bethlehem Brew Works", "C P Rankin Inc", "Touchpoint Industries, LLC", "One In Allentown"]
managedBynested

A list of companies or people that have managed this property. Each managedBy object will contain:

Example:

"managedBy": [
    {
      "dateSeen": [
        "2016-03-03T15:02:13Z"
      ],
      "value": "ROM Investments"
    }
  ]
mlsNametext

The mls name of the listing company/realtor

Example:

"mlsName": "sovereign realty group"
mlsNumberkeyword

The MLS number for the property. Learn more about MLS numbers.

Example:

"mlsNumber": "16177277"
mostRecentAbsenteeOwnerboolean

The most recent boolean value for the absentee owner.

Example:

"mostRecentAbsenteeOwner": false
mostRecentAbsenteeOwnerFirstDateSeendate

The most recent first date seen of the absentee owner.

Example:

"mostRecentAbsenteeOwnerFirstDateSeen": "2024-04-11T16:57:22.605Z"
mostRecentBrokerAgenttext

The most recent broker agent added to the brokers field.

Example:

"mostRecentBrokerAgent": "Rackel Atkins"
mostRecentBrokerCompanytext

The company of the most recent broker added to the broker's field.

Example:

"mostRecentBrokerCompany": "Compass Recom"
mostRecentBrokerDateSeentext

The date seen of the most recent broker added to the brokers field.

Example:

"mostRecentBrokerDateSeen": "2023-10-23T19:20:50.418Z"
mostRecentBrokerEmailstext

The email(s) of the most recent broker agent.

Example:

"mostRecentBrokerEmails": ["mavhovsepia@pearsonrealty.com"]
mostRecentBrokerPhonestext

The phone number(s) of the most recent broker agent.

Example:

"mostRecentBrokerPhones": ["(713) 948-6666"]
mostRecentEstimatedPriceAmountinteger

The most recent estimated price amount

Example:

"mostRecentEstimatedPriceAmount": 95267
mostRecentEstimatedPriceDatedate

The most recent estimate price date

Example:

"mostRecentEstimatedPriceDate": "2024-09-11T00:00:00.000Z"
mostRecentEstimatedPriceDomaintext

The most recent source domain of the estimate price

Example:

"mostRecentEstimatedPriceDomain": "www.redfin.com"
mostRecentEstimatedPriceSourceURLtext

The most recent sourceURL used for obtaining the price estimate

Example:

"mostRecentEstimatedPriceSourceURL": "www.redfin.com/093757"
mostRecentInvoluntaryJudgementboolean

The most recent Involuntary Lien Judgement value

Example:

"mostRecentInvoluntaryJudgement": true
mostRecentInvoluntaryLienboolean

The most recent Involuntary Lien on the property value

Example:

"mostRecentInvoluntaryLien": false
mostRecentInvoluntaryLienJudgementFirstDateSeendate

The most recent first date seen of the Involuntary Lien.

Example:

"mostRecentInvoluntaryLienJudgementFirstDateSeen": "2024-04-11T18:19:19.342Z"
mostRecentOwnerFirstNametext

The most recent first name from the owners top level field.

Example:

"mostRecentOwnerFirstName": "Jeff"
mostRecentOwnerLastNametext

The most recent last name from the owners top level field.

Example:

"mostRecentOwnerLastName": "Allback"
mostRecentOwnerPeopleKeykeyword

The most recent people key of the owners top level field. This can be matched to the people database

Example:

"mostRecentOwnerPeopleKey": "jeff/allback/us/al/85255/3114epatrickst"
mostRecentPriceAmountbigdecimal

The property's most recent price amount from our prices field. This does not include rent prices

Example:

"mostRecentPriceAmount": 85
mostRecentRentalListPriceAmountfloat

The most recent rental listing price from our prices field.

Example:

"mostRecentRentalListPriceAmount": 429000
mostRecentRentalListPriceDatedate

The most recent rental listing date from our prices field.

Example:

"mostRecentRentalListPriceDate": "2025-09-11T00:00:00.000Z"
mostRecentRentalPriceAmountbigdecimal
Deprecated

The property's most recent rent price amount from our prices field.

Deprecated on Jan 31st, 2026

Example:

"mostRecentRentalPriceAmount": 1436
mostRecentRentalPriceDatedate
Deprecated

The most recent rental price date

Deprecated on Jan 31st, 2026

Example:

"mostRecentRentalPriceDate": "2024-09-11T00:00:00.000Z"
mostRecentRentalPriceDomaintext

The most recent domain used for obtaining the rental price.

Example:

"mostRecentRentalPriceDomain": "www.remax.com"
mostRecentRentalPriceFirstDateSeendate

The most recent rental prices first seen by Datafiniti

Example:

"mostRecentRentalPriceFirstDateSeen": "2024-09-11T00:00:00.000Z"
mostRecentRentalPricePeriodkeyword

The period term of the most recent rental price. Either Per Month or Per Year

Example:

"mostRecentRentalPricePeriod": "Per Month"
mostRecentRentalPriceSourceURLtext

The most recent source Url used for obtaining the rental price.

Example:

"mostRecentRentalPriceSourceURL": "www.remax.com/usdfusj/19278"
mostRecentSaleListPriceAmountfloat

The most recent "sale list" price from our prices field.

Example:

"mostRecentSaleListPriceAmount": 456990
mostRecentSaleListPriceDatedate

The most recent "sale list" price date from our prices field.

Example:

"mostRecentSaleListPriceDate": "2025-10-23T00:00:00.000Z"
mostRecentSoldPriceAmountfloat

The most recent "sale" price from our prices field.

Example:

"mostRecentSoldPriceAmount": 480000
mostRecentSoldPriceDatedate

The most recent "sale" price date from our prices field.

Example:

"mostRecentSoldPriceDate": "2025-10-21T00:00:00.000Z"
mostRecentRentalStatuskeyword

The most recent value for rentalStatuses.type for this property. See possible values here.

Example:

"mostRecentStatus": "Rental"
mostRecentRentalStatusDatedate

The most recent rental status date listed by the source.

Example:

"mostRecentRentalStatusDate": "2025-08-23T00:00:00.000Z"
mostRecentRentalStatusFirstDateSeendate

The most recent rental status first seen by Datafiniti

Example:

"mostRecentRentalStatusFirstDateSeen": "2024-09-11T00:00:00.000Z"
mostRecentPriceCurrencytext

The currency listed for mostRecentPriceAmount.

Example:

"mostRecentPriceCurrency": "USD"
mostRecentPriceDomaindomain

The domain of the most recent price scraped by Datafiniti

Example:

"mostRecentPriceDomain": "www.nordstrom.com"
mostRecentPriceDatedate

The most recent price date of the property record.

Example:

"mostRecentPriceDate": "2022-03-29T19:26:49.157Z"
mostRecentStatuskeyword

The most recent value for statuses.type for this property. See possible values here.

Example:

"mostRecentStatus": "For Sale"
mostRecentStatusDatedate

The date of change that corresponds to the mostRecentStatus for this property.

Example:

"mostRecentStatusDate": "2017-01-10T20:12:16Z"
mostRecentStatusFirstDateSeendate

This date corresponds to the most recent date seen of the most recent status data source.

Example:

"mostRecentStatusFirstDateSeen": "2021-09-09T00:00:00.000"
mostRecentVacancyboolean

The most recent vacancy value of the property.

Example:

"mostRecentVacancy": false
mostRecentVacancyFirstDateSeendate

This date corresponds to the first date seen from the source of the property listing.

Example:

"mostRecentVacancyFirstDateSeen": "2024-04-11T16:57:22.603Z"
msaCodestring

The msa code of the property.

Example:

"msaCode": 212312
msaNametext

The msa name of the property.

Example:

"msaName": "OXNARD-THOUSAND OAKS-VENTURA, CA METROPOLITAN"
municipalitytext

The property municipality in regards the county/city.

Example:

"municipality": "READING TWP"
neighborhoodstext

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.

Example:

"neighborhoods": ["Canarsie"]
netOperatingIncomefloat

The total revenue a property generates from all sources, such as rent and other fees, minus all operating expenses

Example:

"netOperatingIncome": 49050
netOperatingIncomeSourceURLtext

The source URL of the net operating income in regards to the property.

Example:

"netOperatingIncomeSourceURL": "https://deausenrealty.idxbroker.com/idx/details/listing/b004/PAPH2466918/1529-E-Berks-Street-Philadelphia-PA-191"
netRentablefloat

The net rentable amount of the commercial property.

Example:

"netRentable": 34513
numBathroomfloat

The number of bathrooms in this property. Can be a whole number (e.g. "1") or a float (e.g., 1.25).

Example:

"numBathroom": 1.25
numBedroominteger

The number of bedrooms in this property.

Example:

"numBedroom": 3
numFloorinteger

The number of floors or stories in this property.

Example:

"numFloor": 2
numParkingSpacesinteger

The number of parking spots on the property.

Example:

"numParkingSpaces": 0
numPeopleinteger

The number of people that can occupy this property.

Example:

"numPeople": 6
numPropertiesinteger

The number of commercially available property within the address.

Example:

"numProperties": 2
numRoominteger

The number of rooms in this property.

Example:

"numRoom": 2
numTenantsinteger

The number of active tenants for a commercial property.

Example:

"numTenants": 2
numUnitinteger

The number of units available in this property.

Example:

"numUnit": 1
occupancystring

The current status of the commercial occupancy of the property.

Example:

"occupancy": "Vacant"
operatingExpensesstring

The operating expense description of the commercial property.

Example:

"operatingExpenses": "Fee - Property Management"
otherIncomefloat

Other income revenue value of the commercial property.

Example:

"otherIncome": 14400
ownershipstring

The ownership clause / stake of a property for the buyer.

Example:

"ownership": "Fee Simple"
ownersnested

Example:

"owners": [
    {
      "transactionDate": "2025-05-27T00:00:00.000Z",
      "firstName": "Jeffrey",
      "lastName": "Allback",
      "peopleKey": "jeffrey/allback/us/az/85255/3114epatrickst",
      "firstDateSeen": "2025-11-23T14:06:01Z",
      "lastDateSeen": "2025-12-09T20:01:56Z"
    }
  ]
ownerOccupiedboolean

The true/false value of whether owner occupies the property.

Example:

"ownerOccupied": true
ownerOccupiedStatusnested

Example:

"ownerOccupiedStatus": {
    "status": true,
    "firstDateSeen": "2023-12-01T13:35:16.399Z",
    "lastDateSeen": "2023-12-01T13:35:16.399Z",
    "startDate": "2017-07-21T00:00:00.000Z"
  }
parkingtext

A list of details regarding parking at this property.

Example:

"parking": ["Garage"]
parkingTypestext

A list of parking types that pertains to the property.

Example:

"parkingTypes": ["Street", "Attached Garage"]
parcelNumbersnested

The parcel number associated to the property.

Example:

"parcelNumbers": [
    {
      "number": "29-29-22-12-0015",
      "account": "394308",
      "year": 1985
    }
  ]
paymentTypestext

A list of payment options accepted by the property.

Example:

"paymentTypes": ["Visa"]
peoplenested

A list of known people associated with or employed by this property.

Each person may contain:

Example:

"people": [
    {
      "equity": 1065556,
      "equityPercent": 100,
      "name": "Luci Weinsein",
      "firstName": "Luci",
      "lastName": "Weinsein",
      "landline": true,
      "people_key": "luci/weinsein/1080154715",
      "dateSeen": "2024-04-11T16:57:22.618Z",
      "title": "Owner"
    }
  ]
permitsboolean

if there is a permit or permitting process adhere to this property.

Example:

"permits": true
petPolicytext

The pet policy for the property.

Example:

"petPolicy": "Pets are not allowed."
phoneskeyword

A list of phone numbers for the property.

Example:

"phones": ["5058982700"]
postalCodekeyword

The postal or zip code of the property.

Example:

"postalCode": "75231"
pricesnested

A list of prices for this property.

Price objects may contain:

Example:

"prices": [
    {
      "amountMax": 289000,
      "amountMin": 289000,
      "availability": "true",
      "comment": "Listed by Awaye Realty Management",
      "currency": "USD",
      "date": "2017-10-21T00:00:00Z",
      "dateSeen": [
        "2017-10-09T00:00:00Z"
      ],
      "domain": "www.redfin.com",
      "isSale": "false",
      "isSold": "false",
      "pricePerSquareFoot": 197,
      "status": "For Sale"
    },
    {
      "amountMax": 817,
      "amountMin": 817,
      "currency": "USD",
      "dateSeen": [
        "2016-01-20T00:00:00Z"
      ],
      "type": "sale list",
      "minStay": "7 nights",
      "period": "Per week"
    }
  ]
proFormaNOIfloat

The pro Forma net operating income of the property.

Example:

"proFormaNOI": 122400
propertyTaxesnested

A list of property taxes that have been seen for this property. Each property tax will include:

Example:

"propertyTaxes": [
    {
      "amount": 1582,
      "currency": "USD",
      "dateSeen": [
        "2016-08-09T09:34:15Z"
      ],
      "year": 2010
    }
  ]
propertyTypetext

A classification for the property type. See possible values here.

Example:

"propertyType": "Condo"
provincetext

The province or state for this property.

Example:

"province": "TX"
rentableSquareFeetfloat

The rentable square footage of space for the rental property.

Example:

"rentableSquareFeet": 35000
rentalStatusesnested

A list of historical rental statuses. This field is used to indicate when the property is status For Rent or Short-term Rental.

rentalStatuses objects may contain:

Example:

"rentalStatuses": [
    {
      "date": "2025-08-14T21:53:01.982Z",
      "dateSeen": [
        "2025-08-14T21:53:00.000Z"
      ],
      "firstDateSeen": "2025-08-14T21:53:00.000Z",
      "lastDateSeen": "2025-08-14T21:53:00.000Z",
      "sourceURLs": [
        "https://www.airbnb.com/rooms/738825344801518115"
      ],
      "type": "Short Term Rental"
    },
    {
      "date": "2003-08-18T00:00:00.000Z",
      "dateSeen": [
        "2025-06-05T23:32:16.983Z"
      ],
      "firstDateSeen": "2025-06-05T23:32:16.983Z",
      "lastDateSeen": "2025-06-05T23:32:16.983Z",
      "sourceURLs": [
        "https://datafiniti.co/"
      ],
      "type": "Rental"
    }
  ]
rentBumpsstring

The terms of a rentable property on when a rent increase will occur.

Example:

"rentBumps": "10% Increase Every 5 Years in Term and In Each Option"
reviewsnested

A list of reviews for this property.

Review objects may contain:

Example:

"reviews": [
    {
      "dateSeen": "2016-08-17T00:00:00Z",
      "text": "We love this place a lot!",
      "username": "Yuwei"
    }
  ]
roofingtext

A list of materials the roof of the property is made from.

Example:

"roofing": ["Asphalt", "Fiberglass"]
roomTypestext

The types of rooms the property has.

Example:

"roomTypes": ["Laundry","Great","Game"]
rulestext

A list of rules for living or staying at this property.

Example:

"rules": ["No smoking"]
saleConditiontext

The sale condition of a property as per the seller.

Example:

"saleCondition": "1031 Exchange"
saleTypetext

The type of commercial sale of a property.

Example:

"saleType": "Standard"
sewerTypetext

The type of sewer access of the property. (public, private, and/or septic)

Example:

"sewerType": ["Private"]
sourceURLsPerFieldnested

The latest sourceURL for each field that Datafiniti provides in the property data schema.

Example:

"sourceURLsPerField": [
    {
      "field": "country",
      "sourceURLs": [
        "https://mcassessor.maricopa.gov/119-16-052"
      ]
    },
    {
      "field": "mostRecentPriceDomain",
      "sourceURLs": [
        "https://mcassessor.maricopa.gov/119-16-052"
      ]
    },
    {
      "field": "city",
      "sourceURLs": [
        "https://mcassessor.maricopa.gov/119-16-052"
      ]
    },
    {
      "field": "latitude",
      "sourceURLs": [
        "https://mcassessor.maricopa.gov/119-16-052"
      ]
    },
    {
      "field": "postalCode",
      "sourceURLs": [
        "https://mcassessor.maricopa.gov/119-16-052"
      ]
    },
    {
      "field": "yearBuilt",
      "sourceURLs": [
        "https://mcassessor.maricopa.gov/119-16-052"
      ]
    }
  ]
statusesnested
Deprecated

Deprecated A list of statuses for this property. This field is used to indicate when the property is for sale, etc.

Each status includes:

Example:

"statuses": [
    {
      "date": "2023-03-10T00:00:00.000Z",
      "dateSeen": [
        "2023-07-10T06:46:31.387Z",
        "2023-07-01T02:58:12.456Z"
      ],
      "firstDateSeen": "2023-07-01T02:58:12.456Z",
      "lastDateSeen": "2023-07-10T06:46:31.387Z",
      "type": "Sold"
    }
  ]
statusHistorynested

A list of Historical statuses for this property. This field is used to indicate when the property is for sale, etc. No rental statuses are found here.

Each status includes:

Example:

"statusHistory": [
    {
      "dateSeen": [
        "2024-03-08T07:24:15.145Z",
        "2024-04-16T08:50:21.971Z"
      ],
      "type": "Off Market",
      "sourceURLs": [
        "https://www.xome.com/realestate/1530-n-smith-cir-601-wichita-ks-67212-46005393"
      ],
      "firstDateSeen": "2024-03-08T07:24:15.145Z",
      "lastDateSeen": "2024-04-16T08:50:21.971Z"
    },
    {
      "type": "For Sale",
      "date": "2026-01-13T00:00:00.000Z",
      "dateSeen": [
        "2026-01-14T17:18:01.076Z",
        "2026-01-14T21:25:24.946Z"
      ],
      "sourceURLs": [
        "https://www.redfin.com/KS/Wichita/1530-N-Smith-Cir-67212/unit-601/home/120152524"
      ],
      "firstDateSeen": "2026-01-14T17:18:01.076Z",
      "lastDateSeen": "2026-01-14T21:25:24.946Z"
    }
  ]
subtypetext

The subtype of the propertyType field.

Example:

"subtype": ["Medical Office, Traditional Office"]
subdivisionstring

Subdivision / neighborhood of the property.

Example:

"subdivision": "Crescent Heights Sub"
taxExemptionstext

A list of tax exemptions for the property.

Example:

"taxExemptions": ["Homeowner", "Disabled", "Senior"]
taxIDkeyword

The tax ID for the property.

Example:

"taxID": "30-9011-019-0029758"
tenancytext

The type of tenants the property allows.

Example:

"tenancy": "Single"
tenantCredittext

The credit approve for tenants wanting to rent the property.

Example:

"tenantCredit": "Corporate Guarantee"
titletext

The title text of the property.

Example:

"title": "Single Family Residence, A-Frame - Snellville, GA"
topographyCodeinteger

The topography code in relationship to the property.

Example:

"topographyCode": 150
totalExpensesfloat

The total expense cost of the property.

Example:

"totalExpenses": 24984
transactionsnested

A list of transactional data for this property after a sale is completed. This field is used to indicate when the property was purchased and by who.

Each transaction includes:

Example:

"transactions": [
    {
      "saleDate": "2023-01-04T12:00:00Z",
      "firstDateSeen": "2023-01-04T12:00:00Z",
      "lastDateSeen": "2023-01-04T12:00:00Z",
      "documentNumber": "1HORTICULTURE, ORNAMENTAL (AGRICULTURAL)98",
      "documentType": "Warranty Deed",
      "price": 112900.0,
      "sellerFirstName": "Anita",
      "sellerMiddleName": "Brian",
      "sellerLastName": "Powell",
      "buyerFirstName": "Ben",
      "buyerMiddleName": "Cherelle",
      "buyerLastName": "Emaline",
      "lenderName": "Ameris Bank",
      "loanType": "Conventional",
      "loanAmount": 10725.0,
      "mortgageTerm": 360,
      "interestType": "Adjustable",
      "parcelNumber": "17-07-26-0-001-005.000",
      "ownerType": "Company",
      "contactOwnerMailAddressFull": "2337 JULIAN DR",
      "transactionID": "841789370"
    }
  ]
trustDescriptionstring

The description of the trust information in relation to the property.

Example:

"trustDescription": "Not a trust"
vacancynested

The status of the vacancy of the property:

Example:

"vacancy": [
    {
      "vacant": false,
      "lastDateSeen": "2024-04-11T16:57:22.603Z",
      "firstDateSeen": "2024-04-11T16:57:22.603Z"
    }
  ]
vacancyLossfloat

The vacancy amount loss from the previous tenant(s).

Example:

"vacancyLoss": 132000
virtualTourlink

The virtual tour link of a listing of the property.

Example:

"virtualTour": "http://www.tourfactory.com/idxr1453880"
websiteIDskeyword

A list of website IDs for this property. 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 property.

Example:

"websiteIDs": ["domain.com-123", "website.com-4567"]
yearBuiltinteger

The year the property was built.

Example:

"yearBuilt": 2021
yearRenovatedinteger

The latest date the property was renovated.

Example:

"yearRenovated": 2022
zoningstring

The zoning value for the property.

Example:

"zoning": "C-2PD"