Property Data Schema
Reference the available fields in a property record, grouped by category with nested sub-fields, examples, and deprecation notes.
The property data schema below lists all available fields in a property record. Actual property records may not include every field.
Broker Fields
A list of brokers associated with this property.
Example:
"brokers": [
{
"agent": "Rackel Atkins",
"company": "Compass Recom",
"dateSeen": "2023-10-23T19:20:50.418Z",
"emails": ["mavhovsepia@pearsonrealty.com"],
"licenseNumber": "TX-123456",
"licenseType": "Broker",
"phones": ["(713) 948-6666"],
"people_key": "rackel/atkins/1080154715",
"role": "Listing Agent",
"sourceURLs": ["https://www.redfin.com/listing/412-main-st-dallas-tx/31245001/"],
"websites": ["https://www.compassrecom.com"]
}
]
The most recent broker agent added to the brokers field.
Example:
"mostRecentBrokerAgent": "Rackel Atkins"
The company of the most recent broker added to the broker's field.
Example:
"mostRecentBrokerCompany": "Compass Recom"
The date seen of the most recent broker added to the brokers field.
Example:
"mostRecentBrokerDateSeen": "2023-10-23T19:20:50.418Z"
The email(s) of the most recent broker agent.
Example:
"mostRecentBrokerEmails": ["mavhovsepia@pearsonrealty.com"]
The phone number(s) of the most recent broker agent.
Example:
"mostRecentBrokerPhones": ["(713) 948-6666"]
Commercial Fields
The branded tenant associated with the commercial property.
Example:
"brandTenant": "Starbucks"
Indicates whether broker cooperation is offered for the commercial listing.
Example:
"brokerCoop": true
The capitalization rate associated with the property.
Example:
"capRate": 6.5
The source URL used for the cap rate value.
Example:
"capRateSourceURL": "https://www.loopnet.com/listing/412-main-st-dallas-tx/31245001/"
The effective gross income reported for the property.
Example:
"effectiveGrossIncome": 248500
The gross rental income reported for the property.
Example:
"grossRentalIncome": 312000
Indicates whether the property is subject to a ground lease.
Example:
"groundLease": false
The investment classification for the commercial property.
Example:
"investmentType": "Multi-Tenant Retail"
The source URL used for the investment type classification.
Example:
"investmentTypeSourceURL": "https://www.crexi.com/properties/998122/texas-retail-center"
The lease structure for the commercial property.
Example:
"leaseType": "NNN"
A list of major tenants associated with the property.
Example:
"majorTenants": ["Trader Joe's", "Petco"]
The net operating income reported for the property.
Example:
"netOperatingIncome": 184200
The source URL used for the net operating income value.
Example:
"netOperatingIncomeSourceURL": "https://www.loopnet.com/listing/412-main-st-dallas-tx/31245001/"
The net rentable area for the property.
Example:
"netRentable": 18500
The number of properties included in the commercial offering.
Example:
"numProperties": 3
The number of tenants associated with the property.
Example:
"numTenants": 12
The operating expenses reported for the property.
Example:
"operatingExpenses": 64300
Additional income reported for the property outside base rents.
Example:
"otherIncome": 8500
The projected net operating income for the property.
Example:
"proFormaNOI": 196750
Rentable square footage details for the property.
Example:
"rentableSquareFeet": [
{
"amount": 18500,
"unit": "sqft"
}
]
Scheduled rent increases associated with the property.
Example:
"rentBumps": [
{
"date": "2027-01-01T00:00:00Z",
"percent": 3.0
}
]
Sale condition details associated with the commercial property.
Example:
"saleCondition": [
{
"value": "1031 Exchange"
}
]
Sale type details associated with the commercial property.
Example:
"saleType": [
{
"value": "Investment Sale"
}
]
Tenancy details for the property.
Example:
"tenancy": [
{
"value": "Multi-Tenant"
}
]
Tenant credit details associated with the property.
Example:
"tenantCredit": [
{
"rating": "Investment Grade"
}
]
Total expense details for the property.
Example:
"totalExpenses": [
{
"amount": 64300,
"currency": "USD"
}
]
Vacancy loss details associated with the property.
Example:
"vacancyLoss": [
{
"amount": 12400,
"currency": "USD"
}
]
Estimated Price Fields
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
}
]
The most recent estimated price amount
Example:
"mostRecentEstimatedPriceAmount": 95267
The most recent estimate price date
Example:
"mostRecentEstimatedPriceDate": "2024-09-11T00:00:00.000Z"
The most recent source domain of the estimate price
Example:
"mostRecentEstimatedPriceDomain": "www.redfin.com"
The most recent sourceURL used for obtaining the price estimate
Example:
"mostRecentEstimatedPriceSourceURL": "www.redfin.com/093757"
Fee Fields
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"
]
}
]
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"
}
]
A list of payment options accepted by the property.
Example:
"paymentTypes": ["Visa"]
Geographical Fields
The physical street address for this property.
Example:
"address": "7206 Walling Ln"
The standardized USPS address that we normalize our address field from. For more info on our normalization you can read more here.
Example:
"addressStandardized": "7206 Walling Lane"
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"
The city where the property is located.
Example:
"city": "Dallas"
The two-letter country code for the property location's country.
Example:
"country": "US"
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)"
The quality of the geoLocation data of the property.
Example:
"geoQuality": 0
The latitude coordinates for this property.
Example:
"latitude": "32.860858"
The longitude coordinates for this property.
Example:
"longitude": "-96.735808"
The postal or zip code of the property.
Example:
"postalCode": "75231"
The province or state for this property.
Example:
"province": "TX"
A code describing the landform or terrain classification for the property.
Example:
"topographyCode": "LEVEL"
Generic Fields
The building class assigned to the commercial property.
Example:
"buildingClass": "Class A"
A list of category keywords used for this property across multiple sources.
Example:
"categories": ["Single family residence", "farming"]
The date when the property record was first added.
Example:
"dateAdded": "2024-01-15T10:22:31Z"
The date when the property record was last updated.
Example:
"dateUpdated": "2024-10-03T18:14:09Z"
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."
}
]
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"
]
}
]
If the property is a unit number of a complex / building
Example:
"isUnit": true
A list of keys associated with the property record.
Example:
"keys": ["prop_8d1f7a2", "mls_16177277"]
A list of languages spoken by property staff or agents associated with the listing.
Example:
"languagesSpoken": ["English", "Spanish"]
A list of leasing terms associated with the property.
Example:
"leasingTerms": ["12 Months", "24 Months"]
The depth dimension unit of a property's lot.
Example:
"lotDepthUnit": "ft"
The depth dimension of a property's lot.
Example:
"lotDepthValue": 150
The units of measurement for lotSize.
Example:
"lotSizeUnit": "Sq. ft"
The lot size for the property. This is the ground area covered by the property.
Example:
"lotSizeValue": 2219
The number of floors or stories in this property.
Example:
"numFloor": 2
The number of units available in this property.
Example:
"numUnit": 1
The occupancy percentage for the property.
Example:
"occupancy": 92.5
A list of details regarding parking at this property.
Example:
"parking": ["Garage"]
A list of parking types that pertains to the property.
Example:
"parkingTypes": ["Street", "Attached Garage"]
A list of permits associated with the property.
Example:
"permits": [
{
"number": "BLD-2024-01822",
"type": "Renovation Permit"
}
]
A list of pet policy details for this property.
Example:
"petPolicy": ["Cats Allowed","Dogs Allowed"]
A list of phone numbers associated with the property.
Example:
"phones": ["(214) 555-0182"]
A list of reviews that have been seen for this property. Each review may contain:
Example:
"reviews": [
{
"date": "2024-03-14T00:00:00Z",
"dateSeen": [
"2024-03-15T08:22:11Z"
],
"rating": 4.5,
"title": "Quiet building near downtown",
"text": "Responsive management and clean common areas."
}
]
A list of rules associated with the property.
Example:
"rules": ["No smoking", "No loud parties"]
The sewer system type for the property.
Example:
"sewerType": ["Public Sewer"]
Subtype classifications for the commercial property.
Example:
"subtype": [
{
"value": "Neighborhood Center"
}
]
The title text of the property.
Example:
"title": "Single Family Residence, A-Frame - Snellville, GA"
Virtual tour details for the property.
Example:
"virtualTour": [
{
"url": "https://my.matterport.com/show/?m=AbCdEf12345"
}
]
The year the property was built.
Example:
"yearBuilt": 1998
The latest date the property was renovated.
Example:
"yearRenovated": 2022
Listing Fields
The number of days the property has been on the market.
Example:
"daysOnMarket": 47
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"
The mls name of the listing company/realtor
Example:
"mlsName": "sovereign realty group"
The most recent "sale list" price from our prices field.
Example:
"mostRecentSaleListPriceAmount": 456990
The most recent "sale list" price date from our prices field.
Example:
"mostRecentSaleListPriceDate": "2025-10-23T00:00:00.000Z"
Owner & Management Fields
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"
}
]
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"
}
]
Current owner type of the property.
Example:
"currentOwnerType": "Company"
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"
}
]
The most recent boolean value for the absentee owner.
Example:
"mostRecentAbsenteeOwner": false
The most recent first date seen of the absentee owner.
Example:
"mostRecentAbsenteeOwnerFirstDateSeen": "2024-04-11T16:57:22.605Z"
The most recent first name from the owners top level field.
Example:
"mostRecentOwnerFirstName": "Jeff"
The most recent last name from the owners top level field.
Example:
"mostRecentOwnerLastName": "Allback"
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"
The true/false value of whether owner occupies the property.
Example:
"ownerOccupied": true
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"
}
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"
}
]
The ownership structure associated with the commercial property.
Example:
"ownership": "Fee Simple"
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"
}
]
The description of the trust information in relation to the property.
Example:
"trustDescription": "Not a trust"
Rental Price Fields
The most recent "rental list" price from our prices field.
Example:
"mostRecentRentalListPriceAmount": 6500
The most recent "rental list" price date from our prices field.
Example:
"mostRecentRentalListPriceDate": "2024-06-13T11:03:33.663Z"
The most recent rental price amount from our prices field.
Example:
"mostRecentRentalPriceAmount": 8940
The most recent rental price date from our prices field.
Example:
"mostRecentRentalPriceDate": "2024-02-28T23:40:24.123Z"
The domain of the most recent rental price scraped by Datafiniti.
Example:
"mostRecentRentalPriceDomain": "www.apartmentguide.com"
The first date Datafiniti saw the most recent rental price.
Example:
"mostRecentRentalPriceFirstDateSeen": "2024-02-28T08:09:11.463Z"
The calendar period for the most recent rental price.
Example:
"mostRecentRentalPricePeriod": "Per Month"
The source URL for the most recent rental price.
Example:
"mostRecentRentalPriceSourceURL": "https://www.apartmentguide.com/apartments/Florida/Miami/sample-listing/"
Residential Fields
The appliances included with the property.
Example:
"appliances": ["Cooktop","Dryer","Dishwasher","Microwave","Refrigerator","Washer"]
The architectural style of the property.
Example:
"architecturalStyles": ["Ranch","Bungalow"]
A list of all the exterior construction of the property.
Example:
"exteriorConstruction": ["brick","wood paneling"]
The exterior features the property offers.
Example:
"exteriorFeatures": ["Storm Shutters","Breezeway","Pool"]
A list of floorplans associated with the property
Example:
"floorPlans": [
{
"name": "2x2",
"type": "2 beds",
"numBedrooms": 2,
"numBathrooms": 2,
"floorSize": "960 sqft"
}
]
The units of measurement for floorSize.
Example:
"floorSizeUnit": "Sq. ft"
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
The type / components of the HVAC system.
Example:
"hvacTypes": ["Cental Air","Electric","Fans"]
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"]
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
The number of bedrooms in this property.
Example:
"numBedroom": 3
The number of parking spots on the property.
Example:
"numParkingSpaces": 0
The number of people that can occupy this property.
Example:
"numPeople": 6
The number of rooms in this property.
Example:
"numRoom": 2
A list of materials the roof of the property is made from.
Example:
"roofing": ["Asphalt", "Fiberglass"]
The types of rooms the property has.
Example:
"roomTypes": ["Bedroom", "Kitchen", "Living Room"]
The subdivision or community name associated with the property.
Example:
"subdivision": "Oak Ridge Estates"
Sales Price Fields
The property's most recent price amount from our prices field. This does not include rent prices
Example:
"mostRecentPriceAmount": 85
The currency listed for mostRecentPriceAmount.
Example:
"mostRecentPriceCurrency": "USD"
The most recent price date of the property record.
Example:
"mostRecentPriceDate": "2022-03-29T19:26:49.157Z"
The domain of the most recent price scraped by Datafiniti
Example:
"mostRecentPriceDomain": "www.redfin.com"
The most recent "sale" price from our prices field.
Example:
"mostRecentSoldPriceAmount": 480000
The most recent "sale" price date from our prices field.
Example:
"mostRecentSoldPriceDate": "2025-10-21T00:00:00.000Z"
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"
}
]
Status Fields
The most recent value for rentalStatuses.type for this property. See possible values here.
Example:
"mostRecentStatus": "Rental"
The most recent rental status date listed by the source.
Example:
"mostRecentRentalStatusDate": "2025-08-23T00:00:00.000Z"
The most recent rental status first seen by Datafiniti
Example:
"mostRecentRentalStatusFirstDateSeen": "2024-09-11T00:00:00.000Z"
The most recent value for statuses.type for this property. See possible values here.
Example:
"mostRecentStatus": "For Sale"
The date of change that corresponds to the mostRecentStatus for this property.
Example:
"mostRecentStatusDate": "2017-01-10T20:12:16Z"
This date corresponds to the most recent date seen of the most recent status data source.
Example:
"mostRecentStatusFirstDateSeen": "2021-09-09T00:00:00.000"
The most recent vacancy value of the property.
Example:
"mostRecentVacancy": false
This date corresponds to the first date seen from the source of the property listing.
Example:
"mostRecentVacancyFirstDateSeen": "2024-04-11T16:57:22.603Z"
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"
}
]
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"
}
]
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"
}
]
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"
}
]
Tax & Assessment Fields
The assessed value of the property. Each assessed value may contain:
Example:
"assessedValues": [
{
"totalAmount": 1745400.0,
"improvementsAmount": 1745400.0,
"landAmount": 1745400.0,
"year": 1985
}
]
The Core Based Statistical Area code for the property.
Example:
"cbsaCode": "19100"
The Core Based Statistical Area name for the property.
Example:
"cbsaName": "Dallas-Fort Worth-Arlington, TX"
The census block the property is associate to.
Example:
"censusBlock": 1012
The census group the property is associated to.
Example:
"censusBlockGroup": 4
The census tract the property is associated to.
Example:
"censusTract": 5102
The civil division code for the property.
Example:
"civilDivisionCode": 4
The civil division name of the property.
Example:
"civilDivisionName": "SUMMERSVILLE"
District of the property.
Example:
"congressionalDistrictHouse": "4"
The county of the property record.
Example:
"county": "Hillsborough"
County FIPS # of the property.
Example:
"countyFIPS": 12057
The legal description of the property record.
Example:
"legalDescription": "LOT 279 OXFORD OAKS PHASE TWO PB 16 PGS 17-17D"
Legal range of the property.
Example:
"legalRange": "08E"
The metropolitan statistical area code for the property.
Example:
"msaCode": "19100"
The metropolitan statistical area name for the property.
Example:
"msaName": "Dallas-Fort Worth-Arlington, TX"
The municipality associated with the property.
Example:
"municipality": "Dallas"
The parcel number associated to the property.
Example:
"parcelNumbers": [
{
"number": "29-29-22-12-0015",
"account": "394308",
"year": 1985
}
]
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
}
]
A list of tax exemptions for the property.
Example:
"taxExemptions": ["Homeowner", "Disabled", "Senior"]
The tax ID for the property.
Example:
"taxID": "30-9011-019-0029758"
The zoning value for the property.
Example:
"zoning": "C-2PD"
Transactions Fields
Instrument # of the property.
Example:
"instrumentNumber": "3312-0576"
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"
}
]
The most recent Involuntary Lien Judgement value
Example:
"mostRecentInvoluntaryJudgement": true
The most recent Involuntary Lien on the property value
Example:
"mostRecentInvoluntaryLien": false
The most recent first date seen of the Involuntary Lien.
Example:
"mostRecentInvoluntaryLienJudgementFirstDateSeen": "2024-04-11T18:19:19.342Z"
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"
}
]
Source Fields
A list of source domains associated with the property record.
Example:
"domains": ["www.redfin.com", "www.remax.com"]
A list of image URLs for this property.
Example:
"imageURLs": ["http://image.rent.com/imgr/61bbc9f535f0e180bc804ac8f4c50067"]
A list of source URLs associated with this property record.
Example:
"sourceURLs": ["https://www.redfin.com/listing/412-main-st-dallas-tx/31245001/""]
Source URLs mapped to specific fields in the property record.
Example:
"sourceURLsPerField": [
{
"field": "capRate",
"sourceURL": "https://www.loopnet.com/listing/412-main-st-dallas-tx/31245001/"
}
]