Find prices of sold properties

Whether it is property market analytics or building a comp report for your MLS, Datafiniti has data on a sold property to help you. In this guide, we will show how to build a query using Datafiniti's property transaction data to search for sold properties.

Using transaction data

Our transaction field provides a more in-depth breakdown of what a property sold for in terms of price. We will utilize this field by building a query in the Charlotte North Carolina area.

{
    "query":"country:US AND transactions:* AND province:NC AND city:charlotte",
    "num_records":1
}

Shown here is a sample of the transaction data to expect. To learn more please read the transaction field of Property Data Schema

 "transactions": [
                {
                    "saleDate": "2023-03-27T00:00:00.000Z",
                    "documentType": "Warranty Deed",
                    "price": 434500,
                    "sellerFirstName": "Terry",
                    "sellerLastName": "Carteret",
                    "buyerFirstName": "Hannah",
                    "buyerLastName": "Whilhite",
                    "lenderName": "Maureen Chew Etal",
                    "loanType": "Conventional",
                    "loanAmount": 343000,
                    "mortgageTerm": 360,
                    "parcelNumber": "219-192-16"
                }

Refining the query to a price range

Now we will utilize the price sub-field to build a range of price that we would like to return. Let look for property between 300,000$ and $1,000,000.

{
    "query":"country:US AND transactions:* AND province:NC AND city:charlotte AND transactions.price:[300000 TO 1000000]",
    "num_records":10
}

Filtering by property type

Lastly let's add a filter for a single family home. For more information on the possible propertyTypes you can visit here Possible Values for Property Fields

{
    "query":"country:US AND transactions:* AND province:NC AND city:charlotte AND transactions.price:[300000 TO 1000000] AND propertyType:\"Single Family Dwelling\"",
    "num_records":1
}

Example record

Here is an example of a record you may get:

{
    "num_found": 46,
    "total_cost": 1,
    "records": [
        {
            "address": "11100 Tara Oaks Dr",
            "brokers": [
                {
                    "agent": "Russell DeShields",
                    "company": "EXP Realty LLC Ballantyne",
                    "dateSeen": "2023-04-13T13:34:00.000Z",
                    "phones": [
                        "+1 704-965-4217",
                        "+1 888-440-2798",
                        "8884402798",
                        "704-965-4217"
                    ]
                }
            ],
            "city": "Charlotte",
            "country": "US",
            "dateAdded": "2020-01-09T12:18:44Z",
            "dateUpdated": "2023-04-13T13:33:50Z",
            "descriptions": [
                {
                    "dateSeen": "2023-04-13T13:34:00.000Z",
                    "value": "Come home to this beautiful full brick house that is nestled in the middle of a 3 acre level wooded lot with no HOA. You will find many places to gather with friends and family in the shade. It is very secluded yet only minutes from 485 for quick access around the city and only 35 minutes to CLT airport. This charming home has a warm cozy feel as you settle in for an evening in your living room in front of the wood-burning fireplace.  This traditional home has 3 bedrooms, 2 full baths, kitchen with breakfast area, separate dining room, large entry foyer, large den with fireplace, two car attached garage with interior storage room and a large master suite with bay window overlooking backyard patio. There is a nice 10’ X 14’ outside work shed to create those projects for the family. The home is equipped with a new extensive water purification system. Killingsworth Environmental has regularly maintained this house. Check out virtual tour"
                },
                {
                    "dateSeen": "2022-09-20T13:53:00.000Z",
                    "value": "Come home to this beautiful full brick house that is nestled in the middle of a 3 acre level wooded lot with no HOA. You will find many places to gather with friends and family in the shade. It is very secluded yet only minutes from 485 for quick access around the city and only 35 minutes to CLT airport. This charming home has a warm cozy feel as you settle in for an evening in your living room in front of the wood-burning fireplace. This traditional home has 3 bedrooms, 2 full baths, kitchen with breakfast area, separate dining room, large entry foyer, large den with fireplace, two car attached garage with interior storage room and a large master suite with bay window overlooking backyard patio. There is a nice 10’ X 14’ outside work shed to create those projects for the family. The home is equipped with a new extensive water purification system. Killingsworth Environmental has regularly maintained this house. Check out virtual tour"
                },
                {
                    "dateSeen": "2020-09-05T21:26:00.000Z",
                    "value": "11100 Tara Oaks Dr is a house in Charlotte, NC 28227. This 2,245 square foot house sits on a 3 acre lot and features 3 bedrooms and 2 bathrooms. This property was built in 1987 and last sold for $21,000. Based on Redfin's Charlotte data, we estimate the home's value is $352,511. Comparable nearby homes include 9910 Hanging Moss Trl, 9113 Surrey Rd, and 9101 Surrey Rd. 11100 Tara Oaks Dr is near North East Community Park, Sonic Automotive Headquarters and Plaza Road Park. This address can also be written as 11100 Tara Oaks Drive, Charlotte, North Carolina 28227."
                },
                {
                    "dateSeen": "2020-01-08T02:32:00.000Z",
                    "value": "11100 Tara Oaks Dr is a house in Charlotte, NC 28227. This 2,245 square foot house sits on a 3 acre lot and features 3 bedrooms and 2 bathrooms. This property was built in 1987 and last sold for $21,000. Based on Redfin's Charlotte data, we estimate the home's value is $344,360. Comparable nearby homes include 9902 Mill Grove Rd, 8730 Ira Flowe Rd, and 10308 Hanging Moss Trl. 11100 Tara Oaks Dr is near North East Community Park, Sonic Automotive Headquarters and Plaza Road Park. This address can also be written as 11100 Tara Oaks Drive, Charlotte, North Carolina 28227."
                },
                {
                    "dateSeen": "2023-02-01T23:16:00.000Z",
                    "value": "Come home to this beautiful full brick house that is nestled in the middle of a 3 acre level wooded lot with no HOA. You will find many places to gather with friends and family in the shade. It is very secluded yet only minutes from 485 for quick access around the city and only 35 minutes to CLT airport. This charming home has a warm cozy feel as you settle in for an evening in your living room in front of the wood-burning fireplace. This traditional home has 3 bedrooms, 2 full baths, kitchen with breakfast area, separate dining room, large entry foyer, large den with fireplace, two car attached garage with interior storage room and a large master suite with bay window overlooking backyard patio. There is a nice 10 X 14 outside work shed to create those projects for the family. The home is equipped with a new extensive water purification system. Killingsworth Environmental has regularly maintained this house. Check out virtual tour Schedule a Private Showing"
                },
                {
                    "dateSeen": "2023-02-24T06:21:00.000Z",
                    "value": "Come home to this beautiful full brick house that is nestled in the middle of a 3 acre level wooded lot with no HOA. You will find many places to gather with friends and family in the shade. It is very secluded yet only minutes from 485 for quick access around the city and only 35 minutes to CLT airport. This charming home has a warm cozy feel as you settle in for an evening in your living room in front of the wood-burning fireplace. This traditional home has 3 bedrooms, 2 full baths, kitchen with breakfast area, separate dining room, large entry foyer, large den with fireplace, two car attached garage with interior storage room and a large master suite with bay window overlooking backyard patio. There is a nice 10’ X 14’ outside work shed to create those projects for the family. The home is equipped with a new extensive water purification system. Killingsworth Environmental has regularly maintained this house. Check out virtual tour Continue readingCome home to this beautiful full brick house that is nestled in the middle of a 3 acre level wooded lot with no HOA. You will find many places to gather with friends and family in the shade. It is very secluded yet only minutes from 485 for quick access around the city and only 35 minutes to CLT airport. This charming home has a warm cozy feel as you settle in for an evening in your living room in front of the wood-burning fireplace. This traditional home has 3 bedrooms, 2 full baths, kitchen with breakfast area, separate dining room, large entry foyer, large den with fireplace, two car attached garage with interior storage room and a large master suite with bay window overlooking backyard patio. There is a nice 10’ X 14’ outside work shed to create those projects for the family. The home is equipped with a new extensive water purification system. Killingsworth Environmental has regularly maintained this house. Check out virtual tour"
                },
                {
                    "dateSeen": "2023-01-21T04:46:00.000Z",
                    "value": "Come home to this beautiful full brick house that is nestled in the middle of a 3 acre level wooded lot with no HOA. You will find many places to gather with friends and family in the shade. It is very secluded yet only minutes from 485 for quick access around the city and only 35 minutes to CLT airport. This charming home has a warm cozy feel as you settle in for an evening in your living room in front of the wood-burning fireplace.This traditional home has 3 bedrooms, 2 full baths, kitchen with breakfast area, separate dining room, large entry foyer, large den with fireplace, two car attached garage with interior storage room and a large master suite with bay window overlooking backyard patio. There is a nice 10 X 14 outside work shed to create those projects for the family. The home is equipped with a new extensive water purification system. Killingsworth Environmental has regularly maintained this house. Check out virtual tour"
                },
                {
                    "dateSeen": "2023-02-03T01:21:00.000Z",
                    "value": "Come home to this beautiful full brick house that is nestled in the middle of a 3 acre level wooded lot with no HOA. You will find many places to gather with friends and family in the shade. It is very secluded yet only minutes from 485 for quick access around the city and only 35 minutes to CLT airport. This charming home has a warm cozy feel as you settle in for an evening in your living room in front of the wood-burning fireplace. This traditional home has 3 bedrooms, 2 full baths, kitchen with breakfast area, separate dining room, large entry foyer, large den with fireplace, two car attached garag..."
                },
                {
                    "dateSeen": "2023-04-12T11:57:00.000Z",
                    "value": "Come home to this beautiful full brick house that is nestled in the middle of a 3 acre level wooded lot with no HOA. You will find many places to gather with friends and family in the shade. It is very secluded yet only minutes from 485 for quick access around the city and only 35 minutes to CLT airport. This charming home has a warm cozy feel as you settle in for an evening in your living room in front of the wood-burning fireplace. This traditional home has 3 bedrooms, 2 full baths, kitchen with breakfast area, separate dining room, large entry foyer, large den with fireplace, two car attached garage with interior storage room and a large master suite with bay window overlooking backyard patio. There is a nice 10’ X 14’ outside work shed to create those projects for the family. The home is equipped with a new extensive water purification system. Killingsworth Environmental has regularly maintained this house. Check out virtual tour"
                }
            ],
            "features": [
                {
                    "key": "Structure Type",
                    "value": [
                        "One Story"
                    ]
                },
                {
                    "key": "Laundry Features",
                    "value": [
                        "Laundry Room",
                        "Main Level"
                    ]
                },
                {
                    "key": "Mortgage Estimate",
                    "replace": "true",
                    "value": [
                        "Monthly Total: $3,329"
                    ]
                },
                {
                    "key": "Buyer's Agent Commission",
                    "value": [
                        "2.5%"
                    ]
                },
                {
                    "key": "Tax Assessed Value",
                    "value": [
                        "341000"
                    ]
                },
                {
                    "key": "Compass Type",
                    "value": [
                        "Single Family"
                    ]
                },
                {
                    "key": "Laundry Room Information",
                    "value": [
                        "Laundry Features: Main Level, Laundry Room",
                        "Laundry Features: Laundry Room, Main Level"
                    ]
                },
                {
                    "key": "Office phone",
                    "value": [
                        "(888) 440-2798"
                    ]
                },
                {
                    "key": "ParkingGarageArea",
                    "value": [
                        "532"
                    ]
                },
                {
                    "key": "Flooring",
                    "value": [
                        "Wood",
                        "Carpet, Hardwood, Wood",
                        "Carpet",
                        "Hardwood"
                    ]
                },
                {
                    "key": "Fireplace Features",
                    "value": [
                        "Den",
                        "Wood Burning"
                    ]
                },
                {
                    "key": "Foundation",
                    "value": [
                        "RAISED (UNSPECIFIED)"
                    ]
                },
                {
                    "key": "Architectural Style",
                    "value": [
                        "Traditional"
                    ]
                },
                {
                    "key": "Postal Code (28227) Transport Description",
                    "value": [
                        "There is a minimal amount of infrastructure for biking."
                    ]
                },
                {
                    "key": "Days On Site",
                    "value": [
                        "16",
                        "10"
                    ]
                },
                {
                    "key": "HOA Fees",
                    "value": [
                        "-"
                    ]
                },
                {
                    "key": "AT&T FiberSpectrumAT&T InternetViasat InternetHughesNet",
                    "value": [
                        "Water Source: Filtration System, Water Softener System, Well",
                        "Learn more about different Internet speeds and connection types.AT&T FiberSpeed up to5000 Mbps (Fast) FiberSpectrumSpeed up to1000 Mbps (Fast) CableAT&T InternetSpeed up to100 Mbps (Fast) DSLViasat InternetSpeed up to50 Mbps (Moderate) SatelliteHughesNetSpeed up to25 Mbps (Moderate) SatelliteThis home is serviced by 5 Internet service providers, including AT&T Fiber, Spectrum, AT&T Internet, Viasat Internet. The best available Internet option for This home is provided by AT&T Fiber, using Fiber technology with speeds up to 5000 Mbps. Additional Internet options for this home include Cable, DSL, Satellite, Satellite provided by Spectrum, AT&T Internet, Viasat Internet.Internet data is provided by BroadbandNow for informational purposes only and is not guaranteed. Internet provider, connection type, and speed availability may change. Redfin recommends buyers conduct their own investigation to determine their desired internet options. To verify internet details, contact the provider directly. Learn more about Internet data on Redfin.Internet access doesn't impact everyone equally. Learn more about the digital divide.Internet: High speed available",
                        "Water Heater Information: Electric",
                        "Sewer: Septic Installed"
                    ]
                },
                {
                    "value": [
                        "8221 Quarters Ln, Mint Hill, NC 28227",
                        "10124 Hanging Moss Trl, Mint Hill, NC 28227",
                        "8516 Quarters Ln, Mint Hill, NC 28227"
                    ],
                    "key": "Nearby Recently Sold Homes"
                },
                {
                    "key": "Lot Features",
                    "value": [
                        "Wooded",
                        "Private"
                    ]
                },
                {
                    "key": "Price Trends",
                    "value": [
                        "Typical Home Value by sqft: $136, This home: $172 26% above*",
                        "Typical home value: $268,678, This home: $385,872 44% above*"
                    ]
                },
                {
                    "key": "Road Responsibility",
                    "value": [
                        "Public Maintained Road"
                    ]
                },
                {
                    "key": "Taxable Value",
                    "value": [
                        "Additions: $239,000",
                        "Total: $276,200",
                        "Land: $70,100",
                        "Land: $102,000",
                        "Total: $341,000",
                        "Additions: $206,100"
                    ]
                },
                {
                    "key": "Sub Type",
                    "value": [
                        "Single Family Residence"
                    ]
                },
                {
                    "key": "Lot Information",
                    "value": [
                        "County Use Description: SINGLE FAMILY RES. - RURAL AC",
                        "Road Responsibility: Publicly Maintained Road",
                        "Land Sq. Ft: 130,680",
                        "Lot Size Area: 3",
                        "Road Surface Type: Asphalt",
                        "Road Responsibility: Public Maintained Road",
                        "Land Use Code: Sfr",
                        "Zoning Code: R",
                        "Fire District: PROVIDENCE",
                        "Acres: 3",
                        "Lot Size Acres: 3",
                        "Municipality Name: COUNTY",
                        "Lot Size Units: Acres",
                        "Municipality Type: MECK",
                        "# of Buildings: 1",
                        "Zoning NCM: R",
                        "Lot Features: Private, Wooded, Wooded"
                    ]
                },
                {
                    "key": "Amenities",
                    "value": [
                        "Private Outdoor Space",
                        "Foyer",
                        "Garage",
                        "Parking Included",
                        "Air Conditioning",
                        "Washer / Dryer Hookup",
                        "Laundry in Building",
                        "Traditional",
                        "Formal Dining Room",
                        "Attached Garage"
                    ]
                },
                {
                    "key": "Fireplace",
                    "value": [
                        "YES"
                    ]
                },
                {
                    "key": "Porch",
                    "value": [
                        "Back",
                        "Patio"
                    ]
                },
                {
                    "key": "Parcel Number",
                    "value": [
                        "197-141-15"
                    ]
                },
                {
                    "key": "Bathrooms Full",
                    "value": [
                        "2"
                    ]
                },
                {
                    "key": "Buyer Agency Compensation",
                    "value": [
                        "2.5"
                    ]
                },
                {
                    "key": "Middle School",
                    "value": [
                        "Northeast"
                    ]
                },
                {
                    "key": "Condo/Co-op Fees",
                    "value": [
                        "-"
                    ]
                },
                {
                    "key": "Est. Mo. Payment",
                    "value": [
                        "$3,261",
                        "$3,101",
                        "$3,057",
                        "$3,320",
                        "$3,103",
                        "$3,311",
                        "$3,329",
                        "$3,181",
                        "$3,328",
                        "$3,070",
                        "$3,119",
                        "$3,308"
                    ]
                },
                {
                    "key": "Home Information",
                    "value": [
                        "Above Grade Finished Area: 2,351",
                        "Total Primary HLA: 2351",
                        "Sq. Ft. Upper: 0",
                        "Sq. Ft. Lower: 0",
                        "Foundation Details: Crawl Space",
                        "Levels: One",
                        "Sq. Ft. Third: 0",
                        "Building Area Total: 2351",
                        "Living Area: 2351",
                        "Living Area Units: Square Feet",
                        "Structure Type: One Story",
                        "Total Property HLA Sq. Ft.: 2351",
                        "Sq. Ft. Main: 2351"
                    ]
                },
                {
                    "key": "Parking",
                    "value": [
                        "Garage, Garage - Attached"
                    ]
                },
                {
                    "key": "Zoning",
                    "value": [
                        "R"
                    ]
                },
                {
                    "key": "Subdivision",
                    "value": [
                        "Tara Oaks"
                    ]
                },
                {
                    "key": "Assessor Information",
                    "value": [
                        "Assessment Year: 2021",
                        "Assessment Year: 2019",
                        "Assessment Year: 2018"
                    ]
                },
                {
                    "key": "Type",
                    "value": [
                        "Residential"
                    ]
                },
                {
                    "key": "Utility InformationAT&T FiberSpectrumAT&T InternetViasat InternetHughesNet",
                    "value": [
                        "Water Source: Filtration System, Water Softener System, Well",
                        "Learn more about different Internet speeds and connection types.AT&T FiberSpeed up to5000 Mbps (Fast) FiberSpectrumSpeed up to1000 Mbps (Fast) CableAT&T InternetSpeed up to100 Mbps (Fast) DSLViasat InternetSpeed up to50 Mbps (Moderate) SatelliteHughesNetSpeed up to25 Mbps (Moderate) SatelliteThis home is serviced by 5 Internet service providers, including AT&T Fiber, Spectrum, AT&T Internet, Viasat Internet. The best available Internet option for This home is provided by AT&T Fiber, using Fiber technology with speeds up to 5000 Mbps. Additional Internet options for this home include Cable, DSL, Satellite, Satellite provided by Spectrum, AT&T Internet, Viasat Internet.Internet data is provided by BroadbandNow for informational purposes only and is not guaranteed. Internet provider, connection type, and speed availability may change. Redfin recommends buyers conduct their own investigation to determine their desired internet options. To verify internet details, contact the provider directly. Learn more about Internet data on Redfin.Internet access doesn't impact everyone equally. Learn more about the digital divide.Internet: High speed available",
                        "Water Heater Information: Electric",
                        "Sewer: Septic Installed"
                    ]
                },
                {
                    "key": "Sewer",
                    "value": [
                        "Septic Installed"
                    ]
                },
                {
                    "key": "Appliances",
                    "value": [
                        "Electric Cooktop",
                        "Electric Oven",
                        "Exhaust Hood",
                        "Dishwasher",
                        "Disposal",
                        "Cooktop, Cooktop - Electric, Dishwasher, Garbage Disposer, Washer"
                    ]
                },
                {
                    "key": "Heating",
                    "value": [
                        "Forced Air",
                        "Central"
                    ]
                },
                {
                    "key": "Location Information",
                    "value": [
                        "Parcel Location Influence: Rural",
                        "Directions: I-485 Pineville/Matthews to right onto exit 44/ Mint Hill, Right onto Fairview Rd, left onto Brief Rd, Right onto Indian Trail Rd,"
                    ]
                },
                {
                    "key": "AreaGross",
                    "value": [
                        "2833"
                    ]
                },
                {
                    "key": "Multi-Unit Information",
                    "value": [
                        "# of Units: 0"
                    ]
                },
                {
                    "key": "Postal Code (28227) Real Estate Sales (Last 30 Days)",
                    "value": [
                        "Avg. Down Payment: 1.0%",
                        "Median $ / Sq. Ft.: $143",
                        "Avg. # Offers: 1",
                        "# Sold Homes: 89",
                        "Median List Price: $300K",
                        "Median Sale / List: 100.1%",
                        "# Sold Homes: 62",
                        "Avg. Down Payment: 17.1%",
                        "Median $ / Sq. Ft.: $127",
                        "Median List Price: $325K",
                        "Median Sale / List: 98.3%"
                    ]
                },
                {
                    "key": "Heating & Cooling",
                    "value": [
                        "Heating Information: Electric, Forced Air",
                        "Heating Information: Central, Forced Air",
                        "Cooling Information: Central Air",
                        "Air Conditioning Type: Central",
                        "Heating Type: Hot Air",
                        "Heating Information: Central, Electric, Forced Air"
                    ]
                },
                {
                    "key": "Exterior1Code",
                    "value": [
                        "BRICK VENEER"
                    ]
                },
                {
                    "key": "Time on Redfin",
                    "value": [
                        "206 days"
                    ],
                    "replace": "true"
                },
                {
                    "key": "HVACCoolingDetail",
                    "value": [
                        "CENTRAL"
                    ]
                },
                {
                    "key": "Listing Information",
                    "value": [
                        "Buyer Agency Compensation Type: %",
                        "Sub Agency Compensation Type: Percentage",
                        "Sub Agency Compensation: 2.5",
                        "Sub Agency Compensation Type: %",
                        "Buyer Agency Compensation: 2.5",
                        "Exception YN: 0"
                    ]
                },
                {
                    "key": "Parcel ID",
                    "value": [
                        "197-141-15"
                    ]
                },
                {
                    "key": "Interior Features",
                    "value": [
                        "Room Count: 8",
                        "Roof Types - Composition Shingle",
                        "Flooring: Carpet, Hardwood, Wood",
                        "Interior Features: Garage Shop, Walk-in Closet(s)",
                        "Appliances: Electric Cooktop, Dishwasher, Disposal, Electric Oven, Exhaust Hood",
                        "Floor Coverings - CarpetHardwood",
                        "Interior Features: Walk-in Closet(s)",
                        "Appliances: Dishwasher, Disposal, Electric Cooktop, Electric Oven, Electric Water Heater, Exhaust Hood, Filtration System, Water Softener"
                    ]
                },
                {
                    "key": "Bedrooms Total",
                    "value": [
                        "3"
                    ]
                },
                {
                    "key": "Tax Record",
                    "value": [
                        "2019: $2,907",
                        "2018: $3,115"
                    ]
                },
                {
                    "key": "Price History - Compass",
                    "value": [
                        "Date: Mon Jul 11 2022 - Price: $600000 - Event: Listed (Active)",
                        "Date: Fri Jan 06 2023 - Price: $550000 - Event: Expired"
                    ]
                },
                {
                    "key": "Room Information",
                    "value": [
                        "# of Rooms: 6"
                    ]
                },
                {
                    "key": "Special Listing Conditions",
                    "value": [
                        "None"
                    ]
                },
                {
                    "key": "Comparable Sales Nearby",
                    "value": [
                        "Address: 8024 Juniper Ct, Indian Trail, NC - Distance: 4.17 - Property Type: Single-Family Home - Sold Price: $310,000 - Sold Date: 11/12/20 - Bed: 4 - Bath: 2.5 - Sqft: 2,426",
                        "Address: 5541 Versage Dr, Mint Hill, NC - Distance: 4.85 - Property Type: Single-Family Home - Sold Price: $338,000 - Sold Date: 12/04/20 - Bed: 3 - Bath: 3 - Sqft: 2,919",
                        "Address: 8208 White Ash Ct, Mint Hill, NC - Distance: 1.14 - Property Type: Single-Family Home - Sold Price: $350,000 - Sold Date: 11/09/20 - Bed: 3 - Bath: 3 - Sqft: 2,460",
                        "Address: 11500 Cresthill Dr, Mint Hill, NC - Distance: 4.16 - Property Type: Single-Family Home - Sold Price: $410,000 - Sold Date: 11/17/20 - Bed: 3 - Bath: 4 - Sqft: 3,271",
                        "Address: 10316 Clubhouse View Ln, Mint Hill, NC - Distance: 2.13 - Property Type: Single-Family Home - Sold Price: $560,000 - Sold Date: 11/09/20 - Bed: 5 - Bath: 4 - Sqft: 3,697",
                        "Address: 10629 Stone Bunker Dr, Mint Hill, NC - Distance: 2.45 - Property Type: Single-Family Home - Sold Price: $435,000 - Sold Date: 12/02/20 - Bed: 4 - Bath: 3 - Sqft: 3,148",
                        "Address: 1224 Polk Ford Rd, Stanfield, NC - Distance: 4.62 - Property Type: Single-Family Home - Sold Price: $575,000 - Sold Date: 11/20/20 - Bed: 3 - Bath: 2 - Sqft: 1,750",
                        "Address: 7125 Olde Sycamore Dr, Mint Hill, NC - Distance: 2.29 - Property Type: Single-Family Home - Sold Price: $539,900 - Sold Date: 11/24/20 - Bed: 4 - Bath: 4 - Sqft: 3,341",
                        "Address: 2657 Willowbrook Dr, Matthews, NC - Distance: 4.16 - Property Type: Single-Family Home - Sold Price: $342,500 - Sold Date: 11/20/20 - Bed: 4 - Bath: 3 - Sqft: 2,200",
                        "Address: 13650 Marycrest Ln, Charlotte, NC - Distance: 2.52 - Property Type: Single-Family Home - Sold Price: $485,000 - Sold Date: 11/23/20 - Bed: 5 - Bath: 3 - Sqft: 3,471"
                    ]
                },
                {
                    "key": "Redfin Estimate (Price)",
                    "replace": "true",
                    "value": [
                        "$530,505"
                    ]
                },
                {
                    "key": "PropertyUseGroup",
                    "value": [
                        "Residential"
                    ]
                },
                {
                    "key": "Zoning Description",
                    "value": [
                        "R"
                    ]
                },
                {
                    "key": "Taxes",
                    "value": [
                        "-"
                    ]
                },
                {
                    "key": "Contact info",
                    "value": [
                        "Sign up to see info"
                    ]
                },
                {
                    "key": "Price History - Redfin",
                    "value": [
                        "Date: 10/26/2022 - Price: N/A - Event: Contingent",
                        "Date: 1/18/2023 - Price: N/A - Event: Relisted",
                        "Date: 7/11/2022 - Price: $600000 - Event: Listed",
                        "Date: 8/1/1986 - Price: $21000 - Event: Sold (Public Records)",
                        "Date: 2/13/2023 - Price: N/A - Event: Pending",
                        "Date: 1/9/2023 - Price: N/A - Event: Relisted",
                        "Date: 3/27/2023 - Price: $547500 - Event: Sold (Public Records)",
                        "Date: 8/11/2022 - Price: $550000 - Event: Price Changed",
                        "Date: 7/8/2022 - Price: $600000 - Event: Coming Soon"
                    ],
                    "replace": "true"
                },
                {
                    "key": "HVACHeatingDetail",
                    "value": [
                        "YES"
                    ]
                },
                {
                    "value": [
                        "Fri Aug 01 1986 00:00:00 GMT+0000 (Coordinated Universal Time) - Sold (Public Records) - $21,000"
                    ],
                    "key": "Property History"
                },
                {
                    "key": "Days on Market",
                    "value": [
                        "124"
                    ],
                    "replace": "true"
                },
                {
                    "key": "Directions",
                    "value": [
                        "I-485 Pineville/Matthews to right onto exit 44/ Mint Hill",
                        "Right onto Fairview Rd",
                        "left onto Brief Rd",
                        "Right onto Indian Trail Rd"
                    ]
                },
                {
                    "key": "MLS Type",
                    "value": [
                        "Residential / Single Family Residence"
                    ]
                },
                {
                    "key": "Building Area Total",
                    "value": [
                        "2351"
                    ]
                },
                {
                    "key": "Building Information",
                    "value": [
                        "Construction Type: Site Built",
                        "Roof: Shingle",
                        "Construction Materials: Brick Full",
                        "Construction Materials: Brick"
                    ]
                },
                {
                    "key": "Property Information",
                    "value": [
                        "Property Type: Residential",
                        "Property Sub Type: Single Family Residence",
                        "Ground Floor Sq. Ft: 2,245",
                        "Above Grade Finished Area: 2,351",
                        "# of Units: 1",
                        "Zoning: R",
                        "Building Sq. Ft: 2,833",
                        "Legal Description: L2M21-388 11100 TARA OAKS",
                        "Zoning Specification: R",
                        "Stories Type: 1",
                        "Living Sq. Ft: 2,245",
                        "# of Stories: 1",
                        "Other Structures: Shed(s), Workshop"
                    ]
                },
                {
                    "value": [
                        "The Huntley, Mint Hill, NC 28227",
                        "15317 Altomonte Ave, Mint Hill, NC 28227",
                        "The Kipling, Mint Hill, NC 28227",
                        "The Hamilton, Mint Hill, NC 28227",
                        "Portico - Columbus Corporate, Stallings, NC 28104",
                        "Weston, Mint Hill, NC 28227",
                        "Wyndham, Mint Hill, NC 28227",
                        "The Wakefield, Mint Hill, NC 28227",
                        "The Kemp, Mint Hill, NC 28227"
                    ],
                    "key": "Nearby Similar Homes"
                },
                {
                    "key": "Bathrooms",
                    "value": [
                        "2"
                    ]
                },
                {
                    "key": "Construction Type",
                    "value": [
                        "Site Built"
                    ]
                },
                {
                    "key": "Community",
                    "value": [
                        "Tara Oaks"
                    ]
                },
                {
                    "key": "Property Assessment",
                    "value": [
                        "Assessment: $341,000"
                    ]
                },
                {
                    "key": "APN",
                    "value": [
                        "19714115"
                    ]
                }
            ],
            "floorSizeValue": 2351,
            "floorSizeUnit": "sq ft",
            "geoLocation": "POINT (-80.581273799 35.1843814)",
            "latitude": "35.1843814",
            "listingName": "11100 Tara Oaks Drive",
            "longitude": "-80.581273799",
            "lotSizeValue": 130680,
            "lotSizeUnit": "sqft",
            "managedBy": [
                {
                    "dateSeen": "2023-02-01T23:16:28.990Z",
                    "value": "EXP Realty LLC Ballantyne"
                }
            ],
            "mostRecentPriceAmount": 550000,
            "mostRecentPriceDomain": "www.redfin.com",
            "mostRecentPriceSourceURL": "https://www.redfin.com/NC/Charlotte/11100-Tara-Oaks-Dr-28227/home/44006717",
            "mostRecentPriceDate": "2023-04-12T11:57:09.908Z",
            "mostRecentPriceFirstDateSeen": "2023-02-03T19:18:49.944Z",
            "mostRecentStatus": "Pending",
            "mostRecentStatusDate": "2023-04-13T13:33:49.481Z",
            "mostRecentStatusFirstDateSeen": "2023-04-13T13:33:49.481Z",
            "mlsNumber": "3880989",
            "neighborhoods": [
                "North Carolina",
                "6, Clear Creek Township - Mecklenburg County"
            ],
            "numBathroom": 2,
            "numBedroom": 3,
            "numFloor": 1,
            "numRoom": 6,
            "parking": [
                "Open Parking Spaces: 4",
                "Parking Type: Finished Garage",
                "6 spaces",
                "Has Open Parking",
                "Garage/Parking Sq. Ft: 532",
                "Parking Features: Attached Garage",
                "Parking Space - 4+",
                "Main Level Garage: Yes",
                "Garage",
                "Other Parking: Plenty of Parking at this house.(Parking Spaces: 3+)",
                "Sq Ft Garage: 512",
                "Other Parking: Plenty of Parking at this house",
                "Parking Space(s)",
                "Attached Garage"
            ],
            "people": [
                {
                    "dateSeen": "2023-04-13T13:33:49.480Z",
                    "email": "[email protected]",
                    "title": "Listing Agent",
                    "name": "Russell DeShields",
                    "phone": "704-965-4217"
                }
            ],
            "phones": [
                "+1 888-440-2798"
            ],
            "postalCode": "28227",
            "prices": [
                {
                    "amountMax": 550000,
                    "amountMin": 550000,
                    "availability": "true",
                    "currency": "USD",
                    "dateSeen": [
                        "2022-09-20T13:53:00.000Z",
                        "2023-03-15T03:32:17.259Z",
                        "2023-02-11T18:14:02.470Z",
                        "2023-03-28T19:02:12.691Z",
                        "2023-04-12T11:57:09.908Z",
                        "2023-02-24T06:21:20.058Z",
                        "2022-10-24T06:17:34.465Z",
                        "2023-02-01T23:16:28.998Z",
                        "2023-01-28T21:23:46.558Z",
                        "2023-02-03T01:21:09.201Z",
                        "2022-09-13T16:24:27.823Z",
                        "2023-03-21T16:36:24.412Z",
                        "2023-02-03T19:18:49.944Z",
                        "2023-04-02T16:09:33.586Z"
                    ],
                    "isSale": "false",
                    "isSold": "false",
                    "pricePerSquareFoot": 233.94
                },
                {
                    "amountMax": 600000,
                    "amountMin": 600000,
                    "availability": "false",
                    "currency": "USD",
                    "dateSeen": [
                        "2023-04-13T13:33:49.480Z"
                    ],
                    "isSold": "false",
                    "pricePerSquareFoot": 233.94
                },
                {
                    "amountMax": 21000,
                    "amountMin": 21000,
                    "availability": "false",
                    "currency": "USD",
                    "dateSeen": [
                        "2020-09-05T21:25:35.103Z"
                    ],
                    "isSale": "false",
                    "isSold": "true",
                    "pricePerSquareFoot": 157
                }
            ],
            "propertyTaxes": [
                {
                    "amount": 2907,
                    "currency": "USD",
                    "dateSeen": [
                        "2020-09-05T21:26:00.000Z"
                    ]
                },
                {
                    "amount": 3115,
                    "currency": "USD",
                    "dateSeen": [
                        "2020-01-08T02:32:00.000Z"
                    ]
                }
            ],
            "propertyType": "Single Family Dwelling",
            "province": "NC",
            "statuses": [
                {
                    "date": "2022-07-08T00:00:00.000Z",
                    "dateSeen": [
                        "2023-01-21T04:46:00.000Z",
                        "2023-02-01T23:16:00.000Z",
                        "2022-09-13T16:24:00.000Z"
                    ],
                    "firstDateSeen": "2022-07-08T00:00:00.000Z",
                    "lastDateSeen": "2022-07-08T00:00:00.000Z",
                    "type": "For Sale"
                },
                {
                    "dateSeen": [
                        "2020-09-05T21:26:00.000Z"
                    ],
                    "type": "Sold"
                },
                {
                    "date": "2022-06-04T00:00:00.000Z",
                    "dateSeen": [
                        "2022-06-04T01:48:00.000Z"
                    ],
                    "firstDateSeen": "2022-02-17T00:00:00.000Z",
                    "lastDateSeen": "2022-06-04T00:00:00.000Z",
                    "type": "Off Market"
                },
                {
                    "date": "2023-02-24T00:00:00.000Z",
                    "dateSeen": [
                        "2023-02-24T06:21:00.000Z"
                    ],
                    "firstDateSeen": "2023-02-24T00:00:00.000Z",
                    "lastDateSeen": "2023-02-24T00:00:00.000Z",
                    "type": "Pending"
                },
                {
                    "date": "2022-06-06T00:00:00.000Z",
                    "dateSeen": [
                        "2022-06-06T13:05:00.000Z"
                    ],
                    "firstDateSeen": "2022-02-17T00:00:00.000Z",
                    "lastDateSeen": "2022-06-06T00:00:00.000Z",
                    "type": "Off Market"
                },
                {
                    "dateSeen": [
                        "2023-02-26T22:49:00.000Z"
                    ],
                    "type": "Pending"
                }
            ],
            "yearBuilt": 1987,
            "county": "Mecklenburg",
            "countyFIPS": 37119,
            "subdivision": "Tara Oaks",
            "congressionalDistrictHouse": 249,
            "legalDescription": "L2M21-388 11100 TARA OAKS",
            "instrumentNumber": "2023026842",
            "transactions": [
                {
                    "saleDate": "2023-03-27T00:00:00.000Z",
                    "documentType": "Warranty Deed",
                    "price": 547500,
                    "sellerFirstName": "Rose",
                    "sellerLastName": "Moore",
                    "buyerFirstName": "Craig",
                    "buyerLastName": "Carlson",
                    "loanType": "Conventional",
                    "parcelNumber": "197-141-15"
                }
            ],
            "id": "AW-KPh6-cWockGYkEtCG"
        }
    ]
}

Example Records

Here are example bulk download files of our previous query:

Conclusion

With multiple records from the same area, you can more accurately see and build reports to get a closer insight on sold property in you area.