Dataset Preview
Viewer
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 17 new columns ({'property_type_ranch', 'pool', 'property_type_traditional', 'property_type_land', 'remodeled_year', 'price_per_sqft', 'avg_school_dist', 'schools_qty', 'property_type_townhouse', 'property_type_condo', 'lon', 'property_type_other', 'avg_school_rating', 'lat', 'year_built', 'property_type_single_family', 'property_type_multi_family'}) and 14 missing columns ({'city', 'status', 'schools', 'full_addr', 'homeFacts', 'PrivatePool', 'propertyType', 'coords', 'street', 'stories', 'private pool', 'latitude', 'fireplace', 'longitude'}).

This happened while the csv dataset builder was generating data using

hf://datasets/Nikgorby/diplom/df_for_ML_new.csv (at revision 7da33f482f0f95de707c822cd1b6e941c4855c05)

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              Unnamed: 0: int64
              baths: double
              sqft: double
              beds: int64
              lat: double
              lon: double
              pool: double
              property_type_condo: int64
              property_type_land: int64
              property_type_multi_family: int64
              property_type_other: int64
              property_type_ranch: int64
              property_type_single_family: int64
              property_type_townhouse: int64
              property_type_traditional: int64
              state: int64
              year_built: double
              remodeled_year: int64
              price_per_sqft: double
              avg_school_rating: double
              schools_qty: double
              avg_school_dist: double
              target: double
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 3140
              to
              {'Unnamed: 0': Value(dtype='int64', id=None), 'status': Value(dtype='string', id=None), 'private pool': Value(dtype='string', id=None), 'propertyType': Value(dtype='string', id=None), 'street': Value(dtype='string', id=None), 'baths': Value(dtype='string', id=None), 'homeFacts': Value(dtype='string', id=None), 'fireplace': Value(dtype='string', id=None), 'city': Value(dtype='string', id=None), 'schools': Value(dtype='string', id=None), 'sqft': Value(dtype='string', id=None), 'beds': Value(dtype='string', id=None), 'state': Value(dtype='string', id=None), 'stories': Value(dtype='string', id=None), 'PrivatePool': Value(dtype='string', id=None), 'target': Value(dtype='string', id=None), 'full_addr': Value(dtype='string', id=None), 'coords': Value(dtype='string', id=None), 'latitude': Value(dtype='float64', id=None), 'longitude': Value(dtype='float64', id=None)}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1324, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 938, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 17 new columns ({'property_type_ranch', 'pool', 'property_type_traditional', 'property_type_land', 'remodeled_year', 'price_per_sqft', 'avg_school_dist', 'schools_qty', 'property_type_townhouse', 'property_type_condo', 'lon', 'property_type_other', 'avg_school_rating', 'lat', 'year_built', 'property_type_single_family', 'property_type_multi_family'}) and 14 missing columns ({'city', 'status', 'schools', 'full_addr', 'homeFacts', 'PrivatePool', 'propertyType', 'coords', 'street', 'stories', 'private pool', 'latitude', 'fireplace', 'longitude'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/Nikgorby/diplom/df_for_ML_new.csv (at revision 7da33f482f0f95de707c822cd1b6e941c4855c05)
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Open a discussion for direct support.

Unnamed: 0
int64
status
string
private pool
null
propertyType
string
street
string
baths
string
homeFacts
string
fireplace
string
city
string
schools
string
sqft
string
beds
string
state
string
stories
string
PrivatePool
string
target
string
full_addr
string
coords
string
latitude
float64
longitude
float64
0
Active
null
Single Family Home
240 Heather Ln
3.5
{'atAGlanceFacts': [{'factValue': '2019', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': 'Central A/C, Heat Pump', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': None, 'factLabel': 'lotsize'}, {'factValue': '$144', 'factLabel': 'Price/sqft'}]}
Gas Logs
Southern Pines
[{'rating': ['4', '4', '7', 'NR', '4', '7', 'NR', 'NR'], 'data': {'Distance': ['2.7 mi', '3.6 mi', '5.1 mi', '4.0 mi', '10.5 mi', '12.6 mi', '2.7 mi', '3.1 mi'], 'Grades': ['3–5', '6–8', '9–12', 'PK–2', '6–8', '9–12', 'PK–5', 'K–12']}, 'name': ['Southern Pines Elementary School', 'Southern Middle School', 'Pinecrest High School', 'Southern Pines Primary School', "Crain's Creek Middle School", 'Union Pines High School', 'Episcopal Day Private School', 'Calvary Christian Private School']}]
2900
4
NC
null
null
$418,000
240 Heather Ln, NC
(35.627887, -77.3351727)
35.627887
-77.335173
1
for sale
null
single-family home
12911 E Heroy Ave
3 Baths
{'atAGlanceFacts': [{'factValue': '2019', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '5828 sqft', 'factLabel': 'lotsize'}, {'factValue': '$159/sqft', 'factLabel': 'Price/sqft'}]}
null
Spokane Valley
[{'rating': ['4/10', 'None/10', '4/10'], 'data': {'Distance': ['1.65mi', '1.32mi', '1.01mi'], 'Grades': ['9-12', '3-8', 'PK-8']}, 'name': ['East Valley High School&Extension', 'Eastvalley Middle School', 'Trentwood Elementary School']}]
1,947 sqft
3 Beds
WA
2.0
null
$310,000
12911 E Heroy Ave, WA
(47.6994822, -117.1909787)
47.699482
-117.190979
2
for sale
null
single-family home
2005 Westridge Rd
2 Baths
{'atAGlanceFacts': [{'factValue': '1961', 'factLabel': 'Year built'}, {'factValue': '1967', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced Air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'Attached Garage', 'factLabel': 'Parking'}, {'factValue': '8,626 sqft', 'factLabel': 'lotsize'}, {'factValue': '$965/sqft', 'factLabel': 'Price/sqft'}]}
yes
Los Angeles
[{'rating': ['8/10', '4/10', '8/10'], 'data': {'Distance': ['1.19mi', '2.06mi', '2.63mi'], 'Grades': ['6-8', 'K-5', '9-12']}, 'name': ['Paul Revere Middle School', 'Brentwood Science School', 'Palisades Charter High School']}]
3,000 sqft
3 Beds
CA
1.0
yes
$2,895,000
2005 Westridge Rd, CA
(33.943243, -117.3763103)
33.943243
-117.37631
3
for sale
null
single-family home
4311 Livingston Ave
8 Baths
{'atAGlanceFacts': [{'factValue': '2006', 'factLabel': 'Year built'}, {'factValue': '2006', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced Air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'Detached Garage', 'factLabel': 'Parking'}, {'factValue': '8,220 sqft', 'factLabel': 'lotsize'}, {'factValue': '$371/sqft', 'factLabel': 'Price/sqft'}]}
yes
Dallas
[{'rating': ['9/10', '9/10', '10/10', '9/10'], 'data': {'Distance': ['1.05mi', '0.1mi', '1.05mi', '0.81mi'], 'Grades': ['5-6', 'PK-4', '7-8', '9-12']}, 'name': ['Mcculloch Intermediate School', 'Bradfield Elementary School', 'Highland Park Middle School', 'Highland Park High School']}]
6,457 sqft
5 Beds
TX
3.0
null
$2,395,000
4311 Livingston Ave, TX
(32.7023233, -97.347071)
32.702323
-97.347071
4
for sale
null
lot/land
1524 Kiscoe St
null
{'atAGlanceFacts': [{'factValue': '', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '10,019 sqft', 'factLabel': 'lotsize'}, {'factValue': None, 'factLabel': 'Price/sqft'}]}
null
Palm Bay
[{'rating': ['4/10', '5/10', '5/10'], 'data': {'Distance': ['5.96mi', '3.25mi', '3.03mi'], 'Grades': ['7-8', '9-12', 'PK-6']}, 'name': ['Southwest Middle School', 'Bayside High School', 'Westside Elementary School']}]
null
null
FL
null
null
$5,000
1524 Kiscoe St, FL
(27.041567, -82.136146)
27.041567
-82.136146
5
for sale
null
townhouse
1624 S Newkirk St
null
{'atAGlanceFacts': [{'factValue': '1920', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced Air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '680 sqft', 'factLabel': 'lotsize'}, {'factValue': '$233/sqft', 'factLabel': 'Price/sqft'}]}
null
Philadelphia
[{'rating': [], 'data': {'Distance': [], 'Grades': []}, 'name': []}]
897 sqft
2 Beds
PA
2.0
null
$209,000
1624 S Newkirk St, PA
(39.932969, -75.1920628239543)
39.932969
-75.192063
6
Active
null
Florida
552 Casanova Ct
null
{'atAGlanceFacts': [{'factValue': '2006', 'factLabel': 'Year built'}, {'factValue': '2006', 'factLabel': 'Remodeled year'}, {'factValue': 'Electric, Heat Pump', 'factLabel': 'Heating'}, {'factValue': 'Central Air', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '4,996 Sq. Ft.', 'factLabel': 'lotsize'}, {'factValue': '$120 / Sq. Ft.', 'factLabel': 'Price/sqft'}]}
null
POINCIANA
[{'rating': ['3', '3', '1', 'NR'], 'data': {'Distance': ['0.8 mi', '8.3 mi', '4.2 mi', '2.0 mi'], 'Grades': ['Preschool to 4', 'Preschool to 12', '5 to 8', '1 to 12']}, 'name': ['Palmetto Elementary School', 'Haines City Senior High School', 'Lake Marion Creek Elementary School', 'Chosen Generation Christian Academy']}]
1,507
null
FL
One
null
181,500
552 Casanova Ct, FL
(29.0287784, -81.01456237066601)
29.028778
-81.014562
7
Active
null
null
6094 Mingle Dr
null
{'atAGlanceFacts': [{'factValue': '1976', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '8,750 Sq. Ft.', 'factLabel': 'lotsize'}, {'factValue': '$57 / Sq. Ft.', 'factLabel': 'Price/sqft'}]}
null
Memphis
[{'rating': ['4', '2', '2'], 'data': {'Distance': ['0.7 mi', '0.4 mi', '2.2 mi'], 'Grades': ['Preschool to 5', '6 to 8', '9 to 12']}, 'name': ['Crump Elementary School', 'Hickory Ridge Middle School', 'Wooddale High School']}]
null
null
TN
null
null
68,000
6094 Mingle Dr, TN
(35.038882650000005, -89.8601415662836)
35.038883
-89.860142
8
Active
null
Single Family Home
11182 Owl Ave
2
{'atAGlanceFacts': [{'factValue': '1970', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced Air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '124582', 'factLabel': 'lotsize'}, {'factValue': '$68', 'factLabel': 'Price/sqft'}]}
null
Mason City
[{'rating': ['2', '2', '4', '7', '4', 'NR'], 'data': {'Distance': ['5.6 mi', '5.6 mi', '6.8 mi', '6.5 mi', '6.8 mi', '6.8 mi'], 'Grades': ['PK–4', '5–6', '9–12', 'PK–4', '7–8', '9–12']}, 'name': ['Roosevelt Elementary School', 'Lincoln Intermediate School', 'Mason City High School', 'Jefferson Elementary School', 'John Adams Middle School', 'Alternative School']}]
3588
3
IA
null
null
$244,900
11182 Owl Ave, IA
(43.2112153, -93.2044858)
43.211215
-93.204486
9
null
null
Single Family
8612 Cedar Plains Ln
3
{'atAGlanceFacts': [{'factValue': '2019', 'factLabel': 'Year built'}, {'factValue': None, 'factLabel': 'Remodeled year'}, {'factValue': 'Gas', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'Attached Garage', 'factLabel': 'Parking'}, {'factValue': '2,056 sqft', 'factLabel': 'lotsize'}, {'factValue': '$162', 'factLabel': 'Price/sqft'}]}
null
Houston
[{'rating': ['4/10', '3/10', '2/10'], 'data': {'Distance': ['0.7 mi', '0.6 mi', '1.9 mi'], 'Grades': ['PK-5', '5-8', '9-12']}, 'name': ['Edgewood Elementary School', 'Landrum Middle School', 'Northbrook High School']}]
1,930
3
TX
2.0
null
$311,995
8612 Cedar Plains Ln, TX
null
null
null
10
for sale
null
coop
14205 Roosevelt Ave #512
2 Baths
{'atAGlanceFacts': [{'factValue': '1965', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': 'Attached Garage', 'factLabel': 'Parking'}, {'factValue': '1.73 acres', 'factLabel': 'lotsize'}, {'factValue': '$515/sqft', 'factLabel': 'Price/sqft'}]}
null
Flushing
[{'rating': ['2/10', '8/10', '10/10'], 'data': {'Distance': ['0.3mi', '1.88mi', '2.37mi'], 'Grades': ['9-12', '6-8', 'PK-5']}, 'name': ['Flushing High School', 'Jhs 194 William Carr', 'Ps 193 Alfred J Kennedy']}]
1,300 sqft
3 Beds
NY
null
null
$669,000
14205 Roosevelt Ave #512, NY
null
null
null
11
Active
null
English
4222 False Cypress Ln
null
{'atAGlanceFacts': [{'factValue': '2015', 'factLabel': 'Year built'}, {'factValue': '2015', 'factLabel': 'Remodeled year'}, {'factValue': 'Central Electric', 'factLabel': 'Heating'}, {'factValue': 'Central Gas', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '5,715 Sq. Ft.', 'factLabel': 'lotsize'}, {'factValue': '$83 / Sq. Ft.', 'factLabel': 'Price/sqft'}]}
null
Houston
[{'rating': ['6', '3', '6', '1', '5'], 'data': {'Distance': ['0.4 mi', '0.4 mi', '3.0 mi', '3.2 mi', '7.4 mi'], 'Grades': ['Preschool to 5', '6 to 8', '6 to 8', '9 to 12', '9 to 12']}, 'name': ['Pat Reynolds Elementary School', 'Edwin M Wells Middle School', 'Edward Roberson Middle School', 'Westfield High School', 'Carl Wunsche Senior High School']}]
3,130
null
TX
2
null
260,000
4222 False Cypress Ln, TX
(29.9928929, -95.4952324)
29.992893
-95.495232
12
for sale
null
single-family home
16373 NW 16th St
3 Baths
{'atAGlanceFacts': [{'factValue': '1996', 'factLabel': 'Year built'}, {'factValue': '1997', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced Air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'Carport, Attached Garage', 'factLabel': 'Parking'}, {'factValue': '10,270 sqft', 'factLabel': 'lotsize'}, {'factValue': '$185/sqft', 'factLabel': 'Price/sqft'}]}
null
Pembroke Pines
[{'rating': ['8/10', '7/10', '7/10'], 'data': {'Distance': ['2.66mi', '0.92mi', '2.54mi'], 'Grades': ['6-8', 'PK-5', '9-12']}, 'name': ['Walter C. Young Middle School', 'Silver Palms Elementary School', 'Charles W Flanagan High School']}]
2,839 sqft
4 Beds
FL
1.0
yes
$525,000
16373 NW 16th St, FL
(25.7902275, -80.2013554)
25.790228
-80.201355
13
New construction
null
Single Family
1538 Umpqua Dr
Bathrooms: 2
{'atAGlanceFacts': [{'factValue': '2019', 'factLabel': 'Year built'}, {'factValue': '2019', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced air', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': 'Attached Garage', 'factLabel': 'Parking'}, {'factValue': '7,000 sqft lot', 'factLabel': 'lotsize'}, {'factValue': '$275', 'factLabel': 'Price/sqft'}]}
null
Eugene
[{'rating': ['7/10', '7/10', '8/10'], 'data': {'Distance': ['1.2 mi', '1.1 mi', '1 mi'], 'Grades': ['K-5', '6-8', '9-12']}, 'name': ['Willagillespie Elementary School', 'Monroe Middle School', 'Sheldon High School']}]
Total interior livable area: 1,820 sqft
3 bd
OR
1.0
null
$499,900
1538 Umpqua Dr, OR
(42.3553196, -122.835124)
42.35532
-122.835124
14
null
null
Single Family
15351 Falmouth Ave
3
{'atAGlanceFacts': [{'factValue': '1982', 'factLabel': 'Year built'}, {'factValue': '1982', 'factLabel': 'Remodeled year'}, {'factValue': 'Other', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': '2 spaces', 'factLabel': 'Parking'}, {'factValue': '2,130 sqft', 'factLabel': 'lotsize'}, {'factValue': '$69', 'factLabel': 'Price/sqft'}]}
null
Houston
[{'rating': ['4/10', '5/10', '7/10'], 'data': {'Distance': ['0.7 mi', '0.6 mi', '2.9 mi'], 'Grades': ['PK-5', '6-8', '9-12']}, 'name': ['Horne Elementary School', 'Truitt Middle School', 'Cypress Falls High School']}]
2,454
4
TX
2.0
null
$168,800
15351 Falmouth Ave, TX
(29.8743875, -95.6384017)
29.874388
-95.638402
15
New
null
2 Story
930 52nd St
null
{'atAGlanceFacts': [{'factValue': '1905', 'factLabel': 'Year built'}, {'factValue': '1905', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': 'Steam Heating', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '2,003 Sq. Ft.', 'factLabel': 'lotsize'}, {'factValue': None, 'factLabel': 'Price/sqft'}]}
null
Brooklyn
[{'rating': ['8', '8', '3'], 'data': {'Distance': ['0.2 mi', '0.2 mi', '1.5 mi'], 'Grades': ['K to 5', '6 to 8', '9 to 12']}, 'name': ['PS 160 William T Sampson', 'Junior High School 220 John J Pershing', 'Franklin Delano Roosevelt High School']}]
null
null
NY
null
null
1,650,000
930 52nd St, NY
(40.63801885, -74.00200996806522)
40.638019
-74.00201
16
Active
null
null
2402 NW 22nd Rd
1,750
{'atAGlanceFacts': [{'factValue': '2008', 'factLabel': 'Year built'}, {'factValue': '2009', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '5,304 Sq. Ft.', 'factLabel': 'lotsize'}, {'factValue': '$152 / Sq. Ft.', 'factLabel': 'Price/sqft'}]}
null
Fort Lauderdale
[{'rating': ['4', 'NR', '3', 'NR'], 'data': {'Distance': ['0.5 mi', '0.7 mi', '0.5 mi', '1.1 mi'], 'Grades': ['Preschool to 5', 'Preschool to 8', '6 to 12', 'K to 12']}, 'name': ['Dillard Elementary School', 'Mount Olivet Seventh-Day Adventist School', 'Dillard High School', 'Hospital Homebound Services']}]
2,203
Baths
FL
null
null
335,000
2402 NW 22nd Rd, FL
(26.1328415, -80.1742769)
26.132842
-80.174277
17
Active
null
Townhouse
24 W 126th St
null
{'atAGlanceFacts': [{'factValue': '1899', 'factLabel': 'Year built'}, {'factValue': '2007', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '1,782 Sq. Ft.', 'factLabel': 'lotsize'}, {'factValue': '$797 / Sq. Ft.', 'factLabel': 'Price/sqft'}]}
null
New York
[{'rating': ['2', '5', '1', '2'], 'data': {'Distance': ['0.3 mi', '0.1 mi', '0.7 mi', '0.9 mi'], 'Grades': ['Preschool to 5', 'K to 12', '6 to 8', '6 to 8']}, 'name': ['PS 133 Fred R Moore', 'Harlem Village Academy West Charter', 'Knowledge And Power Prep Academy IV', 'IS 286 Renaissance Military Leadership Academy']}]
3,325
null
NY
null
null
2,650,000
24 W 126th St, NY
(40.80738135, -73.94293033542328)
40.807381
-73.94293
18
for sale
null
single-family home
22702 Alderdale Ln
4 Baths
{'atAGlanceFacts': [{'factValue': '2016', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': 'Other', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'Attached Garage', 'factLabel': 'Parking'}, {'factValue': '10,424 sqft', 'factLabel': 'lotsize'}, {'factValue': '$119/sqft', 'factLabel': 'Price/sqft'}]}
yes
Tomball
[{'rating': ['7/10', '7/10'], 'data': {'Distance': ['2.09mi', '1.78mi'], 'Grades': ['6-8', 'PK-5']}, 'name': ['Krimmel Intermed', 'Schultz Elementary School']}]
3,080 sqft
4 Beds
TX
2.0
null
$365,000
22702 Alderdale Ln, TX
(30.0806343, -95.5641313)
30.080634
-95.564131
19
for sale
null
multi-family
1633 NE 15th St
4 Baths
{'atAGlanceFacts': [{'factValue': '1954', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced Air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '8,110 sqft', 'factLabel': 'lotsize'}, {'factValue': '$388/sqft', 'factLabel': 'Price/sqft'}]}
null
Fort Lauderdale
[{'rating': ['3/10', '7/10', '5/10'], 'data': {'Distance': ['0.19mi', '0.83mi', '0.27mi'], 'Grades': ['PK-5', '9-12', '6-8']}, 'name': ['Bennett Elementary School', 'Fort Lauderdale High School', 'Sunrise Middle School']}]
1,612 sqft
4 Beds
FL
1.0
yes
$626,000
1633 NE 15th St, FL
(26.480281, -80.068862)
26.480281
-80.068862
20
For sale
null
Single Family
5930 E Avenue T2
2 ba
{'atAGlanceFacts': [{'factValue': '1989', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced air', 'factLabel': 'Heating'}, {'factValue': 'Central, Evaporative', 'factLabel': 'Cooling'}, {'factValue': 'Attached Garage', 'factLabel': 'Parking'}, {'factValue': '1.18 acres', 'factLabel': 'lotsize'}, {'factValue': '$217', 'factLabel': 'Price/sqft'}]}
null
Palmdale
[{'rating': ['3/10', '5/10'], 'data': {'Distance': ['2.9 mi', '1.7 mi'], 'Grades': ['K-8', '9-12']}, 'name': ['Alpine Elementary School', 'William J. (Pete) Knight High School']}]
1,731 sqft
4 bd
CA
null
null
$375,000
5930 E Avenue T2, CA
null
null
null
21
For sale
null
Single Family
61425 Gosney Rd
Bathrooms: 5
{'atAGlanceFacts': [{'factValue': '2008', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced air, Heat pump', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': '4 spaces', 'factLabel': 'Parking'}, {'factValue': '15.32 acres lot', 'factLabel': 'lotsize'}, {'factValue': '$665', 'factLabel': 'Price/sqft'}]}
Yes
Bend
[{'rating': ['8/10', '5/10', '6/10'], 'data': {'Distance': ['3.7 mi', '4.1 mi', '6.2 mi'], 'Grades': ['K-5', '6-8', '9-12']}, 'name': ['Buckingham Elementary School', 'High Desert Middle School', 'Bend Senior High School']}]
Total interior livable area: 5,266 sqft
5 bd
OR
1.0
null
$3,500,000
61425 Gosney Rd, OR
null
null
null
22
Active
null
Penthouse, Split-Level
120 Jefferson Ave #12019
1,000
{'atAGlanceFacts': [{'factValue': '1996', 'factLabel': 'Year built'}, {'factValue': '1996', 'factLabel': 'Remodeled year'}, {'factValue': 'Central Air', 'factLabel': 'Heating'}, {'factValue': 'Has Cooling', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '—', 'factLabel': 'lotsize'}, {'factValue': '$536 / Sq. Ft.', 'factLabel': 'Price/sqft'}]}
null
Miami Beach
[{'rating': ['7', '10', 'NR', '4', '4'], 'data': {'Distance': ['0.2 mi', '24.0 mi', '19.7 mi', '3.1 mi', '2.0 mi'], 'Grades': ['Preschool to 5', 'Preschool to 8', 'K to 9', '6 to 8', '9 to 12']}, 'name': ['South Pointe Elementary School', 'Air Base Elementary School', 'Robert Morgan Voc-Tech Institute', 'Nautilus Middle School', 'Miami Beach Senior High School']}]
1,080
Baths
FL
Multi/Split
null
579,000
120 Jefferson Ave #12019, FL
(25.7707324, -80.1371774)
25.770732
-80.137177
23
for sale
null
single-family home
4234 Orchard Pass Dr
4 Baths
{'atAGlanceFacts': [{'factValue': '2019', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': 'Electric', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'Attached Garage', 'factLabel': 'Parking'}, {'factValue': '7962 sqft', 'factLabel': 'lotsize'}, {'factValue': '$137/sqft', 'factLabel': 'Price/sqft'}]}
yes
Spring
[{'rating': ['9/10', '8/10', '8/10'], 'data': {'Distance': ['1.47mi', '6.77mi', '1.4mi'], 'Grades': ['5-6', '9-12', '7-8']}, 'name': ['Cox Intermediate School', 'Oak Ridge High School', 'York J High School']}]
3,645 sqft
4 Beds
TX
2.0
null
$499,007
4234 Orchard Pass Dr, TX
(30.1084945, -95.3543495)
30.108495
-95.35435
24
for sale
null
single-family home
703 W Gemini Ln
2 Baths
{'atAGlanceFacts': [{'factValue': '2014', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': 'Heat Pump', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'Attached Garage', 'factLabel': 'Parking'}, {'factValue': '8,120 sqft', 'factLabel': 'lotsize'}, {'factValue': '$93/sqft', 'factLabel': 'Price/sqft'}]}
yes
Killeen
[{'rating': ['3/10', '6/10', '6/10'], 'data': {'Distance': ['1.36mi', '0.49mi', '1.51mi'], 'Grades': ['9-12', 'PK-5', '6-8']}, 'name': ['C E Ellison High School', 'Reeces Creek Elementary School', 'Charles E Patterson Middle School']}]
1,953 sqft
4 Beds
TX
1.0
null
$182,000
703 W Gemini Ln, TX
(31.0693533, -97.7555847)
31.069353
-97.755585
25
for sale
null
single-family home
1755 18th St NW
7 Baths
{'atAGlanceFacts': [{'factValue': '1915', 'factLabel': 'Year built'}, {'factValue': '2009', 'factLabel': 'Remodeled year'}, {'factValue': 'Radiant', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'Off Street', 'factLabel': 'Parking'}, {'factValue': '2,080 sqft', 'factLabel': 'lotsize'}, {'factValue': '$647/sqft', 'factLabel': 'Price/sqft'}]}
yes
Washington
[{'rating': ['10/10', '3/10'], 'data': {'Distance': ['0.14mi', '0.9mi'], 'Grades': ['PK-5', '6-12']}, 'name': ['Ross Elementary School', 'Cardozo Education Campus']}]
5,796 sqft
8 Beds
DC
3.0
null
$3,749,000
1755 18th St NW, DC
(38.91391915, -77.04147372076018)
38.913919
-77.041474
26
Active
null
null
5755 SW 123 Ave
1,000
{'atAGlanceFacts': [{'factValue': '', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '—', 'factLabel': 'lotsize'}, {'factValue': None, 'factLabel': 'Price/sqft'}]}
null
Miami
[{'rating': ['9', '10', 'NR', '6', '3'], 'data': {'Distance': ['1.0 mi', '13.7 mi', '7.9 mi', '0.9 mi', '1.2 mi'], 'Grades': ['Preschool to 5', 'Preschool to 8', 'K to 9', '6 to 8', '9 to 12']}, 'name': ['Royal Green Elementary School', 'Air Base Elementary School', 'Robert Morgan Voc-Tech Institute', 'Howard D. McMillan Middle School', 'Miami Sunset Senior High School']}]
null
Baths
FL
null
null
799,000
5755 SW 123 Ave, FL
null
null
null
27
for sale
null
single-family home
2104 Lou Ellen Ln #B
3 Baths
{'atAGlanceFacts': [{'factValue': '', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '3828 sqft', 'factLabel': 'lotsize'}, {'factValue': '$194/sqft', 'factLabel': 'Price/sqft'}]}
null
Houston
[{'rating': ['6/10', '9/10', '3/10'], 'data': {'Distance': ['0.79mi', '0.66mi', '0.24mi'], 'Grades': ['6-8', 'PK-5', '9-12']}, 'name': ['Black Middle School', 'Oak Forest Elementary School', 'Waltrip High School']}]
2,575 sqft
3 Beds
TX
null
null
$499,900
2104 Lou Ellen Ln #B, TX
null
null
null
28
for sale
null
single-family home
9070 Southern Orchard Rd S
3 Baths
{'atAGlanceFacts': [{'factValue': '1994', 'factLabel': 'Year built'}, {'factValue': '1995', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced Air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'Attached Garage', 'factLabel': 'Parking'}, {'factValue': '9,000 sqft', 'factLabel': 'lotsize'}, {'factValue': '$238/sqft', 'factLabel': 'Price/sqft'}]}
null
Davie
[{'rating': ['8/10', '8/10', '8/10'], 'data': {'Distance': ['4.04mi', '0.12mi', '2.04mi'], 'Grades': ['9-12', 'PK-5', '6-8']}, 'name': ['Western High School', 'Silver Ridge Elementary School', 'Indian Ridge Middle School']}]
2,349 sqft
4 Beds
FL
1.0
null
$559,000
9070 Southern Orchard Rd S, FL
(26.0767312, -80.271126)
26.076731
-80.271126
29
for sale
null
coop
430 Sterling Pl #1A
2 Baths
{'atAGlanceFacts': [{'factValue': '1910', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': 'Baseboard', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': 'None', 'factLabel': 'Parking'}, {'factValue': '5,249 sqft', 'factLabel': 'lotsize'}, {'factValue': '$888/sqft', 'factLabel': 'Price/sqft'}]}
null
Brooklyn
[{'rating': ['6/10'], 'data': {'Distance': ['0.29mi'], 'Grades': ['PK-5']}, 'name': ['Ps 9 Teunis G Bergen']}]
935 sqft
2 Beds
NY
4.0
null
$830,000
430 Sterling Pl #1A, NY
null
null
null
30
Active
null
Multi-Family Home
2620 Alsace Ave
2
{'atAGlanceFacts': [{'factValue': '1923', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': 'Baseboard', 'factLabel': 'Heating'}, {'factValue': 'Air Conditioning Unit(s), Ceiling Fan(s)', 'factLabel': 'Cooling'}, {'factValue': '0', 'factLabel': 'Parking'}, {'factValue': '4828', 'factLabel': 'lotsize'}, {'factValue': '$688', 'factLabel': 'Price/sqft'}]}
null
Los Angeles
[{'rating': ['5', '2', '1', '6', '5', 'NR', 'NR', 'NR'], 'data': {'Distance': ['0.1 mi', '1.8 mi', '0.8 mi', '0.6 mi', '0.2 mi', '0.8 mi', '0.1 mi', '0.6 mi'], 'Grades': ['K–5', '6–8', '9–12', 'K–5', '5–8', '9–12', 'PK–5', 'K–4']}, 'name': ['Cienega Elementary School', 'Johnnie Cochran, Jr., Middle School', 'Susan Miller Dorsey Senior High School', 'Marvin Elementary School', 'Stella Middle Charter Academy School', 'View Park Continuation School', 'Alpha Pre & Elementary Private School', 'Donna Ro Private School']}]
1736
4
CA
null
null
$1,195,000
2620 Alsace Ave, CA
(34.0317375, -118.35534142325564)
34.031738
-118.355341
31
For sale
null
Single Family
6712 N Glen Ave
Bathrooms: 2
{'atAGlanceFacts': [{'factValue': '1960', 'factLabel': 'Year built'}, {'factValue': '1988', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': '1 space', 'factLabel': 'Parking'}, {'factValue': '8,189 sqft lot', 'factLabel': 'lotsize'}, {'factValue': '$156', 'factLabel': 'Price/sqft'}]}
null
Tampa
[{'rating': ['5/10', '2/10', '4/10'], 'data': {'Distance': ['0 mi', '3 mi', '2.9 mi'], 'Grades': ['PK-5', '6-8', '9-12']}, 'name': ['Egypt Lake Elementary School', 'Memorial Middle School', 'Hillsborough High School']}]
Total interior livable area: 1,677 sqft
4 bd
FL
0.0
null
$262,000
6712 N Glen Ave, FL
(30.279281, -82.1616215)
30.279281
-82.161622
32
for sale
null
single-family home
2043 SE New York St
2 Baths
{'atAGlanceFacts': [{'factValue': '1977', 'factLabel': 'Year built'}, {'factValue': '1988', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced Air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'Attached Garage', 'factLabel': 'Parking'}, {'factValue': '0.28 acres', 'factLabel': 'lotsize'}, {'factValue': '$174/sqft', 'factLabel': 'Price/sqft'}]}
null
Pt Saint Lucie
[{'rating': ['7/10', '5/10', '5/10', '4/10', '4/10', '5/10', '6/10', '5/10', '6/10', '6/10'], 'data': {'Distance': ['1.31mi', '1.15mi', '3.83mi', '5.75mi', '2.62mi', '1.22mi', '2.9mi', '4.93mi', '1.86mi', '6.01mi'], 'Grades': ['PK-5', 'PK-5', 'K-8', 'PK-5', '9-12', '6-8', 'PK-5', '6-8', 'PK-5', 'PK-5']}, 'name': ['Morningside Elementary School', 'Floresta Elementary School', 'Northport K-8 School', 'Parkway Elementary School', 'Port St. Lucie High School', 'Southport Middle School', 'Mariposa Elementary School', 'Southern Oaks Middle School', 'Savanna Ridge Elementary School', 'Rivers Edge Elementary School']}]
1,176 sqft
3 Beds
FL
null
null
$204,800
2043 SE New York St, FL
(27.2796358, -80.3163113)
27.279636
-80.316311
33
null
null
Condo
3750 NE 170th St APT 407
2.0
{'atAGlanceFacts': [{'factValue': '1972', 'factLabel': 'Year built'}, {'factValue': '1972', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'No Data', 'factLabel': 'Parking'}, {'factValue': None, 'factLabel': 'lotsize'}, {'factValue': '$165', 'factLabel': 'Price/sqft'}]}
null
North Miami Beach
[{'rating': ['10/10', '6/10'], 'data': {'Distance': ['31.1 mi', '1.5 mi'], 'Grades': ['PK-8', '9-12']}, 'name': ['Air Base Elementary School', 'Alonzo And Tracy Mourning Senior High Biscayne Bay Campus']}]
1,085
2
FL
0.0
null
$179,000
3750 NE 170th St APT 407, FL
null
null
null
34
for sale
null
single-family home
7314 Melvin Cir N
2 Baths
{'atAGlanceFacts': [{'factValue': '1963', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced Air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '7,782 sqft', 'factLabel': 'lotsize'}, {'factValue': '$122/sqft', 'factLabel': 'Price/sqft'}]}
null
Jacksonville
[{'rating': ['2/10', '2/10', '4/10'], 'data': {'Distance': ['0.64mi', '0.49mi', '0.86mi'], 'Grades': ['K-5', '6-8', '9-12']}, 'name': ['Gregory Drive Elementary School', 'Jefferson Davis Middle School', 'Westside High School']}]
864 sqft
3 Beds
FL
null
null
$105,000
7314 Melvin Cir N, FL
(30.258671, -81.76814)
30.258671
-81.76814
35
for sale
null
condo
423 N Church St #13-A
null
{'atAGlanceFacts': [{'factValue': '1981', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '', 'factLabel': 'lotsize'}, {'factValue': '$289/sqft', 'factLabel': 'Price/sqft'}]}
null
Charlotte
[{'rating': ['7/10', '4/10', '8/10'], 'data': {'Distance': ['9.91mi', '0.48mi', '4.12mi'], 'Grades': ['6-8', 'K-5', '9-12']}, 'name': ['Crestdale Middle', 'First Ward Arts Elementary', 'Myers Park High']}]
900 sqft
2 Beds
NC
null
null
$260,000
423 N Church St #13-A, NC
null
null
null
36
For sale
null
Single Family
2627 N Arthur Ave
3.0
{'atAGlanceFacts': [{'factValue': '1949', 'factLabel': 'Year built'}, {'factValue': '1949', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'Detached Garage', 'factLabel': 'Parking'}, {'factValue': '7,440 sqft', 'factLabel': 'lotsize'}, {'factValue': '$197', 'factLabel': 'Price/sqft'}]}
Yes
Fresno
[{'rating': ['3/10', '4/10'], 'data': {'Distance': ['0.3 mi', '0.8 mi'], 'Grades': ['K-8', '9-12']}, 'name': ['Hamilton Elementary School', 'Fresno High School']}]
1,448 sqft
3
CA
0
null
$284,900
2627 N Arthur Ave, CA
(36.7485612, -119.8153975)
36.748561
-119.815398
37
For sale
null
Single Family
3360 SW 29th St
2
{'atAGlanceFacts': [{'factValue': '1954', 'factLabel': 'Year built'}, {'factValue': '1954', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'No Data', 'factLabel': 'Parking'}, {'factValue': '5,998 sqft', 'factLabel': 'lotsize'}, {'factValue': '$355', 'factLabel': 'Price/sqft'}]}
null
Miami
[{'rating': ['10/10', '5/10'], 'data': {'Distance': ['16.7 mi', '0.9 mi'], 'Grades': ['PK-8', '9-12']}, 'name': ['Air Base Elementary School', 'Coral Gables Senior High School']}]
1,396
3
FL
0.0
null
$495,000
3360 SW 29th St, FL
(25.7368066, -80.24899043902028)
25.736807
-80.24899
38
For sale
null
Single Family
5531 Eureka Springs Rd
Bathrooms: 1
{'atAGlanceFacts': [{'factValue': '1930', 'factLabel': 'Year built'}, {'factValue': '1930', 'factLabel': 'Remodeled year'}, {'factValue': 'Other', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '2.14 acres lot', 'factLabel': 'lotsize'}, {'factValue': '$96', 'factLabel': 'Price/sqft'}]}
null
Tampa
[{'rating': ['1/10', '2/10', '3/10'], 'data': {'Distance': ['3.8 mi', '1.9 mi', '2.9 mi'], 'Grades': ['K-5', '6-8', '9-12']}, 'name': ['Mcdonald Elementary School', 'Jennings Middle School', 'Armwood High School']}]
Total interior livable area: 1,232 sqft
2 bd
FL
0.0
null
$117,900
5531 Eureka Springs Rd, FL
(27.997989, -82.345716)
27.997989
-82.345716
39
for sale
null
condo
316 N Henderson Ave #4
3 Baths
{'atAGlanceFacts': [{'factValue': '2019', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced Air', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': 'Attached Garage', 'factLabel': 'Parking'}, {'factValue': '', 'factLabel': 'lotsize'}, {'factValue': '$224/sqft', 'factLabel': 'Price/sqft'}]}
null
Dallas
[{'rating': ['5/10', '6/10', '5/10'], 'data': {'Distance': ['0.84mi', '0.54mi', '0.71mi'], 'Grades': ['6-8', 'PK-5', '9-12']}, 'name': ['J L Long Middle School', 'William Lipscomb Elementary School', 'Woodrow Wilson High School']}]
1,720 sqft
2 Beds
TX
2.0
null
$385,000
316 N Henderson Ave #4, TX
null
null
null
40
Active
null
null
1104 Rotonda Cir
null
{'atAGlanceFacts': [{'factValue': '', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '—', 'factLabel': 'lotsize'}, {'factValue': None, 'factLabel': 'Price/sqft'}]}
null
ROTONDA WEST
[{'rating': ['6', '6', '7'], 'data': {'Distance': ['3.1 mi', '3.2 mi', '5.6 mi'], 'Grades': ['Preschool to 5', '6 to 8', '9 to 12']}, 'name': ['Vineland Elementary School', 'L. A. Ainger Middle School', 'Lemon Bay High School']}]
null
null
FL
null
null
54,000
1104 Rotonda Cir, FL
(26.8715065, -82.2713647)
26.871507
-82.271365
41
for sale
null
lot/land
9418 Camino Santa Fe #19
null
{'atAGlanceFacts': [{'factValue': '', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '9.25 acres', 'factLabel': 'lotsize'}, {'factValue': None, 'factLabel': 'Price/sqft'}]}
null
San Diego
[{'rating': ['9/10', '9/10', '9/10'], 'data': {'Distance': ['2.46mi', '0.97mi', '1.17mi'], 'Grades': ['6-8', 'K-5', '9-12']}, 'name': ['Oak Valley Middle School', 'Del Sur Elementary School', 'Del Norte High School']}]
null
null
CA
null
null
$1,100,000
9418 Camino Santa Fe #19, CA
null
null
null
42
Active
null
null
MLS #: STRI1057289
null
{'atAGlanceFacts': [{'factValue': '', 'factLabel': 'Year built'}, {'factValue': '2003', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '—', 'factLabel': 'lotsize'}, {'factValue': None, 'factLabel': 'Price/sqft'}]}
null
New York
[{'rating': ['NR', 'NR', '9', '8', '8', '2', '8'], 'data': {'Distance': ['0.1 mi', '0.2 mi', '2.5 mi', '2.6 mi', '2.3 mi', '6.3 mi', '2.5 mi'], 'Grades': ['Preschool to 12', '1 to 7', '6 to 8', '6 to 8', '6 to 11', '6 to 12', '9 to 12']}, 'name': ['China Institute', 'Ivdu School', 'Nyc Lab Middle School For Collaborative Studies', 'Junior High School 104 Simon Baruch', 'Middle School 260 Clinton School Writers And Artists', 'Life Sciences Secondary School', 'Nyc Lab High School For Collaborative Studies']}]
null
null
NY
null
null
850,000
MLS #: STRI1057289, NY
null
null
null
43
for sale
null
single-family home
2713 Oakmont Ct
3 Baths
{'atAGlanceFacts': [{'factValue': '1991', 'factLabel': 'Year built'}, {'factValue': '2000', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced Air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'Attached Garage', 'factLabel': 'Parking'}, {'factValue': '0.25 acres', 'factLabel': 'lotsize'}, {'factValue': '$260/sqft', 'factLabel': 'Price/sqft'}]}
null
Weston
[{'rating': ['10/10', '9/10', '9/10'], 'data': {'Distance': ['1.7mi', '1.58mi', '1.19mi'], 'Grades': ['6-8', '9-12', 'K-5']}, 'name': ['Falcon Cove Middle School', 'Cypress Bay High School', 'Manatee Bay Elementary School']}]
2,388 sqft
3 Beds
FL
null
yes
$620,000
2713 Oakmont Ct, FL
(26.0876098, -80.3903442)
26.08761
-80.390344
44
for sale
null
condo
4504 W Lake Mead Blvd #201
2 Baths
{'atAGlanceFacts': [{'factValue': '1994', 'factLabel': 'Year built'}, {'factValue': '1994', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced Air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'Carport', 'factLabel': 'Parking'}, {'factValue': '2,052 sqft', 'factLabel': 'lotsize'}, {'factValue': '$116/sqft', 'factLabel': 'Price/sqft'}]}
yes
Las Vegas
[{'rating': ['1/10', 'None/10', '2/10'], 'data': {'Distance': ['1.06mi', '1.49mi', '1.48mi'], 'Grades': ['PK-5', '6-8', '9-12']}, 'name': ['Doris M Reed Elementary School', 'J Harold Brinley Middle School', 'Western High School']}]
1,081 sqft
2 Beds
NV
2.0
null
$125,000
4504 W Lake Mead Blvd #201, NV
null
null
null
45
Pending
null
Single Family Home
11539 Kismet Ave
2
{'atAGlanceFacts': [{'factValue': '1958', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': 'Central Furnace', 'factLabel': 'Heating'}, {'factValue': 'Central A/C', 'factLabel': 'Cooling'}, {'factValue': '2', 'factLabel': 'Parking'}, {'factValue': '7497', 'factLabel': 'lotsize'}, {'factValue': '$453', 'factLabel': 'Price/sqft'}]}
null
Sylmar
[{'rating': ['4', '2', '1', 'NR', '6', '7', 'NR', 'NR'], 'data': {'Distance': ['0.2 mi', '1.2 mi', '0.2 mi', '1.0 mi', '0.3 mi', '0.3 mi', '1.3 mi', '1.3 mi'], 'Grades': ['K–5', '6–8', '7–12', 'K–2', '6–12', '6–12', 'PK–12', 'PK–12']}, 'name': ['Fenton Avenue Charter School', 'Charles Maclay Middle School', 'Phoenix Academy Residential Education Center School', 'Fenton Primary Center School', 'PUC CALS Middle School and Early College High', 'Puc Community Charter Middle School', 'Delphi Academy of Los Angeles Private School', 'Delphi Academy Of Los Angeles Private School']}]
1101
3
CA
One Level
null
$499,000
11539 Kismet Ave, CA
(34.3137635, -118.422432)
34.313764
-118.422432
46
For sale
null
Single Family
4547 Cascades Shoreline Dr
Bathrooms: 5
{'atAGlanceFacts': [{'factValue': '2005', 'factLabel': 'Year built'}, {'factValue': '2005', 'factLabel': 'Remodeled year'}, {'factValue': 'Other', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': '3 spaces', 'factLabel': 'Parking'}, {'factValue': '0.91 acres lot', 'factLabel': 'lotsize'}, {'factValue': '$267', 'factLabel': 'Price/sqft'}]}
Yes
Tyler
[{'rating': ['4/10', '5/10', '2/10'], 'data': {'Distance': ['1.7 mi', '3.5 mi', '2.8 mi'], 'Grades': ['PK-5', '6-8', '9-12']}, 'name': ['Dixie Elementary School', 'Three Lakes Middle', 'John Tyler High School']}]
Total interior livable area: 5,358 sqft
5 bd
TX
2.0
null
$1,429,000
4547 Cascades Shoreline Dr, TX
(32.3241133, -95.3648418)
32.324113
-95.364842
47
for sale
null
single-family home
Santa Rosa Plan in Twin Mills
2 Baths
{'atAGlanceFacts': [{'factValue': '2017', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '7,218 sqft', 'factLabel': 'lotsize'}, {'factValue': '$139/sqft', 'factLabel': 'Price/sqft'}]}
null
Fort Worth
[{'rating': ['7/10', '6/10', '8/10'], 'data': {'Distance': ['0.55mi', '0.9mi', '0.44mi'], 'Grades': ['9-12', '6-8', 'PK-5']}, 'name': ['Boswell High School', 'Wayside Middle School', 'Lake Pointe Elementary School']}]
1,683 sqft
3 Beds
TX
1
null
$233,990+
Santa Rosa Plan in Twin Mills, TX
null
null
null
48
Active
null
null
18b Sitton-Mills Pl
null
{'atAGlanceFacts': [{'factValue': '', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '—', 'factLabel': 'lotsize'}, {'factValue': None, 'factLabel': 'Price/sqft'}]}
null
Signal Mountain
[{'rating': ['8', 'NR', '7', '4'], 'data': {'Distance': ['6.5 mi', '4.7 mi', '6.7 mi', '3.9 mi'], 'Grades': ['K to 5', 'Preschool to 12', '6 to 12', '6 to 12']}, 'name': ['Nolan Elementary School', 'New South Daisy Christian Academy', 'Signal Mountain Middle/high School', 'Ivy Academy Incorporated']}]
null
null
TN
null
null
125,000
18b Sitton-Mills Pl, TN
null
null
null
49
Active
null
Land
23443 N 65th Ave
null
{'atAGlanceFacts': [{'factValue': '', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '50530', 'factLabel': 'lotsize'}, {'factValue': None, 'factLabel': 'Price/sqft'}]}
null
Glendale
[{'rating': ['8', '9', '7', '8', '9', '7', 'NR', 'NR'], 'data': {'Distance': ['0.7 mi', '2.2 mi', '2.5 mi', '1.6 mi', '1.8 mi', '1.9 mi', '1.7 mi', '2.3 mi'], 'Grades': ['PK–6', '7–8', '9–12', 'PK–6', 'PK–8', '9–12', 'PK–8', 'PK–8']}, 'name': ['Las Brisas Elementary School', 'Hillcrest Middle School', "Sandra Day O'connor High School", 'Desert Sage Elementary School', 'Stetson Hills Elementary School', 'Mountain Ridge High School', 'Bayer Private School', 'Brite Future Academy Private School']}]
0
null
AZ
null
null
$275,000
23443 N 65th Ave, AZ
(33.5126828, -112.1985215)
33.512683
-112.198522
50
for sale
null
lot/land
29 Sederholm Path
null
{'atAGlanceFacts': [{'factValue': '', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '10018 sqft', 'factLabel': 'lotsize'}, {'factValue': None, 'factLabel': 'Price/sqft'}]}
null
Palm Coast
[{'rating': ['4/10', '5/10', '4/10'], 'data': {'Distance': ['5.92mi', '4.01mi', '7.58mi'], 'Grades': ['PK-6', '9-12', '7-8']}, 'name': ['Bunnell Elementary School', 'Flagler-Palm Coast High School', 'Buddy Taylor Middle School']}]
null
null
FL
null
null
$27,000
29 Sederholm Path, FL
(29.4303734, -81.1707326)
29.430373
-81.170733
51
for sale
null
condo
15405 Riverside Dr #2
2 Baths
{'atAGlanceFacts': [{'factValue': '1982', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': 'Other', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '', 'factLabel': 'lotsize'}, {'factValue': '$498/sqft', 'factLabel': 'Price/sqft'}]}
null
Beechhurst
[{'rating': ['5/10', '8/10', '10/10'], 'data': {'Distance': ['2.11mi', '0.84mi', '0.28mi'], 'Grades': ['9-12', '6-8', 'PK-5']}, 'name': ['Bayside High School', 'Jhs 194 William Carr', 'Ps 193 Alfred J Kennedy']}]
1,200 sqft
3 Beds
NY
1.0
null
$598,000
15405 Riverside Dr #2, NY
null
null
null
52
null
null
Condo
3131 NE 7th Ave UNIT 4801
4.0
{'atAGlanceFacts': [{'factValue': '2018', 'factLabel': 'Year built'}, {'factValue': None, 'factLabel': 'Remodeled year'}, {'factValue': 'Forced air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'No Data', 'factLabel': 'Parking'}, {'factValue': None, 'factLabel': 'lotsize'}, {'factValue': '$950', 'factLabel': 'Price/sqft'}]}
null
Miami
[{'rating': ['10/10', '2/10'], 'data': {'Distance': ['22.6 mi', '1.8 mi'], 'Grades': ['PK-8', '9-12']}, 'name': ['Air Base Elementary School', 'Booker T. Washington Senior High School']}]
1,873
3
FL
null
null
$1,780,000
3131 NE 7th Ave UNIT 4801, FL
null
null
null
53
for sale
null
single-family home
4625 SW Flower Pl
2.1 Baths
{'atAGlanceFacts': [{'factValue': '1983', 'factLabel': 'Year built'}, {'factValue': '1983', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced Air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'Off Street', 'factLabel': 'Parking'}, {'factValue': '7,000 sqft', 'factLabel': 'lotsize'}, {'factValue': '$257/sqft', 'factLabel': 'Price/sqft'}]}
yes
Portland
[{'rating': ['8/10', '7/10', '7/10'], 'data': {'Distance': ['1.12mi', '0.31mi', '1.72mi'], 'Grades': ['6-8', 'K-8', '9-12']}, 'name': ['Gray Middle School', 'Hayhurst Elementary School', 'Wilson High School']}]
1,908 sqft
3 Beds
OR
2.0
null
$490,000
4625 SW Flower Pl, OR
(45.4828282, -122.72434792236737)
45.482828
-122.724348
54
for sale
null
single-family home
3216 Dogwood Dr
2 Baths
{'atAGlanceFacts': [{'factValue': '1928', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': 'Electric', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'Detached Garage', 'factLabel': 'Parking'}, {'factValue': '6,251 sqft', 'factLabel': 'lotsize'}, {'factValue': '$107/sqft', 'factLabel': 'Price/sqft'}]}
yes
Hapeville
[{'rating': ['3/10', '1/10', '2/10'], 'data': {'Distance': ['0.41mi', '3.65mi', '2.05mi'], 'Grades': ['PK-5', '6-8', '9-12']}, 'name': ['Hapeville Elementary School', 'Paul D. West Middle School', 'Tri-Cities High School']}]
1,632 sqft
4 Beds
GA
2.0
null
$175,000
3216 Dogwood Dr, GA
(33.66652715, -84.40829719999999)
33.666527
-84.408297
55
P
null
Single Family Home
22505 Woodway Park Rd
3.5
{'atAGlanceFacts': [{'factValue': '1960', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '110207', 'factLabel': 'lotsize'}, {'factValue': '$642', 'factLabel': 'Price/sqft'}]}
2
Woodway
[{'rating': ['6', '5', '6', 'NR', '7', 'NR', 'NR', 'NR'], 'data': {'Distance': ['0.5 mi', '2.5 mi', '2.2 mi', '0.9 mi', '1.4 mi', '0.9 mi', '0.9 mi', '1.3 mi'], 'Grades': ['K–6', '7–8', '9–12', 'K–12', 'PK–8', '9–12', 'PK–3', 'PK–3']}, 'name': ['Sherwood Elementary School', 'College Place Middle School', 'Edmonds Woodway High School', 'Edmonds Home Resource Center School', 'Madrona Nongraded School', 'Scriber Lake High School', 'Pacific Montessori Learning Ct Private School', 'Crescendo Artistic Environment Private Schools']}]
4339
4
WA
null
null
$2,785,000
22505 Woodway Park Rd, WA
(47.7959498, -122.3831034)
47.79595
-122.383103
56
Active/Contingent
null
Condo/Townhome/Row Home/Co-Op
2014 Eastbourne Dr
2
{'atAGlanceFacts': [{'factValue': '1998', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': None, 'factLabel': 'lotsize'}, {'factValue': 'No Info', 'factLabel': 'Price/sqft'}]}
null
Southern Pines
[{'rating': ['NR', '4', '7', '4', '6', '7', 'NR', 'NR'], 'data': {'Distance': ['1.8 mi', '4.0 mi', '2.2 mi', '2.9 mi', '4.3 mi', '8.2 mi', '0.9 mi', '0.9 mi'], 'Grades': ['PK–2', '6–8', '9–12', '3–5', 'K–9', '9–12', 'K–12', 'PK–12']}, 'name': ['Southern Pines Primary School', 'Southern Middle School', 'Pinecrest High School', 'Southern Pines Elementary School', 'Sandhills Theatre Arts Renaissance School', 'Union Pines High School', 'Covenant Preparatory Private School', "The O'Neal Private School"]}]
0
2
NC
1
null
$166,500
2014 Eastbourne Dr, NC
(35.2101474, -79.4075917)
35.210147
-79.407592
57
for sale
null
townhouse
1134 Longitude Dr
2.5 Baths
{'atAGlanceFacts': [{'factValue': '', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '', 'factLabel': 'lotsize'}, {'factValue': '$154/sqft', 'factLabel': 'Price/sqft'}]}
null
Durham
[{'rating': ['3/10', '4/10', '3/10'], 'data': {'Distance': ['3.27mi', '0.84mi', '2.98mi'], 'Grades': ['6-8', '9-12', 'PK-5']}, 'name': ["Lowe's Grove Middle", 'Hillside High', 'Bethesda Elementary']}]
1,681 sqft
3 Beds
NC
2.0
null
$259,658
1134 Longitude Dr, NC
(35.9513496, -78.8885584)
35.95135
-78.888558
58
for sale
null
single-family home
4146 Diaz Ct
4 Baths
{'atAGlanceFacts': [{'factValue': '1997', 'factLabel': 'Year built'}, {'factValue': '2003', 'factLabel': 'Remodeled year'}, {'factValue': 'Heat Pump', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'Attached Garage', 'factLabel': 'Parking'}, {'factValue': '6,000 sqft', 'factLabel': 'lotsize'}, {'factValue': '$213/sqft', 'factLabel': 'Price/sqft'}]}
yes
Hernando Beach
[{'rating': ['7/10', '4/10', '5/10'], 'data': {'Distance': ['3.14mi', '5.71mi', '10.03mi'], 'Grades': ['PK-5', '6-8', '9-12']}, 'name': ['Westside Elementary School', 'Fox Chapel Middle School', 'Weeki Wachee High School']}]
3,756 sqft
4 Beds
FL
2.0
null
$799,000
4146 Diaz Ct, FL
(28.6558677, -81.2590433)
28.655868
-81.259043
59
for sale
null
single-family home
9027 Indigo Breeze Ct
2 Baths
{'atAGlanceFacts': [{'factValue': '', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '', 'factLabel': 'lotsize'}, {'factValue': '$163/sqft', 'factLabel': 'Price/sqft'}]}
null
Temple Terrace
[{'rating': ['2/10', '3/10', '2/10'], 'data': {'Distance': ['2.69mi', '5.52mi', '3.28mi'], 'Grades': ['PK-5', '9-12', '6-8']}, 'name': ['Thonotosassa Elementary School', 'Armwood High School', 'Jennings Middle School']}]
1,504 sqft
3 Beds
FL
1.0
null
$244,990
9027 Indigo Breeze Ct, FL
null
null
null
60
null
null
Single Family
4761 NW 7th Dr
2.0
{'atAGlanceFacts': [{'factValue': '1964', 'factLabel': 'Year built'}, {'factValue': '1965', 'factLabel': 'Remodeled year'}, {'factValue': 'No Data', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': '1 space', 'factLabel': 'Parking'}, {'factValue': '9,600 sqft', 'factLabel': 'lotsize'}, {'factValue': None, 'factLabel': 'Price/sqft'}]}
null
Plantation
[{'rating': ['3/10', '6/10', '5/10'], 'data': {'Distance': ['0.5 mi', '2.3 mi', '1.9 mi'], 'Grades': ['PK-5', '6-8', '9-12']}, 'name': ['Plantation Elementary School', 'Seminole Middle School', 'South Plantation High School']}]
2,088 sqft
3
FL
1.0
Yes
$333,543
4761 NW 7th Dr, FL
(26.357175, -80.101453)
26.357175
-80.101453
61
null
null
Single Family
7353 Boysenberry Ct
2.0
{'atAGlanceFacts': [{'factValue': '1983', 'factLabel': 'Year built'}, {'factValue': '1983', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'No Data', 'factLabel': 'Parking'}, {'factValue': '0.29 acres', 'factLabel': 'lotsize'}, {'factValue': None, 'factLabel': 'Price/sqft'}]}
Yes
Jacksonville
[{'rating': ['7/10', '2/10', '4/10'], 'data': {'Distance': ['2.2 mi', '3.8 mi', '3.2 mi'], 'Grades': ['K-5', '6-8', '9-12']}, 'name': ['Chimney Lakes Elementary School', 'Jefferson Davis Middle School', 'Westside High School']}]
1,446 sqft
3
FL
1
null
null
7353 Boysenberry Ct, FL
(30.19478, -81.766872)
30.19478
-81.766872
62
for sale
null
lot/land
4851 Adams Rd
null
{'atAGlanceFacts': [{'factValue': '1974', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': 'Electric', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '1.7 acres', 'factLabel': 'lotsize'}, {'factValue': '$344/sqft', 'factLabel': 'Price/sqft'}]}
null
Atlanta
[{'rating': ['8/10', '6/10', '8/10'], 'data': {'Distance': ['0.93mi', '0.59mi', '0.41mi'], 'Grades': ['9-12', '6-8', 'PK-5']}, 'name': ['Dunwoody High School', 'Peachtree Middle School', 'Dunwoody Elementary School']}]
1,076 sqft
null
GA
2.0
null
$369,900
4851 Adams Rd, GA
(32.1439232, -81.296763)
32.143923
-81.296763
63
null
null
Single Family
938 Vista Placera
3.0
{'atAGlanceFacts': [{'factValue': '2019', 'factLabel': 'Year built'}, {'factValue': None, 'factLabel': 'Remodeled year'}, {'factValue': 'No Data', 'factLabel': 'Heating'}, {'factValue': 'No Data', 'factLabel': 'Cooling'}, {'factValue': '3 spaces', 'factLabel': 'Parking'}, {'factValue': 'No Data', 'factLabel': 'lotsize'}, {'factValue': '$152', 'factLabel': 'Price/sqft'}]}
null
San Antonio
[{'rating': ['10/10', '9/10', '8/10'], 'data': {'Distance': ['2.5 mi', '11.9 mi', '10.6 mi'], 'Grades': ['PK-5', '6-8', '9-12']}, 'name': ['Timberwood Park Elementary School', 'Smithson Valley Middle School', 'Smithson Valley High School']}]
2,688
3
TX
1.0
null
$409,069
938 Vista Placera, TX
(29.6831361, -98.479777)
29.683136
-98.479777
64
Active
null
null
107 Road 5110
null
{'atAGlanceFacts': [{'factValue': '', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '—', 'factLabel': 'lotsize'}, {'factValue': None, 'factLabel': 'Price/sqft'}]}
null
Cleveland
[{'rating': ['NR', '4', '6', '5', '2'], 'data': {'Distance': ['12.1 mi', '11.3 mi', '13.4 mi', '12.0 mi', '12.1 mi'], 'Grades': ['Preschool to 2', 'Preschool to 6', '3 to 4', '5 to 8', '9 to 12']}, 'name': ['Southside Primary School', 'Eastside Elementary School', 'Northside Elementary School', 'Cleveland Middle School', 'Cleveland High School']}]
null
null
TX
null
null
50,000
107 Road 5110, TX
(26.3160609, -98.264938)
26.316061
-98.264938
65
Active
null
Single Family Home
8509 Findlay St
1
{'atAGlanceFacts': [{'factValue': '1940', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': 'Central Electric', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '11920', 'factLabel': 'lotsize'}, {'factValue': '$115', 'factLabel': 'Price/sqft'}]}
null
Houston
[{'rating': ['9', '3', '1', '3', '2', 'NR', 'NR', 'NR'], 'data': {'Distance': ['0.3 mi', '2.2 mi', '0.9 mi', '0.8 mi', '1.1 mi', '1.1 mi', '0.5 mi', '0.8 mi'], 'Grades': ['PK–5', '6–8', '9–12', 'K–5', '6–8', 'K–12', 'PK–8', 'PK–2']}, 'name': ['Park Place Elementary School', 'Ortiz Middle School', 'Chavez High School', 'Raul Yzaguirre School For Success', 'Deady Middle School', 'Academic Behavior Center East School', 'St Christopher Catholic Private School', 'Busi Bodies Academy Private School']}]
1308
2.0
TX
1
null
$149,999
8509 Findlay St, TX
(29.693661, -95.272357)
29.693661
-95.272357
66
for sale
null
single-family home
7209 Shadyvilla Ln
2 Baths
{'atAGlanceFacts': [{'factValue': '1965', 'factLabel': 'Year built'}, {'factValue': '1965', 'factLabel': 'Remodeled year'}, {'factValue': 'Other', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '4,696 sqft', 'factLabel': 'lotsize'}, {'factValue': '$136/sqft', 'factLabel': 'Price/sqft'}]}
null
Houston
[{'rating': ['3/10', '3/10', '2/10'], 'data': {'Distance': ['1.6mi', '0.42mi', '3.7mi'], 'Grades': ['5-8', 'PK-5', '9-12']}, 'name': ['Landrum Middle School', 'Housman Elementary School', 'Northbrook High School']}]
1,612 sqft
null
TX
2.0
null
$220,000
7209 Shadyvilla Ln, TX
(29.7962823, -95.4758861)
29.796282
-95.475886
67
for sale
null
condo
200 E Delaware Pl #25A
3 Baths
{'atAGlanceFacts': [{'factValue': '1973', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced Air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'Attached Garage', 'factLabel': 'Parking'}, {'factValue': '0.62 acres', 'factLabel': 'lotsize'}, {'factValue': '$340/sqft', 'factLabel': 'Price/sqft'}]}
null
Chicago
[{'rating': ['4/10', '7/10'], 'data': {'Distance': ['2.42mi', '0.4mi'], 'Grades': ['9-12', 'PK-8']}, 'name': ['Wells Community Academy High School', 'Ogden Elementary School']}]
2,200 sqft
3 Beds
IL
9.0
yes
$749,000
200 E Delaware Pl #25A, IL
null
null
null
68
for sale
null
single-family home
4165 Sheppard Dr
2 Baths
{'atAGlanceFacts': [{'factValue': '1968', 'factLabel': 'Year built'}, {'factValue': '1968', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced Air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'Attached Garage', 'factLabel': 'Parking'}, {'factValue': '7,405 sqft', 'factLabel': 'lotsize'}, {'factValue': '$205/sqft', 'factLabel': 'Price/sqft'}]}
yes
Las Vegas
[{'rating': ['None/10', '3/10', '5/10'], 'data': {'Distance': ['1.31mi', '1.19mi', '0.26mi'], 'Grades': ['6-8', '9-12', 'PK-5']}, 'name': ['C W Woodbury Middle School', 'Chaparral High School', 'William E Ferron Elementary School']}]
1,244 sqft
3 Beds
NV
1.0
yes
$255,000
4165 Sheppard Dr, NV
(36.104834, -115.057715)
36.104834
-115.057715
69
Active
null
Single Family Home
26 Casco Ct
2
{'atAGlanceFacts': [{'factValue': '1999', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': 'Natural Gas', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': 'Double Wide Drive, Oversized Drive', 'factLabel': 'Parking'}, {'factValue': '4983', 'factLabel': 'lotsize'}, {'factValue': '$118', 'factLabel': 'Price/sqft'}]}
null
Lakewood
[{'rating': ['4', '3', '2', 'NR', 'NR', 'NR', 'NR'], 'data': {'Distance': ['1.4 mi', '3.6 mi', '3.7 mi', '1.5 mi', '4.4 mi', '0.6 mi', '0.6 mi'], 'Grades': ['1–5', '6–8', '9–12', 'PK–1', '9–12', '9–12', 'K–12']}, 'name': ['Oak Street Elementary School', 'Lakewood Middle School', 'Lakewood High School', 'Spruce St Elementary School', 'Brick Center Vocational School', 'Yeshivas Ohr Yissochor Private School', 'Agape Academy Private School']}]
2272
2.0
NJ
1.0
null
$269,000
26 Casco Ct, NJ
(40.0536048, -74.2322231)
40.053605
-74.232223
70
for sale
null
lot/land
Greenfield Drive Off St
null
{'atAGlanceFacts': [{'factValue': '', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '', 'factLabel': 'lotsize'}, {'factValue': None, 'factLabel': 'Price/sqft'}]}
null
Waco
[{'rating': ['3/10', '2/10', '2/10', '5/10'], 'data': {'Distance': ['1.59mi', '2.42mi', '1.47mi', '2.48mi'], 'Grades': ['9-12', '6-8', '4-5', '1-3']}, 'name': ['Connally High School', 'Connally J High School', 'Connally Elementary School', 'Connally Primary School']}]
null
null
TX
null
null
$10,000
Greenfield Drive Off St, TX
null
null
null
71
for sale
null
single-family home
8451 24th Ave SW
null
{'atAGlanceFacts': [{'factValue': '1918', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': 'Baseboard', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': 'Off Street', 'factLabel': 'Parking'}, {'factValue': '7,680 sqft', 'factLabel': 'lotsize'}, {'factValue': '$617/sqft', 'factLabel': 'Price/sqft'}]}
null
Seattle
[{'rating': ['6/10', '3/10', '4/10'], 'data': {'Distance': ['0.33mi', '0.7mi', '0.18mi'], 'Grades': ['6-8', 'PK-5', '9-12']}, 'name': ['Denny Middle School', 'Roxhill Elementary School', 'Chief Sealth High School']}]
770 sqft
2 Beds
WA
1.0
null
$475,000
8451 24th Ave SW, WA
(47.52674015, -122.36342253177133)
47.52674
-122.363423
72
Active
null
151 Godfrey Ave NE
null
{'atAGlanceFacts': [{'factValue': '1960', 'factLabel': 'Year built'}, {'factValue': '1993', 'factLabel': 'Remodeled year'}, {'factValue': 'Central, Electric', 'factLabel': 'Heating'}, {'factValue': 'Central Air', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '10,200 Sq. Ft.', 'factLabel': 'lotsize'}, {'factValue': '$190 / Sq. Ft.', 'factLabel': 'Price/sqft'}]}
null
PORT CHARLOTTE
[{'rating': ['4', '7', '7'], 'data': {'Distance': ['1.4 mi', '2.6 mi', '4.8 mi'], 'Grades': ['Preschool to 5', '6 to 8', '9 to 12']}, 'name': ['Peace River Elementary School', 'Port Charlotte Middle School', 'Charlotte High School']}]
1,160
null
FL
One
null
219,900
151 Godfrey Ave NE, FL
(26.969737, -82.100141)
26.969737
-82.100141
73
for sale
null
single-family home
1397 Roberts Rd
4 Baths
{'atAGlanceFacts': [{'factValue': '1994', 'factLabel': 'Year built'}, {'factValue': '1999', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced Air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'Attached Garage, Detached Garage, Carport', 'factLabel': 'Parking'}, {'factValue': '25.41 acres', 'factLabel': 'lotsize'}, {'factValue': '$454/sqft', 'factLabel': 'Price/sqft'}]}
yes
Saint Johns
[{'rating': ['10/10', '8/10', '9/10'], 'data': {'Distance': ['1.95mi', '0.62mi', '1.58mi'], 'Grades': ['6-8', 'PK-5', '9-12']}, 'name': ['Switzerland Point Middle School', 'Cunningham Creek Elementary School', 'Bartram Trail High School']}]
3,928 sqft
4 Beds
FL
1.0
yes
$1,785,000
1397 Roberts Rd, FL
(28.5409734, -80.6735872)
28.540973
-80.673587
74
For sale
null
Single Family
19293 Marshmallow Pl
Bathrooms: 3
{'atAGlanceFacts': [{'factValue': '2019', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '5,227 sqft lot', 'factLabel': 'lotsize'}, {'factValue': '$300', 'factLabel': 'Price/sqft'}]}
Yes
Bend
[{'rating': ['NA', '7/10', '10/10'], 'data': {'Distance': ['2 mi', '1.5 mi', '2.2 mi'], 'Grades': ['K-5', '6-8', '9-12']}, 'name': ['William E Miller Elementary', 'Cascade Middle School', 'Summit High School']}]
Total interior livable area: 2,383 sqft
4 bd
OR
null
null
$714,550
19293 Marshmallow Pl, OR
null
null
null
75
Active
null
Single Family Home
4106 Foxtail Ct
4.5
{'atAGlanceFacts': [{'factValue': '2007', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '103237', 'factLabel': 'lotsize'}, {'factValue': '$81', 'factLabel': 'Price/sqft'}]}
null
Kissimmee
[{'rating': ['3', '5', 'NR', '4', '2', '7', 'NR', 'NR'], 'data': {'Distance': ['2.1 mi', '3.7 mi', '3.2 mi', '3.9 mi', '0.6 mi', '3.6 mi', '2.8 mi', '2.8 mi'], 'Grades': ['PK–12', '6–8', 'K–11', 'K–5', 'K–8', '9–12', 'PK–7', 'PK–8']}, 'name': ['Liberty High School', 'Horizon Middle School', 'Technical Education Center Osceola-Poinciana Campus School', 'Sunrise Elementary School', 'Avant Garde Academy K8 Osceola School', 'New Dimensions High School', 'Peace Lutheran Private School', 'Peace Lutheran Private School']}]
5131
5
FL
2
null
$414,900
4106 Foxtail Ct, FL
(29.0298574, -80.9482805)
29.029857
-80.948281
76
for sale
null
single-family home
5427 Stanford Ave
6 Baths
{'atAGlanceFacts': [{'factValue': '2014', 'factLabel': 'Year built'}, {'factValue': '2014', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced Air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'Attached Garage', 'factLabel': 'Parking'}, {'factValue': '9,263 sqft', 'factLabel': 'lotsize'}, {'factValue': '$397/sqft', 'factLabel': 'Price/sqft'}]}
yes
Dallas
[{'rating': ['3/10', '6/10', '3/10'], 'data': {'Distance': ['2.58mi', '1.03mi', '2.44mi'], 'Grades': ['6-8', 'PK-5', '9-12']}, 'name': ['Edward High Cary Middle School', 'K B Polk Center For Academically T', 'Thomas Jefferson High School']}]
4,520 sqft
4 Beds
TX
2.0
null
$1,795,000
5427 Stanford Ave, TX
(32.105905, -96.479379)
32.105905
-96.479379
77
for sale
null
condo
700 SE 14th St #E
3 Baths
{'atAGlanceFacts': [{'factValue': '1984', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced Air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '654 sqft', 'factLabel': 'lotsize'}, {'factValue': '$271/sqft', 'factLabel': 'Price/sqft'}]}
null
Fort Lauderdale
[{'rating': ['7/10', '5/10', '7/10'], 'data': {'Distance': ['3.09mi', '2.79mi', '0.22mi'], 'Grades': ['9-12', '6-8', 'PK-5']}, 'name': ['Fort Lauderdale High School', 'Sunrise Middle School', 'Harbordale Elementary School']}]
1,250 sqft
2 Beds
FL
null
null
$339,000
700 SE 14th St #E, FL
null
null
null
78
for sale
null
condo
340 W 2nd St #4
2 Baths
{'atAGlanceFacts': [{'factValue': '2019', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced Air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '', 'factLabel': 'lotsize'}, {'factValue': '$865/sqft', 'factLabel': 'Price/sqft'}]}
null
Boston
[{'rating': [], 'data': {'Distance': [], 'Grades': []}, 'name': []}]
1,060 sqft
2 Beds
MA
null
null
$916,900
340 W 2nd St #4, MA
null
null
null
79
Active
null
null
4391 Collins Ave #1217
null
{'atAGlanceFacts': [{'factValue': '2008', 'factLabel': 'Year built'}, {'factValue': '2008', 'factLabel': 'Remodeled year'}, {'factValue': 'Central Air', 'factLabel': 'Heating'}, {'factValue': 'Has Cooling', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '—', 'factLabel': 'lotsize'}, {'factValue': '$1208 / Sq. Ft.', 'factLabel': 'Price/sqft'}]}
null
Miami Beach
[{'rating': ['10', '10', 'NR', '4', '4'], 'data': {'Distance': ['0.6 mi', '27.0 mi', '22.4 mi', '0.8 mi', '1.4 mi'], 'Grades': ['Preschool to 5', 'Preschool to 8', 'K to 9', '6 to 8', '9 to 12']}, 'name': ['North Beach Elementary School', 'Air Base Elementary School', 'Robert Morgan Voc-Tech Institute', 'Nautilus Middle School', 'Miami Beach Senior High School']}]
538
null
FL
null
null
650,000
4391 Collins Ave #1217, FL
null
null
null
80
New construction
null
Single Family
5315 Fayetteville Rd
3
{'atAGlanceFacts': [{'factValue': '2019', 'factLabel': 'Year built'}, {'factValue': None, 'factLabel': 'Remodeled year'}, {'factValue': 'Forced air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'No Data', 'factLabel': 'Parking'}, {'factValue': '0.36 acres', 'factLabel': 'lotsize'}, {'factValue': '$168', 'factLabel': 'Price/sqft'}]}
0
Durham
[{'rating': ['5/10', '3/10', '4/10'], 'data': {'Distance': ['2.4 mi', '2.4 mi', '1.9 mi'], 'Grades': ['PK-5', '6-8', '9-12']}, 'name': ['Parkwood Elementary', "Lowe's Grove Middle", 'Hillside High']}]
2,375
4
NC
0.0
null
$399,000
5315 Fayetteville Rd, NC
(35.9279952, -78.9204206)
35.927995
-78.920421
81
For sale
null
Single Family
3427 S Grand Blvd
2.0
{'atAGlanceFacts': [{'factValue': '1946', 'factLabel': 'Year built'}, {'factValue': '2010', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced air', 'factLabel': 'Heating'}, {'factValue': 'None', 'factLabel': 'Cooling'}, {'factValue': '1 space', 'factLabel': 'Parking'}, {'factValue': '5,623 sqft', 'factLabel': 'lotsize'}, {'factValue': '$145', 'factLabel': 'Price/sqft'}]}
Yes
Spokane
[{'rating': ['5/10', '7/10', '7/10'], 'data': {'Distance': ['0.5 mi', '0.2 mi', '2.2 mi'], 'Grades': ['PK-6', '7-8', '9-12']}, 'name': ['Jefferson Elementary School', 'Sacajawea Middle School', 'Lewis & Clark High School']}]
1,993
3
WA
1
null
$289,000
3427 S Grand Blvd, WA
(47.6446901, -117.4106422)
47.64469
-117.410642
82
New construction
null
Single Family
Scarlet Plan, The Woodlands Shumard Oak 50s
Bathrooms: 4
{'atAGlanceFacts': [{'factValue': '2019', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '2 spaces', 'factLabel': 'Parking'}, {'factValue': '-- sqft lot', 'factLabel': 'lotsize'}, {'factValue': '$147', 'factLabel': 'Price/sqft'}]}
null
The Woodlands
[{'rating': ['5/10', '7/10', '8/10'], 'data': {'Distance': ['4.4 mi', '4.3 mi', '4.1 mi'], 'Grades': ['PK-4', '7-8', '9-12']}, 'name': ['Tomball Elementary School', 'Tomball J High School', 'Tomball High School']}]
Total interior livable area: 2,347 sqft
4 bd
TX
2.0
null
$344,990
Scarlet Plan, The Woodlands Shumard Oak 50s, TX
null
null
null
83
for sale
null
single-family home
3894 Chapman Bluff Dr
3 Baths
{'atAGlanceFacts': [{'factValue': '', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '', 'factLabel': 'lotsize'}, {'factValue': '$132/sqft', 'factLabel': 'Price/sqft'}]}
null
Spring
[{'rating': ['9/10', '9/10', '8/10'], 'data': {'Distance': ['1.07mi', '1.19mi', '1.23mi'], 'Grades': ['PK-4', '5-6', '7-8']}, 'name': ['Broadway Elementary School', 'Cox Intermediate School', 'York J High School']}]
2,265 sqft
4 Beds
TX
1.0
null
$299,999
3894 Chapman Bluff Dr, TX
(30.095227, -95.3678609)
30.095227
-95.367861
84
for sale
null
single-family home
1406 Grey Flint Cv
3 Baths
{'atAGlanceFacts': [{'factValue': '2003', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced Air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'Attached Garage', 'factLabel': 'Parking'}, {'factValue': '1.02 acres', 'factLabel': 'lotsize'}, {'factValue': '$155/sqft', 'factLabel': 'Price/sqft'}]}
yes
San Antonio
[{'rating': ['10/10', '9/10', '9/10'], 'data': {'Distance': ['2.88mi', '1.81mi', '0.6mi'], 'Grades': ['6-8', '9-12', 'PK-5']}, 'name': ['Lopez Middle School', 'Reagan High School', 'Vineyard Ranch Elementary']}]
2,831 sqft
4 Beds
TX
1.0
null
$439,000
1406 Grey Flint Cv, TX
(29.61938, -98.518563)
29.61938
-98.518563
85
for sale
null
single-family home
2623 Leakey
3 Baths
{'atAGlanceFacts': [{'factValue': '2000', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced Air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'Attached Garage', 'factLabel': 'Parking'}, {'factValue': '10,411 sqft', 'factLabel': 'lotsize'}, {'factValue': '$102/sqft', 'factLabel': 'Price/sqft'}]}
yes
San Antonio
[{'rating': ['5/10', '8/10', '7/10'], 'data': {'Distance': ['0.68mi', '0.74mi', '0.44mi'], 'Grades': ['6-8', 'PK-5', '9-12']}, 'name': ['Jordan Middle School', 'Raba Elementary School', 'Warren High School']}]
2,991 sqft
4 Beds
TX
2.0
null
$304,900
2623 Leakey, TX
(29.460975, -98.67602)
29.460975
-98.67602
86
Active
null
null
9971 Preserves Way
null
{'atAGlanceFacts': [{'factValue': '', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '2.59 Acres', 'factLabel': 'lotsize'}, {'factValue': None, 'factLabel': 'Price/sqft'}]}
null
Jacksonville
[{'rating': ['7', '3', '3'], 'data': {'Distance': ['3.5 mi', '8.6 mi', '7.7 mi'], 'Grades': ['K to 5', '6 to 8', '9 to 12']}, 'name': ['Dinsmore Elementary School', 'Highlands Middle School', 'Jean Ribault High School']}]
null
null
FL
null
null
18,000
9971 Preserves Way, FL
(30.4333182, -81.8259547)
30.433318
-81.825955
87
for sale
null
condo
7770 Meadow Rd #104
2 Baths
{'atAGlanceFacts': [{'factValue': '1968', 'factLabel': 'Year built'}, {'factValue': '2006', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced Air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': '1', 'factLabel': 'Parking'}, {'factValue': '1.11 acres', 'factLabel': 'lotsize'}, {'factValue': '$196/sqft', 'factLabel': 'Price/sqft'}]}
null
Dallas
[{'rating': ['5/10', '3/10', '8/10'], 'data': {'Distance': ['0.76mi', '0.72mi', '1.42mi'], 'Grades': ['9-12', '6-8', 'PK-5']}, 'name': ['Hillcrest High School', 'Benjamin Franklin Middle School', 'Preston Hollow Elementary School']}]
818 sqft
2 Beds
TX
1.0
yes
$160,000
7770 Meadow Rd #104, TX
null
null
null
88
for sale
null
single-family home
798 SW McCall Rd
2 Baths
{'atAGlanceFacts': [{'factValue': '2004', 'factLabel': 'Year built'}, {'factValue': '2004', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced Air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'Attached Garage', 'factLabel': 'Parking'}, {'factValue': '10,019 sqft', 'factLabel': 'lotsize'}, {'factValue': '$115/sqft', 'factLabel': 'Price/sqft'}]}
null
Port Saint Lucie
[{'rating': ['8/10', '5/10', '4/10', '3/10', '5/10', '6/10', '7/10', '5/10'], 'data': {'Distance': ['7.33mi', '1.03mi', '8.28mi', '1.06mi', '4.25mi', '4.98mi', '4.41mi', '3.44mi'], 'Grades': ['K-8', '9-12', 'PK-8', 'PK-5', 'PK-5', 'K-8', 'K-8', 'PK-8']}, 'name': ['West Gate K-8 School', 'Treasure Coast High School', 'Allapattah Flats K-8', 'Windmill Point Elementary School', 'Bayshore Elementary School', 'Manatee Academy K-8', 'St. Lucie West K-8 School', 'Oak Hammock K-8 School']}]
2,268 sqft
4 Beds
FL
1.0
null
$259,900
798 SW McCall Rd, FL
(27.2302349, -80.3741172)
27.230235
-80.374117
89
for sale
null
condo
11807 Front Beach Rd #2203
3 Baths
{'atAGlanceFacts': [{'factValue': '2007', 'factLabel': 'Year built'}, {'factValue': '2007', 'factLabel': 'Remodeled year'}, {'factValue': 'Electric', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': 'Covered Lot', 'factLabel': 'Parking'}, {'factValue': '', 'factLabel': 'lotsize'}, {'factValue': '$373/sqft', 'factLabel': 'Price/sqft'}]}
null
Panama City Beach
[{'rating': ['5/10', '6/10', '7/10'], 'data': {'Distance': ['1.12mi', '2.21mi', '1.38mi'], 'Grades': ['PK-5', '6-8', 'PK-12']}, 'name': ['Hutchison Beach Elementary School', 'Surfside Middle School', 'J.R. Arnold High School']}]
1,916 sqft
3 Beds
FL
null
yes
$715,000
11807 Front Beach Rd #2203, FL
(30.186974, -85.8253744)
30.186974
-85.825374
90
for sale
null
coop
8470 129th St #4A
2 Baths
{'atAGlanceFacts': [{'factValue': '1969', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '0.75 acres', 'factLabel': 'lotsize'}, {'factValue': None, 'factLabel': 'Price/sqft'}]}
null
Kew Gardens
[{'rating': ['3/10', '6/10', '7/10'], 'data': {'Distance': ['1.15mi', '0.68mi', '0.37mi'], 'Grades': ['9-12', '6-8', 'K-6']}, 'name': ['Hillcrest High School', 'Jhs 217 Robert A Van Wyck', 'Ps 99 Kew Gardens']}]
107,250 sqft
2 Beds
NY
null
null
$319,000
8470 129th St #4A, NY
null
null
null
91
Active
null
Single Family Home
15125 Mille Fiore Blvd.
2
{'atAGlanceFacts': [{'factValue': '', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': None, 'factLabel': 'lotsize'}, {'factValue': '$139', 'factLabel': 'Price/sqft'}]}
null
Port Charlotte
[{'rating': ['5', '4', '6', '1', 'NR', 'NR', 'NR', 'NR'], 'data': {'Distance': ['5.5 mi', '2.2 mi', '3.0 mi', '3.3 mi', '3.2 mi', '3.3 mi', '1.9 mi', '3.5 mi'], 'Grades': ['PK–5', '6–8', '9–12', 'K–9', '6–12', 'K–12', '1–9', 'PK–12']}, 'name': ['Liberty Elementary School', 'Murdock Middle School', 'Port Charlotte High School', 'Charlotte Technical Center School', 'The Academy School', 'Charlotte Virtual Instruction Program School', 'Jordan Center for Learning Private School', 'Academy of Biblical Character Development Private Schools']}]
1,702
3
FL
null
null
$235,900
15125 Mille Fiore Blvd., FL
(27.0017887, -82.19930360878203)
27.001789
-82.199304
92
For sale
null
Single Family
3007 Carlene Dr
3 ba
{'atAGlanceFacts': [{'factValue': '', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': 'Attached Garage', 'factLabel': 'Parking'}, {'factValue': '0.34 acres', 'factLabel': 'lotsize'}, {'factValue': '$119', 'factLabel': 'Price/sqft'}]}
null
Bloomington
[{'rating': ['4/10', '6/10', '9/10'], 'data': {'Distance': ['2.9 mi', '3.5 mi', '2.6 mi'], 'Grades': ['K-5', '6-8', '9-12']}, 'name': ['Colene Hoose Elementary School', 'Chiddix Jr High School', 'Normal Community High School']}]
1,595 sqft
3 bd
IL
null
null
$189,900
3007 Carlene Dr, IL
(41.3616369, -89.0887942)
41.361637
-89.088794
93
Active
null
null
304 E South St #2024
null
{'atAGlanceFacts': [{'factValue': '2002', 'factLabel': 'Year built'}, {'factValue': '2002', 'factLabel': 'Remodeled year'}, {'factValue': 'Central, Electric', 'factLabel': 'Heating'}, {'factValue': 'Central Air', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '—', 'factLabel': 'lotsize'}, {'factValue': '$208 / Sq. Ft.', 'factLabel': 'Price/sqft'}]}
null
ORLANDO
[{'rating': ['3', '7', 'NR', 'NR', '9', '4', '7'], 'data': {'Distance': ['1.6 mi', '4.6 mi', '0.2 mi', '0.3 mi', '0.4 mi', '3.2 mi', '4.6 mi'], 'Grades': ['Preschool to 5', 'K to 8', 'K to 8', 'K to 9', 'K to 8', '9 to 12', '9 to 12']}, 'name': ['Lake Como Elementary School', 'Cornerstone Academy Charter', 'The Christ School', 'Bridge To Independence', 'Lake Eola Charter School', 'Edgewater High School', 'Cornerstone Charter Academy High School']}]
667
null
FL
One
null
138,500
304 E South St #2024, FL
null
null
null
94
Pre-foreclosure / auction
null
Townhouse
20663 Fm 2154 Rd
Bathrooms: 4
{'atAGlanceFacts': [{'factValue': '2016', 'factLabel': 'Year built'}, {'factValue': '1984', 'factLabel': 'Remodeled year'}, {'factValue': 'Other', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': '3 spaces', 'factLabel': 'Parking'}, {'factValue': '2 acres', 'factLabel': 'lotsize'}, {'factValue': '', 'factLabel': 'Price/sqft'}]}
Yes
College Station
[{'rating': ['NA', '2/10', 'NA'], 'data': {'Distance': ['10.7 mi', '11.5 mi', '10.7 mi'], 'Grades': ['PK-5', '6-8', '9-12']}, 'name': ['Brule Elementary School', 'Navasota J High School', 'W B Bizzell Academy']}]
Total interior livable area: 4,179 sqft
4 bd
TX
2.0
null
null
20663 Fm 2154 Rd, TX
(30.5813203, -96.3224738)
30.58132
-96.322474
95
Pending
null
Single Family Home
8 Waldorf Pl
2
{'atAGlanceFacts': [{'factValue': '1999', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': 'Central Electric', 'factLabel': 'Heating'}, {'factValue': 'Central Electric', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '19994', 'factLabel': 'lotsize'}, {'factValue': '$144', 'factLabel': 'Price/sqft'}]}
null
Palm Coast
[{'rating': ['5', '4', '6', 'NR', '5', 'NR', 'NR', 'NR'], 'data': {'Distance': ['0.6 mi', '0.6 mi', '3.8 mi', '1.8 mi', '3.5 mi', '3.8 mi', '1.4 mi', '1.4 mi'], 'Grades': ['PK–6', '7–8', '9–12', 'K–8', '7–12', 'PK–8', 'PK–12']}, 'name': ['Lewis E. Wadsworth Elementary School', 'Buddy Taylor Middle School', 'Flagler-Palm Coast High School', 'Flagler County Adult School', 'Imagine School Town Center', 'Flagler Virtual Instruction(Course Offerings) School', 'St Elizabeth Ann Seton Catholic Private School', 'Palm Coast Christian Private School']}]
1587
3
FL
One
null
$229,000
8 Waldorf Pl, FL
(29.527493, -81.2337452)
29.527493
-81.233745
96
/ auction
null
Single Family
16611 15th Ave SW
2.0
{'atAGlanceFacts': [{'factValue': '1954', 'factLabel': 'Year built'}, {'factValue': None, 'factLabel': 'Remodeled year'}, {'factValue': 'Forced air', 'factLabel': 'Heating'}, {'factValue': 'No Data', 'factLabel': 'Cooling'}, {'factValue': '1 space', 'factLabel': 'Parking'}, {'factValue': '7,500 sqft', 'factLabel': 'lotsize'}, {'factValue': None, 'factLabel': 'Price/sqft'}]}
Yes
Burien
[{'rating': ['4/10', '2/10', '1/10'], 'data': {'Distance': ['0.3 mi', '0.9 mi', '1.7 mi'], 'Grades': ['PK-6', '7-8', '9-12']}, 'name': ['Gregory Heights Elementary School', 'Sylvester Middle School', 'Highline High School']}]
1,790 sqft
4
WA
1
null
$493,999
16611 15th Ave SW, WA
(47.453949550000004, -122.35428195)
47.45395
-122.354282
97
for sale
null
single-family home
Armstrong Plan in Cadence at Mint Hill
2.5 Baths
{'atAGlanceFacts': [{'factValue': '', 'factLabel': 'Year built'}, {'factValue': '', 'factLabel': 'Remodeled year'}, {'factValue': '', 'factLabel': 'Heating'}, {'factValue': '', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '', 'factLabel': 'lotsize'}, {'factValue': '$192/sqft', 'factLabel': 'Price/sqft'}]}
null
Mint Hill
[{'rating': ['5/10', '10/10', '6/10'], 'data': {'Distance': ['4.28mi', '1.2mi', '3.38mi'], 'Grades': ['6-8', 'K-5', '9-12']}, 'name': ['Mint Hill Middle School', 'Bain Elementary', 'Independence High']}]
1,731 sqft
2 Beds
NC
null
null
$331,990+
Armstrong Plan in Cadence at Mint Hill, NC
null
null
null
98
Active
null
Detached, Two Story
10550 SW 97th Ave
null
{'atAGlanceFacts': [{'factValue': '1952', 'factLabel': 'Year built'}, {'factValue': '1952', 'factLabel': 'Remodeled year'}, {'factValue': 'Central Air', 'factLabel': 'Heating'}, {'factValue': 'Has Cooling', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '1.41 Acres', 'factLabel': 'lotsize'}, {'factValue': '$217 / Sq. Ft.', 'factLabel': 'Price/sqft'}]}
null
Miami
[{'rating': ['9', '10', 'NR', '7', '4'], 'data': {'Distance': ['1.5 mi', '11.2 mi', '5.5 mi', '2.7 mi', '0.2 mi'], 'Grades': ['Preschool to 8', 'Preschool to 8', 'K to 9', '6 to 8', '9 to 12']}, 'name': ['Vineland K-8 Center', 'Air Base Elementary School', 'Robert Morgan Voc-Tech Institute', 'Palmetto Middle School', 'Miami Killian Senior High School']}]
3,685
null
FL
null
null
800,000
10550 SW 97th Ave, FL
(25.671591499999998, -80.35184866293457)
25.671592
-80.351849
99
for sale
null
condo
2649 NW 48th Ter #431
2 Baths
{'atAGlanceFacts': [{'factValue': '1977', 'factLabel': 'Year built'}, {'factValue': '1978', 'factLabel': 'Remodeled year'}, {'factValue': 'Forced Air', 'factLabel': 'Heating'}, {'factValue': 'Central', 'factLabel': 'Cooling'}, {'factValue': '', 'factLabel': 'Parking'}, {'factValue': '', 'factLabel': 'lotsize'}, {'factValue': '$78/sqft', 'factLabel': 'Price/sqft'}]}
null
Lauderdale Lakes
[{'rating': ['3/10', '2/10', '4/10'], 'data': {'Distance': ['2.24mi', '0.28mi', '0.67mi'], 'Grades': ['9-12', 'PK-5', '6-11']}, 'name': ['Boyd H. Anderson High School', 'Castle Hill Elementary School', 'Lauderhill 6-12 STEM-MED Magnet School']}]
960 sqft
2 Beds
FL
null
null
$74,900
2649 NW 48th Ter #431, FL
null
null
null
End of preview.
README.md exists but content is empty. Use the Edit dataset card button to edit it.
Downloads last month
2