# /v3/PropertyComps API Customize your comps model # OpenAPI definition ```json { "openapi": "3.1.0", "info": { "title": "property-apis", "version": "1.0" }, "servers": [ { "url": "https://api.realestateapi.com" } ], "components": { "securitySchemes": { "sec0": { "type": "apiKey", "in": "header", "name": "x-api-key" } } }, "security": [ { "sec0": [] } ], "paths": { "/v3/PropertyComps": { "post": { "summary": "/v3/PropertyComps API", "description": "Customize your comps model", "operationId": "v3-comps-response-object", "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": { "id": { "type": "string", "description": "Property ID for subject property" }, "address": { "type": "string", "description": "The fully formatted address for your subject property (e.g. 123 Main St, Arlington, VA 22205)" }, "exact_match": { "type": "boolean", "description": "Enforces strictness on the address matching. No fuzzy matching." }, "max_radius_miles": { "type": "number", "description": "Accepts values 0.1 to 10.", "format": "float" }, "max_days_back": { "type": "integer", "description": "Specify 30 (days), 60 (days), 90 (days), etc. range for the recent sales comps that are returned.", "format": "int32" }, "max_results": { "type": "integer", "description": "Cap the amount of comps you want returned and how contribute to your AVM calculation.", "format": "int32" }, "arms_length": { "type": "boolean" }, "same_baths": { "type": "boolean", "description": "If true, all comps returned will have the same number of bathrooms" }, "same_beds": { "type": "boolean", "description": "If true, all comps returned will have the same number of bedrooms" }, "same_census_tract": { "type": "boolean", "description": "If true, all comps returned will reside inside the same census tract" }, "same_county": { "type": "boolean", "description": "If true, all comps returned will reside in the same county" }, "same_neighborhood": { "type": "boolean", "description": "If true, all comps returned will reside in the same neighborhood" }, "same_zip": { "type": "boolean", "description": "If true, all comps returned will reside in the same zipcode" }, "last_sale_price_min": { "type": "integer", "format": "int32" }, "last_sale_price_max": { "type": "integer", "format": "int32" }, "mls_listing_price_min": { "type": "integer", "format": "int32" }, "mls_listing_price_max": { "type": "integer", "format": "int32" }, "bathrooms_min": { "type": "integer", "description": "Set a range for the number of bathrooms in the house, so that comps returned match those specs", "format": "int32" }, "bathrooms_max": { "type": "integer", "format": "int32" }, "bathrooms_boost": { "type": "integer", "description": "Accepts values 1 to 50.", "format": "int32" }, "bedrooms_min": { "type": "integer", "description": "Set a range for the number of bedrooms in the house, so that comps returned match those specs", "format": "int32" }, "bedrooms_max": { "type": "integer", "format": "int32" }, "bedrooms_boost": { "type": "integer", "description": "Accepts values 1 to 50.", "format": "int32" }, "living_square_feet_min": { "type": "integer", "description": "Set a range for the square feet of the property, so that comps returned match the size specifications", "format": "int32" }, "living_square_feet_max": { "type": "integer", "format": "int32" }, "living_square_feet_boost": { "type": "integer", "description": "Accepts values 1 to 50.", "format": "int32" }, "lot_square_feet_min": { "type": "integer", "description": "Set a range for the square feet of the lot, so that comps returned match the size specifications", "format": "int32" }, "lot_square_feet_max": { "type": "integer", "format": "int32" }, "lot_square_feet_boost": { "type": "integer", "description": "Accepts values 1 to 50.", "format": "int32" }, "year_built_min": { "type": "integer", "description": "Set a range for the year your comparable properties were built", "format": "int32" }, "year_built_max": { "type": "integer", "format": "int32" }, "year_built_boost": { "type": "integer", "description": "Accepts values 1 to 50.", "format": "int32" } } } } } }, "responses": { "200": { "description": "200", "content": { "application/json": { "examples": { "Result": { "value": { "live": true, "input": { "address": "6806 19th Rd N, Arlington, VA 22205", "max_radius_miles": 2, "max_days_back": 90, "arms_length": true, "same_baths": true, "same_beds": true }, "subject": { "id": "150461064", "freeClear": true, "openMortgageBalance": "0", "estimatedValue": "1249000", "estimatedMortgageBalance": "0", "estimatedMortgagePayment": "0", "estimatedEquity": "1249000", "equityPercent": "100", "highEquity": true, "propertyType": "SFR", "MFH2to4": false, "MFH5plus": false, "vacant": false, "ownerOccupied": false, "absenteeOwner": true, "inStateAbsenteeOwner": false, "outOfStateAbsenteeOwner": true, "corporateOwned": true, "individualOwner": false, "trusteeOwner": false, "preForeclosure": false, "judgment": false, "auction": false, "cashSale": false, "quitClaim": false, "trusteeSale": false, "sheriffsDeed": false, "inherited": false, "death": false, "deathTransfer": false, "warrantyDeed": false, "lien": false, "taxLien": false, "deedInLieu": false, "spousalDeath": false, "investorBuyer": true, "cashBuyer": true, "bankOwned": false, "mobileHome": false, "floodZone": true, "floodZoneType": "X", "floodZoneDescription": "AREA OF MINIMAL FLOOD HAZARD", "location": "POINT(-77.1599806853626 38.8858798449028)", "lastSaleDate": "2010-04-16", "lastSalePrice": "500000", "ownerInfo": { "companyName": "19th Road Llc", "ownershipLength": "182", "owner1LastName": "19th Road Llc", "owner1FullName": "19th Road Llc", "owner1IDCode": "CO", "owner1Type": "Company", "owner2FullName": "", "owner2Type": "Other", "ownerNames": [ "19TH Road Llc" ], "mailAddress": { "fips": "51013", "house": "873", "address": "873e E 3rd St", "city": "Englewood", "state": "FL", "zip": "34223", "zip4": "4406", "carrierRoute": "C014", "carrierRouteFromDeed": "C018", "addressFormat": "S", "label": "873e E 3rd St, Englewood, FL 34223" } }, "lotInfo": { "legalDescription": "LT 1 BK 2 F C PARK 11375 SQ FT", "apn": "11-016-007", "apnUnformatted": "11016007", "landUse": "Residential", "propertyClass": "The general use for the property is for residential purposes", "propertyUse": "Single Family Residence", "censusTract": "101100", "censusBlock": "4005", "censusBlockGroup": "5", "lotSquareFeet": 11375, "lotAcres": 0.261, "lotDepthFeet": 150, "lotWidthFeet": 114, "zoning": "R-6" }, "taxInfo": { "propertyId": "150461064", "year": "2024", "taxAmount": 1039792, "assessmentYear": "2024", "assessedValue": "981600", "assessedLandValue": "821900", "assessedImprovementValue": "159700", "marketValue": "981600", "marketLandValue": "821900", "marketImprovementValue": "159700" }, "currentMortgages": [], "mortgageHistory": [], "saleHistory": [ { "seqNo": "1", "recordingDate": "2010-04-16", "saleDate": "2010-04-16", "saleAmount": "500000", "ownerIndividual": false, "documentTypeCode": "DTWD", "documentType": "Warranty Deed", "transactionType": "Arms Length Residential Transactions (Purchase/Resales)", "buyerNames": "Matthew S Pizzi", "sellerNames": "Robert V Dickinson", "purchaseMethod": "Cash Purchase", "armsLength": true, "downPayment": "500000", "ltv": 100, "book": "4357", "page": "1691" } ], "mlsHistory": [], "lastSale": { "seqNo": "1", "recordingDate": "2010-04-16", "saleDate": "2010-04-16", "saleAmount": "500000", "ownerIndividual": false, "documentTypeCode": "DTWD", "documentType": "Warranty Deed", "transactionType": "Arms Length Residential Transactions (Purchase/Resales)", "buyerNames": "Matthew S Pizzi", "sellerNames": "Robert V Dickinson", "purchaseMethod": "Cash Purchase", "armsLength": true, "downPayment": "500000", "ltv": 100, "book": "4357", "page": "1691" }, "foreclosureInfo": [], "schools": [], "demographics": { "medianIncome": "186261", "suggestedRent": "2830", "fmrYear": "2023", "fmrEfficiency": "1640", "fmrOneBedroom": "1670", "fmrTwoBedroom": "1900", "fmrThreeBedroom": "2380", "fmrFourBedroom": "2830", "hudAreaName": "Washington-Arlington-Alexandria, DC-VA-MD HUD Metro FMR Area", "hudAreaCode": "METRO47900M47900" }, "lastUpdateDate": "2025-06-18 00:00:00 UTC", "mlsCancelled": false, "mlsFailed": false, "mlsSold": false, "mlsHasPhotos": false, "propertyInfo": { "address": { "fips": "51013", "jurisdiction": "Arlington County", "house": "6806", "address": "6806 19th Rd N", "street": "19th", "streetType": "Rd", "city": "Arlington", "county": "Arlington County", "state": "VA", "zip": "22205", "zip4": "1810", "carrierRoute": "C018", "congressionalDistrict": "08", "label": "6806 19th Rd N, Arlington, VA 22205" }, "propertyUse": "Single Family Residence", "propertyUseCode": "385", "latitude": 38.88587984490281, "longitude": -77.15998068536256, "stories": 1.75, "unitsCount": "0", "roomsCount": "0", "bedrooms": 4, "bathrooms": 2, "partialBathrooms": "0", "livingSquareFeet": "1883", "pricePerSquareFoot": "266", "parkingSpaces": "0", "lotSquareFeet": "11375", "buildingSquareFeet": "1883", "yearBuilt": "1916", "fireplace": true, "fireplaces": 1, "garageSquareFeet": "0", "basementType": "NO BASEMENT", "basementSquareFeet": "0", "basementSquareFeetFinished": "0", "basementSquareFeetUnfinished": "0", "heatingType": "Forced Air Unit", "airConditioningType": "Central", "deck": true, "deckArea": "100", "pool": false, "poolArea": "0", "patio": false, "patioArea": "0", "safetyFireSprinklers": false, "attic": false, "carport": false, "rvParking": false, "featureBalcony": false, "breezeway": false, "taxExemptionHomeownerFlag": false, "plumbingFixturesCount": "0", "porchType": "Enclosed Porch", "porchArea": "156", "roofMaterial": "105", "buildingsCount": "0", "hoaFlag": false }, "avgSchoolRating": 0 }, "comps": [ { "id": "197185040", "distance": 0.55, "vacant": true, "absenteeOwner": false, "corporateOwned": true, "outOfStateAbsenteeOwner": false, "inStateAbsenteeOwner": false, "bedrooms": 4, "bathrooms": 2, "yearBuilt": "1940", "squareFeet": "1482", "estimatedValue": "1621000", "estimatedEquity": "1021597", "equityPercent": "63", "openMortgageBalance": "600000", "estimatedMortgageBalance": "599403", "lastSaleDate": "2025-05-20", "lastSaleAmount": "2635000", "mlsListingDate": "2024-09-19", "mlsLastStatusDate": "2025-01-20", "mlsLastSaleDate": "2025-01-20", "mlsSoldPrice": 2649000, "lotSquareFeet": "13024", "latitude": 38.890792264045444, "longitude": -77.15195091402435, "apn": "11-001-118", "apnUnformatted": "11001118", "fips": "51013", "landUse": "Residential", "propertyType": "SFR", "owner1FirstName": "Paul", "owner1LastName": "Glader", "owner2FirstName": "Eleni", "owner2LastName": "Glader", "companyName": "Glader, Paul David; Glader, Eleni Catherine", "taxAmount": "10544.60", "taxAssessedValue": 995800, "garageAvailable": true, "airConditioningAvailable": true, "preForeclosure": false, "cashBuyer": false, "privateLender": false, "zoning": "R-6", "censusTract": "101100", "congressionalDistrict": "08", "lenderName": "Wells Fargo Bank Na", "address": { "zip": "22205", "city": "Arlington", "county": "Arlington County", "state": "VA", "street": "6244 23rd St N", "address": "6244 23rd St N, Arlington, VA 22205" }, "mailAddress": { "zip": "22205", "city": "Arlington", "county": "Arlington County", "state": "VA", "street": "6244 23rd St N", "address": "6244 23rd St N, Arlington, VA 22205" }, "age": 85 }, { "id": "199490877", "distance": 0.81, "vacant": false, "absenteeOwner": false, "corporateOwned": true, "outOfStateAbsenteeOwner": false, "inStateAbsenteeOwner": false, "bedrooms": 4, "bathrooms": 2, "yearBuilt": "1952", "squareFeet": "1595", "estimatedValue": "895000", "estimatedEquity": "224418", "equityPercent": "25", "openMortgageBalance": "671250", "estimatedMortgageBalance": "670582", "lastSaleDate": "2025-05-16", "lastSaleAmount": "895000", "mlsListingDate": "2025-04-09", "mlsLastStatusDate": "2025-05-16", "mlsLastSaleDate": "2025-05-16", "mlsSoldPrice": 895000, "lotSquareFeet": "10160", "latitude": 38.89358949385497, "longitude": -77.1713967217056, "apn": "01-009-004", "apnUnformatted": "01009004", "fips": "51013", "landUse": "Residential", "propertyType": "SFR", "owner1LastName": "Ash 7042 Williamsburg Boulevard Llc", "companyName": "Ash 7042 Williamsburg Boulevard Llc", "taxAmount": "9470.28", "taxAssessedValue": 891800, "garageAvailable": false, "airConditioningAvailable": true, "preForeclosure": false, "cashBuyer": false, "privateLender": false, "zoning": "R-10", "censusTract": "100100", "congressionalDistrict": "08", "lenderName": "Sean Edward Hunt", "address": { "zip": "22213", "city": "Arlington", "county": "Arlington County", "state": "VA", "street": "7042 Williamsburg Blvd", "address": "7042 Williamsburg Blvd, Arlington, VA 22213" }, "mailAddress": { "zip": "21703", "city": "Frederick", "county": "Frederick County", "state": "MD", "street": "5283 Corporate Dr", "address": "5283 Corporate Dr Ste 300, Frederick, MD 21703" }, "age": 73 }, { "id": "41665150", "distance": 0.85, "vacant": false, "absenteeOwner": false, "corporateOwned": false, "outOfStateAbsenteeOwner": false, "inStateAbsenteeOwner": false, "bedrooms": 4, "bathrooms": 2, "yearBuilt": "1951", "squareFeet": "1000", "estimatedValue": "998000", "estimatedEquity": "203588", "equityPercent": "20", "openMortgageBalance": "796000", "estimatedMortgageBalance": "794412", "lastSaleDate": "2025-04-11", "lastSaleAmount": "995000", "mlsListingDate": "2025-02-26", "mlsLastStatusDate": "2025-05-02", "mlsLastSaleDate": "2025-05-02", "mlsSoldPrice": 1050000, "lotSquareFeet": "10009", "latitude": 38.89811833395727, "longitude": -77.16098711231297, "apn": "01-018-005", "apnUnformatted": "01018005", "fips": "51013", "landUse": "Residential", "propertyType": "SFR", "owner1FirstName": "Elena", "owner1LastName": "Bavolack", "owner2FirstName": "Hanson", "owner2LastName": "Cress", "taxAmount": "10015.70", "taxAssessedValue": 944600, "garageAvailable": false, "airConditioningAvailable": true, "preForeclosure": false, "cashBuyer": false, "privateLender": false, "zoning": "R-10/R-8", "censusTract": "100100", "congressionalDistrict": "08", "lenderName": "United Wholesale Mortgage", "address": { "zip": "22213", "city": "Arlington", "county": "Arlington County", "state": "VA", "street": "6576 Williamsburg Blvd", "address": "6576 Williamsburg Blvd, Arlington, VA 22213" }, "mailAddress": { "zip": "22213", "city": "Arlington", "county": "Arlington County", "state": "VA", "street": "6576 Williamsburg Blvd", "address": "6576 Williamsburg Blvd, Arlington, VA 22213" }, "age": 74 }, { "id": "142591185", "distance": 1.21, "vacant": false, "absenteeOwner": false, "corporateOwned": true, "outOfStateAbsenteeOwner": false, "inStateAbsenteeOwner": false, "bedrooms": 4, "bathrooms": 2, "yearBuilt": "1954", "squareFeet": "1075", "estimatedValue": "974000", "estimatedEquity": "222873", "equityPercent": "22", "openMortgageBalance": "751875", "estimatedMortgageBalance": "751127", "lastSaleDate": "2025-05-23", "lastSaleAmount": "1002500", "mlsListingDate": "2025-04-22", "mlsLastStatusDate": "2025-05-25", "mlsLastSaleDate": "2025-05-25", "mlsSoldPrice": 950000, "lotSquareFeet": "10013", "latitude": 38.89974451387015, "longitude": -77.17374902805263, "apn": "040-4-06-0089", "apnUnformatted": "0404060089", "fips": "51059", "landUse": "Residential", "propertyType": "SFR", "owner1LastName": "Code 3 Real Estate Llc", "companyName": "Code 3 Real Estate Llc", "taxAmount": "11780.16", "taxAssessedValue": 935040, "garageAvailable": false, "airConditioningAvailable": true, "preForeclosure": false, "cashBuyer": false, "privateLender": false, "zoning": "R-4(RESIDENTIAL 4 DU/AC)", "censusTract": "470900", "congressionalDistrict": "08", "lenderName": "Mainstreet Bank", "address": { "zip": "22046", "city": "Falls Church", "county": "Fairfax County", "state": "VA", "street": "2228 Primrose Dr", "address": "2228 Primrose Dr, Falls Church, VA 22046" }, "mailAddress": { "zip": "22180", "city": "Vienna", "county": "Fairfax County", "state": "VA", "street": "480 Malcolm Rd Nw", "address": "480 Malcolm Rd Nw, Vienna, VA 22180" }, "age": 71 }, { "id": "195883456", "distance": 1.59, "vacant": false, "absenteeOwner": false, "corporateOwned": false, "outOfStateAbsenteeOwner": false, "inStateAbsenteeOwner": false, "bedrooms": 4, "bathrooms": 2, "yearBuilt": "1943", "squareFeet": "1636", "estimatedValue": "820000", "estimatedEquity": "216292", "equityPercent": "26", "openMortgageBalance": "646000", "estimatedMortgageBalance": "603708", "lastSaleDate": "2025-06-04", "lastSaleAmount": "815000", "mlsListingDate": "2025-05-06", "mlsLastStatusDate": "2025-06-13", "mlsLastSaleDate": "2025-06-13", "mlsSoldPrice": 815000, "lotSquareFeet": "10142", "latitude": 38.87090057546352, "longitude": -77.18244902646525, "apn": "050-4-15-0061", "apnUnformatted": "0504150061", "fips": "51059", "landUse": "Residential", "propertyType": "SFR", "owner1FirstName": "Daniel", "owner1LastName": "Bissette", "owner2FirstName": "Katherine", "owner2LastName": "Kelker", "taxAmount": "9732.67", "taxAssessedValue": 779420, "garageAvailable": false, "airConditioningAvailable": true, "preForeclosure": false, "cashBuyer": false, "privateLender": false, "zoning": "R-4(RESIDENTIAL 4 DU/AC)", "censusTract": "450300", "congressionalDistrict": "08", "lenderName": "Prosperity Home Mortgage Llc", "address": { "zip": "22042", "city": "Falls Church", "county": "Fairfax County", "state": "VA", "street": "6825 Kincaid Ave", "address": "6825 Kincaid Ave, Falls Church, VA 22042" }, "mailAddress": { "zip": "22042", "city": "Falls Church", "county": "Fairfax County", "state": "VA", "street": "6825 Kincaid Ave", "address": "6825 Kincaid Ave, Falls Church, VA 22042" }, "age": 82 }, { "id": "35958313", "distance": 1.4, "vacant": false, "absenteeOwner": false, "corporateOwned": false, "outOfStateAbsenteeOwner": false, "inStateAbsenteeOwner": false, "bedrooms": 4, "bathrooms": 2, "yearBuilt": "1955", "squareFeet": "1258", "estimatedValue": "817000", "estimatedEquity": "165649", "equityPercent": "20", "openMortgageBalance": "652000", "estimatedMortgageBalance": "651351", "lastSaleDate": "2025-05-28", "lastSaleAmount": "815000", "mlsListingDate": "2025-05-01", "mlsLastStatusDate": "2025-05-29", "mlsLastSaleDate": "2025-05-29", "mlsSoldPrice": 825000, "lotSquareFeet": "13200", "latitude": 38.86562848052418, "longitude": -77.15796769139726, "apn": "051-3-11-0094", "apnUnformatted": "0513110094", "fips": "51059", "landUse": "Residential", "propertyType": "SFR", "owner1FirstName": "Marc", "owner1LastName": "Sabbagh", "owner2FirstName": "Laura Grace Ailor", "owner2LastName": "Sabbagh", "taxAmount": "9512.83", "taxAssessedValue": 760750, "garageAvailable": false, "airConditioningAvailable": true, "preForeclosure": false, "cashBuyer": false, "privateLender": false, "zoning": "R-3(RESIDENTIAL 3 DU/AC)", "censusTract": "451300", "congressionalDistrict": "08", "lenderName": "Arlington Community Fcu", "address": { "zip": "22044", "city": "Falls Church", "county": "Fairfax County", "state": "VA", "street": "3106 Faber Dr", "address": "3106 Faber Dr, Falls Church, VA 22044" }, "mailAddress": { "zip": "22202", "city": "Arlington", "county": "Arlington County", "state": "VA", "street": "550 14th Rd S", "address": "550 14th Rd S Apt 502, Arlington, VA 22202" }, "age": 70 }, { "id": "1209746", "distance": 1.56, "vacant": false, "absenteeOwner": false, "corporateOwned": false, "outOfStateAbsenteeOwner": false, "inStateAbsenteeOwner": false, "bedrooms": 4, "bathrooms": 2, "yearBuilt": "1943", "squareFeet": "1488", "estimatedValue": "817000", "estimatedEquity": "22285", "equityPercent": "2", "openMortgageBalance": "795506", "estimatedMortgageBalance": "794715", "lastSaleDate": "2025-05-19", "lastSaleAmount": "825000", "mlsListingDate": "2025-05-08", "mlsLastStatusDate": "2025-05-16", "mlsLastSaleDate": "2025-05-16", "mlsSoldPrice": 825000, "lotSquareFeet": "10174", "latitude": 38.87154393214314, "longitude": -77.1823169316374, "apn": "050-4-15-0089", "apnUnformatted": "0504150089", "fips": "51059", "landUse": "Residential", "propertyType": "SFR", "owner1FirstName": "John David", "owner1LastName": "Turner", "owner2FirstName": "Alicia Carper", "owner2LastName": "Turner", "taxAmount": "9182.90", "taxAssessedValue": 732730, "garageAvailable": true, "airConditioningAvailable": true, "preForeclosure": false, "cashBuyer": false, "privateLender": false, "zoning": "R-4(RESIDENTIAL 4 DU/AC)", "censusTract": "450300", "congressionalDistrict": "08", "lenderName": "Umortgage Llc", "address": { "zip": "22042", "city": "Falls Church", "county": "Fairfax County", "state": "VA", "street": "6822 Kincaid Ave", "address": "6822 Kincaid Ave, Falls Church, VA 22042" }, "mailAddress": { "zip": "22042", "city": "Falls Church", "county": "Fairfax County", "state": "VA", "street": "6822 Kincaid Ave", "address": "6822 Kincaid Ave, Falls Church, VA 22042" }, "age": 82 }, { "id": "200492095", "distance": 1, "vacant": false, "absenteeOwner": false, "corporateOwned": false, "outOfStateAbsenteeOwner": false, "inStateAbsenteeOwner": false, "bedrooms": 4, "bathrooms": 2, "yearBuilt": "1899", "squareFeet": "2484", "estimatedValue": "1409000", "estimatedEquity": "292033", "equityPercent": "20", "openMortgageBalance": "1119200", "estimatedMortgageBalance": "1116967", "lastSaleDate": "2025-04-09", "lastSaleAmount": "1399000", "mlsListingDate": "2025-03-25", "mlsLastStatusDate": "2025-04-12", "mlsLastSaleDate": "2025-04-12", "mlsSoldPrice": 1399000, "lotSquareFeet": "12933", "latitude": 38.893501669759935, "longitude": -77.17584724874173, "apn": "51-122-024", "apnUnformatted": "51122024", "fips": "51610", "landUse": "Residential", "propertyType": "SFR", "owner1FirstName": "Elizabeth Howe", "owner1LastName": "Hardardt", "owner2FirstName": "John", "owner2LastName": "Wright Iii", "taxAmount": "14279.07", "taxAssessedValue": 1220300, "garageAvailable": true, "airConditioningAvailable": true, "preForeclosure": false, "cashBuyer": false, "privateLender": false, "zoning": "R-1B DET.HOUSE", "censusTract": "500100", "congressionalDistrict": "08", "lenderName": "Wells Fargo Bank Na", "address": { "zip": "22046", "city": "Falls Church", "county": "Falls Church City", "state": "VA", "street": "543 Great Falls St", "address": "543 Great Falls St, Falls Church, VA 22046" }, "mailAddress": { "zip": "22046", "city": "Falls Church", "county": "Falls Church City", "state": "VA", "street": "543 Great Falls St", "address": "543 Great Falls St, Falls Church, VA 22046" }, "age": 126 }, { "id": "35756647", "distance": 1.94, "vacant": false, "absenteeOwner": false, "corporateOwned": false, "outOfStateAbsenteeOwner": false, "inStateAbsenteeOwner": false, "bedrooms": 4, "bathrooms": 2, "yearBuilt": "1950", "squareFeet": "1667", "estimatedValue": "668000", "estimatedEquity": "113590", "equityPercent": "17", "openMortgageBalance": "556000", "estimatedMortgageBalance": "554410", "lastSaleDate": "2025-03-28", "lastSaleAmount": "695000", "lotSquareFeet": "10218", "latitude": 38.85956429736935, "longitude": -77.17263070634544, "apn": "060-2-15-0053", "apnUnformatted": "0602150053", "fips": "51059", "landUse": "Residential", "propertyType": "SFR", "owner1FirstName": "Andrea", "owner1LastName": "Zuraf", "owner2FirstName": "Christopher S", "owner2LastName": "Blume", "taxAmount": "7635.90", "taxAssessedValue": 601350, "garageAvailable": false, "airConditioningAvailable": true, "preForeclosure": false, "cashBuyer": false, "privateLender": false, "zoning": "R-3(RESIDENTIAL 3 DU/AC)", "censusTract": "450400", "congressionalDistrict": "08", "lenderName": "Apple Fcu", "address": { "zip": "22042", "city": "Falls Church", "county": "Fairfax County", "state": "VA", "street": "6605 Barrett Rd", "address": "6605 Barrett Rd, Falls Church, VA 22042" }, "mailAddress": { "zip": "22042", "city": "Falls Church", "county": "Fairfax County", "state": "VA", "street": "6605 Barrett Rd", "address": "6605 Barrett Rd, Falls Church, VA 22042" }, "age": 75 }, { "id": "41781122", "distance": 1.27, "vacant": false, "absenteeOwner": false, "corporateOwned": false, "outOfStateAbsenteeOwner": false, "inStateAbsenteeOwner": false, "bedrooms": 4, "bathrooms": 2, "yearBuilt": "1974", "squareFeet": "2019", "estimatedValue": "1124000", "estimatedEquity": "906932", "equityPercent": "80", "openMortgageBalance": "350000", "estimatedMortgageBalance": "217068", "lastSaleDate": "2025-06-02", "lastSaleAmount": "1124362", "mlsListingDate": "2025-05-22", "mlsLastStatusDate": "2025-06-05", "mlsLastSaleDate": "2025-06-05", "mlsSoldPrice": 999900, "lotSquareFeet": "4121", "latitude": 38.89185564638765, "longitude": -77.18234317184533, "apn": "51-215-060", "apnUnformatted": "51215060", "fips": "51610", "landUse": "Residential", "propertyType": "SFR", "owner1FirstName": "Nahad", "owner1LastName": "Sadr Azodi", "taxAmount": "11260.65", "taxAssessedValue": 980000, "garageAvailable": true, "airConditioningAvailable": true, "preForeclosure": false, "cashBuyer": false, "privateLender": false, "zoning": "R-C RES.CLUSTER TOWNH", "censusTract": "500100", "congressionalDistrict": "08", "lenderName": "State Dept F C U", "address": { "zip": "22046", "city": "Falls Church", "county": "Falls Church City", "state": "VA", "street": "1000 Steeples Ct", "address": "1000 Steeples Ct, Falls Church, VA 22046" }, "mailAddress": { "zip": "22046", "city": "Falls Church", "county": "Falls Church City", "state": "VA", "street": "1000 Steeples Ct", "address": "1000 Steeples Ct, Falls Church, VA 22046" }, "age": 51 }, { "id": "44551895", "distance": 1.22, "vacant": false, "absenteeOwner": false, "corporateOwned": false, "outOfStateAbsenteeOwner": false, "inStateAbsenteeOwner": false, "bedrooms": 4, "bathrooms": 2, "yearBuilt": "1954", "squareFeet": "1000", "estimatedValue": "822900", "estimatedEquity": "822900", "equityPercent": "100", "openMortgageBalance": "0", "estimatedMortgageBalance": "0", "lastSaleDate": "2025-06-04", "lastSaleAmount": "800000", "mlsListingDate": "2025-04-04", "mlsLastStatusDate": "2025-06-05", "mlsLastSaleDate": "2025-06-05", "mlsSoldPrice": 825000, "lotSquareFeet": "6597", "latitude": 38.874383284705765, "longitude": -77.14274212649887, "apn": "12-018-009", "apnUnformatted": "12018009", "fips": "51013", "landUse": "Residential", "propertyType": "SFR", "owner1FirstName": "Bayasgalan", "owner1LastName": "Darisuren", "taxAmount": "8758.54", "taxAssessedValue": 822900, "garageAvailable": false, "airConditioningAvailable": true, "preForeclosure": false, "cashBuyer": true, "zoning": "R-6", "censusTract": "101200", "congressionalDistrict": "08", "lenderName": "Wells Fargo Bank Na", "address": { "zip": "22205", "city": "Arlington", "county": "Arlington County", "state": "VA", "street": "869 Patrick Henry Dr", "address": "869 Patrick Henry Dr, Arlington, VA 22205" }, "mailAddress": { "zip": "22205", "city": "Arlington", "county": "Arlington County", "state": "VA", "street": "869 Patrick Henry Dr", "address": "869 Patrick Henry Dr, Arlington, VA 22205" }, "age": 71 }, { "id": "195373063", "distance": 1.81, "vacant": false, "absenteeOwner": false, "corporateOwned": false, "outOfStateAbsenteeOwner": false, "inStateAbsenteeOwner": false, "bedrooms": 4, "bathrooms": 2, "yearBuilt": "1947", "squareFeet": "703", "estimatedValue": "990000", "estimatedEquity": "65446", "equityPercent": "6", "openMortgageBalance": "925350", "estimatedMortgageBalance": "924554", "lastSaleDate": "2025-05-30", "lastSaleAmount": "995000", "mlsListingDate": "2025-04-23", "mlsLastStatusDate": "2025-06-25", "mlsLastSaleDate": "2025-06-25", "mlsSoldPrice": 999999, "lotSquareFeet": "6750", "latitude": 38.873815763248345, "longitude": -77.13023374189333, "apn": "13-041-048", "apnUnformatted": "13041048", "fips": "51013", "landUse": "Residential", "propertyType": "SFR", "owner1FirstName": "Kevin", "owner1LastName": "Treacy", "owner2FirstName": "Riley", "owner2LastName": "Satterwhite", "taxAmount": "9038.50", "taxAssessedValue": 850000, "garageAvailable": false, "airConditioningAvailable": true, "preForeclosure": false, "cashBuyer": false, "privateLender": false, "zoning": "R-6", "censusTract": "101300", "congressionalDistrict": "08", "lenderName": "First Savings Mortgage Corp", "address": { "zip": "22205", "city": "Arlington", "county": "Arlington County", "state": "VA", "street": "714 N Kensington St", "address": "714 N Kensington St, Arlington, VA 22205" }, "mailAddress": { "zip": "22205", "city": "Arlington", "county": "Arlington County", "state": "VA", "street": "714 N Kensington St", "address": "714 N Kensington St, Arlington, VA 22205" }, "age": 78 }, { "id": "197184979", "distance": 1.46, "vacant": false, "absenteeOwner": false, "corporateOwned": true, "outOfStateAbsenteeOwner": false, "inStateAbsenteeOwner": false, "bedrooms": 4, "bathrooms": 2, "yearBuilt": "1943", "squareFeet": "1551", "estimatedValue": "1197000", "estimatedEquity": "455179", "equityPercent": "38", "openMortgageBalance": "742560", "estimatedMortgageBalance": "741821", "lastSaleDate": "2025-05-09", "lastSaleAmount": "1190000", "mlsListingDate": "2025-05-13", "mlsLastStatusDate": "2025-05-13", "mlsLastSaleDate": "2025-05-13", "mlsSoldPrice": 1249000, "lotSquareFeet": "6119", "latitude": 38.899037009937274, "longitude": -77.1388033360692, "apn": "02-054-021", "apnUnformatted": "02054021", "fips": "51013", "landUse": "Residential", "propertyType": "SFR", "owner1FirstName": "David", "owner1LastName": "Scavo", "owner2FirstName": "Natasha", "owner2LastName": "Gloger", "companyName": "Scavo, David; Gloger, Natasha", "taxAmount": "10097.32", "taxAssessedValue": 952500, "garageAvailable": true, "preForeclosure": false, "cashBuyer": false, "privateLender": false, "zoning": "R-6", "censusTract": "100200", "congressionalDistrict": "08", "lenderName": "Vellum Mortgage Llc", "address": { "zip": "22207", "city": "Arlington", "county": "Arlington County", "state": "VA", "street": "5301 26th St N", "address": "5301 26th St N, Arlington, VA 22207" }, "mailAddress": { "zip": "22207", "city": "Arlington", "county": "Arlington County", "state": "VA", "street": "5301 26th St N", "address": "5301 26th St N, Arlington, VA 22207" }, "age": 82 }, { "id": "195253395", "distance": 1.78, "vacant": false, "absenteeOwner": false, "corporateOwned": false, "outOfStateAbsenteeOwner": false, "inStateAbsenteeOwner": false, "bedrooms": 4, "bathrooms": 2, "yearBuilt": "1940", "squareFeet": "1165", "estimatedValue": "1084000", "estimatedEquity": "78810", "equityPercent": "7", "openMortgageBalance": "1007200", "estimatedMortgageBalance": "1005190", "lastSaleDate": "2025-04-28", "lastSaleAmount": "1259000", "mlsListingDate": "2025-03-26", "mlsLastStatusDate": "2025-05-14", "mlsLastSaleDate": "2025-05-14", "mlsSoldPrice": 1095000, "lotSquareFeet": "6150", "latitude": 38.899411250644874, "longitude": -77.13193749898828, "apn": "02-068-022", "apnUnformatted": "02068022", "fips": "51013", "landUse": "Residential", "propertyType": "SFR", "owner1FirstName": "Michael", "owner1LastName": "Frazier", "owner2FirstName": "Christina", "owner2LastName": "Frazier", "taxAmount": "9627.30", "taxAssessedValue": 907000, "garageAvailable": false, "airConditioningAvailable": true, "preForeclosure": false, "cashBuyer": false, "privateLender": false, "zoning": "R-6", "censusTract": "100200", "congressionalDistrict": "08", "lenderName": "Guaranteed Rate Inc", "address": { "zip": "22207", "city": "Arlington", "county": "Arlington County", "state": "VA", "street": "5021 25th St N", "address": "5021 25th St N, Arlington, VA 22207" }, "mailAddress": { "zip": "22207", "city": "Arlington", "county": "Arlington County", "state": "VA", "street": "5021 25th St N", "address": "5021 25th St N, Arlington, VA 22207" }, "age": 85 }, { "id": "47759651", "distance": 0.72, "vacant": false, "absenteeOwner": false, "corporateOwned": false, "outOfStateAbsenteeOwner": false, "inStateAbsenteeOwner": false, "bedrooms": 4, "bathrooms": 2, "yearBuilt": "1944", "squareFeet": "2176", "estimatedValue": "1476000", "estimatedEquity": "214522", "equityPercent": "14", "openMortgageBalance": "1264000", "estimatedMortgageBalance": "1261478", "lastSaleDate": "2025-04-15", "lastSaleAmount": "1580000", "lotSquareFeet": "7702", "latitude": 38.884519131612635, "longitude": -77.14681370664557, "apn": "11-045-021", "apnUnformatted": "11045021", "fips": "51013", "landUse": "Residential", "propertyType": "SFR", "owner1FirstName": "William A", "owner1LastName": "Heidepriem Baird", "owner2FirstName": "Libby A", "owner2LastName": "Baird", "taxAmount": "13255.20", "taxAssessedValue": 1258200, "garageAvailable": false, "airConditioningAvailable": true, "preForeclosure": false, "cashBuyer": false, "privateLender": false, "zoning": "R-6", "censusTract": "101100", "congressionalDistrict": "08", "lenderName": "Bank Of America Na", "address": { "zip": "22205", "city": "Arlington", "county": "Arlington County", "state": "VA", "street": "1414 N Ohio St", "address": "1414 N Ohio St, Arlington, VA 22205" }, "mailAddress": { "zip": "22205", "city": "Arlington", "county": "Arlington County", "state": "VA", "street": "1414 N Ohio St", "address": "1414 N Ohio St, Arlington, VA 22205" }, "age": 81 }, { "id": "198138776", "distance": 0.9, "vacant": false, "absenteeOwner": false, "corporateOwned": false, "outOfStateAbsenteeOwner": false, "inStateAbsenteeOwner": false, "bedrooms": 4, "bathrooms": 2, "yearBuilt": "1951", "squareFeet": "1242", "estimatedValue": "2307000", "estimatedEquity": "660293", "equityPercent": "28", "openMortgageBalance": "1650000", "estimatedMortgageBalance": "1646707", "lastSaleDate": "2025-04-30", "lastSaleAmount": "2200000", "mlsListingDate": "2025-05-09", "mlsLastStatusDate": "2025-06-05", "mlsLastSaleDate": "2025-06-05", "mlsSoldPrice": 1624900, "lotSquareFeet": "6440", "latitude": 38.89818434754835, "longitude": -77.1543588314006, "apn": "01-029-004", "apnUnformatted": "01029004", "fips": "51013", "landUse": "Residential", "propertyType": "SFR", "owner1FirstName": "Rodney", "owner1LastName": "Blanton", "owner2FirstName": "Tina", "owner2LastName": "Blanton", "taxAmount": "18513.42", "taxAssessedValue": 1792200, "garageAvailable": true, "airConditioningAvailable": true, "preForeclosure": false, "cashBuyer": false, "privateLender": false, "zoning": "R-8", "censusTract": "100100", "congressionalDistrict": "08", "lenderName": "Originpoint Llc", "address": { "zip": "22207", "city": "Arlington", "county": "Arlington County", "state": "VA", "street": "6300 29th St N", "address": "6300 29th St N, Arlington, VA 22207" }, "mailAddress": { "zip": "22207", "city": "Arlington", "county": "Arlington County", "state": "VA", "street": "6300 29th St N", "address": "6300 29th St N, Arlington, VA 22207" }, "age": 74 }, { "id": "195622164", "distance": 1.54, "vacant": true, "absenteeOwner": false, "corporateOwned": false, "outOfStateAbsenteeOwner": false, "inStateAbsenteeOwner": false, "bedrooms": 4, "bathrooms": 2, "yearBuilt": "1976", "squareFeet": "1641", "estimatedValue": "2111000", "estimatedEquity": "165081", "equityPercent": "7", "openMortgageBalance": "1950000", "estimatedMortgageBalance": "1945919", "lastSaleDate": "2025-04-28", "lastSaleAmount": "2500000", "mlsListingDate": "2025-03-26", "mlsLastStatusDate": "2025-05-09", "mlsLastSaleDate": "2025-05-09", "mlsSoldPrice": 2595000, "lotSquareFeet": "18591", "latitude": 38.90427362036133, "longitude": -77.17612482040228, "apn": "040-2-34-0004", "apnUnformatted": "0402340004", "fips": "51059", "landUse": "Residential", "propertyType": "SFR", "owner1FirstName": "Shun", "owner1LastName": "Miao", "owner2FirstName": "Wanying", "owner2LastName": "Ding", "taxAmount": "10642.44", "taxAssessedValue": 1036990, "garageAvailable": false, "airConditioningAvailable": true, "preForeclosure": false, "cashBuyer": false, "privateLender": false, "zoning": "R-3(RESIDENTIAL 3 DU/AC)", "censusTract": "470900", "congressionalDistrict": "08", "lenderName": "M & T Bank", "address": { "zip": "22043", "city": "Falls Church", "county": "Fairfax County", "state": "VA", "street": "6706 Montour Dr", "address": "6706 Montour Dr, Falls Church, VA 22043" }, "mailAddress": { "zip": "22043", "city": "Falls Church", "county": "Fairfax County", "state": "VA", "street": "6706 Montour Dr", "address": "6706 Montour Dr, Falls Church, VA 22043" }, "age": 49 }, { "id": "25911206", "distance": 1.2, "vacant": false, "absenteeOwner": false, "corporateOwned": false, "outOfStateAbsenteeOwner": false, "inStateAbsenteeOwner": false, "bedrooms": 4, "bathrooms": 2, "yearBuilt": "1944", "squareFeet": "1425", "estimatedValue": "860000", "estimatedEquity": "80776", "equityPercent": "9", "openMortgageBalance": "780000", "estimatedMortgageBalance": "779224", "lastSaleDate": "2025-06-02", "lastSaleAmount": "860000", "mlsListingDate": "2025-05-19", "mlsLastStatusDate": "2025-06-02", "mlsLastSaleDate": "2025-06-02", "mlsSoldPrice": 860000, "lotSquareFeet": "6188", "latitude": 38.87666939594372, "longitude": -77.1788333530081, "apn": "050-2-06-0403", "apnUnformatted": "0502060403", "fips": "51059", "landUse": "Residential", "propertyType": "SFR", "owner1FirstName": "Erin", "owner1LastName": "Sulla", "owner2FirstName": "Ian", "owner2LastName": "Winston", "taxAmount": "9669.80", "taxAssessedValue": 774080, "garageAvailable": false, "airConditioningAvailable": true, "preForeclosure": false, "cashBuyer": false, "privateLender": false, "zoning": "R-4(RESIDENTIAL 4 DU/AC)", "censusTract": "450300", "congressionalDistrict": "08", "lenderName": "Wright Patman Congressional Fcu", "address": { "zip": "22042", "city": "Falls Church", "county": "Fairfax County", "state": "VA", "street": "2811 Winchester Way", "address": "2811 Winchester Way, Falls Church, VA 22042" }, "mailAddress": { "zip": "22042", "city": "Falls Church", "county": "Fairfax County", "state": "VA", "street": "2811 Winchester Way", "address": "2811 Winchester Way, Falls Church, VA 22042" }, "age": 81 }, { "id": "25589280", "distance": 1.92, "vacant": false, "absenteeOwner": false, "corporateOwned": false, "outOfStateAbsenteeOwner": false, "inStateAbsenteeOwner": false, "bedrooms": 4, "bathrooms": 2, "yearBuilt": "1946", "squareFeet": "1246", "estimatedValue": "721000", "estimatedEquity": "19153", "equityPercent": "2", "openMortgageBalance": "703250", "estimatedMortgageBalance": "701847", "lastSaleDate": "2025-04-14", "lastSaleAmount": "725000", "mlsListingDate": "2025-03-25", "mlsLastStatusDate": "2025-04-13", "mlsLastSaleDate": "2025-04-13", "mlsSoldPrice": 735000, "lotSquareFeet": "8910", "latitude": 38.87239805047829, "longitude": -77.19112791448603, "apn": "050-3-09-0031", "apnUnformatted": "0503090031", "fips": "51059", "landUse": "Residential", "propertyType": "SFR", "owner1FirstName": "Joanna", "owner1LastName": "Steele", "taxAmount": "7931.80", "taxAssessedValue": 626480, "garageAvailable": false, "airConditioningAvailable": true, "preForeclosure": false, "cashBuyer": false, "privateLender": false, "zoning": "R-4(RESIDENTIAL 4 DU/AC)", "censusTract": "450200", "congressionalDistrict": "08", "lenderName": "Movement Mortgage", "address": { "zip": "22042", "city": "Falls Church", "county": "Fairfax County", "state": "VA", "street": "2914 Graham Rd", "address": "2914 Graham Rd, Falls Church, VA 22042" }, "mailAddress": { "zip": "22042", "city": "Falls Church", "county": "Fairfax County", "state": "VA", "street": "2914 Graham Rd", "address": "2914 Graham Rd, Falls Church, VA 22042" }, "age": 79 } ], "reapiAvm": "1234592.67", "reapiAvmLow": "1172863.03", "reapiAvmHigh": "1296322.30", "warning": "", "recordCount": 19, "statusCode": 200, "statusMessage": "Success", "requestExecutionTimeMS": "274ms" } } }, "schema": { "type": "object", "properties": {} } } } }, "404": { "description": "Not Found", "content": { "application/json": { "examples": { "Result": { "value": { "live": true, "input": { "address": "123 Main St, Gasburg, VA 23857" }, "subject": {}, "comps": [], "reason": "Found street is not similar: Stanley", "statusCode": 404, "statusMessage": "Not Found", "requestExecutionTimeMS": "26ms" } } } } } } }, "deprecated": false } } }, "x-readme": { "headers": [ { "key": "x-user-id", "value": "UniqueUserIdentifier" } ], "explorer-enabled": true, "proxy-enabled": true }, "x-readme-fauxas": true } ```