Property Info
Our comprehensive database contains information of over 6 million active and inactive listings sourced from 600+ of the 820 MLS providers across the US, with active listings added daily. Please note that our API provides access to this aggregated data, not direct access to the MLS systems themselves.
The Property Object
The Property Object:
{
"status": "success",
"content": {
"id": 6428624,
"title": "SINGLE_FAMILY - Other - El Paso, TX",
"description": "Experience the elegance of the Pebble Beach Farmhouse...",
"address": "1823 Schyler Love Lane",
"city": "El Paso",
"state": "TX",
"county": "EL PASO",
"zip": "79928",
"location": "Little Bit of Country",
"beds": 4,
"baths": 3,
"sqft": 2057,
"lotSize": 5663,
"listPrice": 405950,
"price_per_sqft": 197.35,
"yearBuilt": 2026,
"parcel_number": "100100111100000101",
"mls_id": "937135",
"daysOnMarket": 1,
"latitude": 31.66595,
"longitude": -106.236557,
"homeType": "Single Family Residential",
"property_type": "Residential",
"property_sub_type": "Single Family Residence",
"status": "Active",
"neighborhood": {
"id": 274329,
"name": "Little Bit of Country",
"city": "El Paso",
"state": "TX",
"mashMeter": 29,
"singleHomeValue": 315950
},
"ROI": {
"traditional_ROI": 1.79,
"traditional_rental": 1835,
"airbnb_rental": 397,
"airbnb_cap_rate": -2.69,
"airbnb_ROI": -2.66,
"traditional_cap_rate": 1.81
},
"image": { "url": "http://...", "default_image": "https://..." },
"extra_images": ["http://...", "http://..."],
"schools": [
{ "category": "Elementary", "name": "Lujanchav", "district": "Socorro" },
{ "category": "MiddleOrJunior", "name": "Walter Clarke", "district": "Socorro" },
{ "category": "High", "name": "Americas", "district": "Socorro" }
],
"heating_system": "Forced Air",
"cooling_system": "Ceiling Fan(s)",
"agents": [{ "id": 824580, "office_id": 9759 }]
}
}
Property Data Dictionary
| Attribute | Definition | Possible Returns |
|---|---|---|
| id | Mashvisor Property ID | Integer |
| title | A short title for the property | String |
| description | Longer description of the property | String |
| home_type | The property sub type as provided by the MLS provider (Single Family Residential, Townhouse, Condo/Coop, Multi Family, Other) | String |
| property_main_type | The property main type (Residential, Commercial, Common Interest, Farm And Agriculture, Lots And Land, MultiFamily, Other, Rental) | String |
| property_category | The main property listing category (Purchase, Lease, Rent) | String |
| address | The full street address of the property | String |
| city | The city where the property is located | String |
| state | The state where the property is located | String |
| county | County where a property is located | String |
| zip | Postal code where a property is located | Integer |
| location | The neighborhood where the property is located | String |
| beds | Property full bedrooms count | Integer |
| baths | Property full bathrooms count | Integer |
| num_of_units | Number of units in the property (multifamily) | Integer |
| sqft | Property living area in square feet | Integer |
| lot_size | The lot size of the property in square feet | Integer |
| parcel_number | The property APN assigned by tax assessor | String |
| listing_id / mls_id | The MLS ID of the property | String |
| year_built | The year the property was constructed | Integer |
| walkscore | The walkscore value of the property address | Integer |
| tax | The last known tax amount | Object |
| tax_history | Collection of all the taxes reported for a property | Array |
| list_price | The listed price for the property | Number |
| price_per_sqft | Price per sqft value | Number |
| days_on_market | Number of days since the property was on market for sale | Integer |
| parking_spots | Number of parking spots | Integer |
| parking_type | An indicator for the parking type | String |
| last_sale_date | The last sale date of the property | String |
| last_sale_price | The last sale price of the property | Number |
| is_foreclosure | An indicator if the property is foreclosure or not | Integer/Boolean |
| foreclosure_status | The foreclosure status as described by the MLS provider | String |
| next_open_house_date | The date of the open house occurring | String |
| next_open_house_start_time | The time of the open house starting | String |
| next_open_house_end_time | The time of the open house ending | String |
| url | The URL of the property | String |
| source | The name of the entity that authorized the property to be syndicated | String |
| provider_url | The URL of the entity that authorized the property to be syndicated | String |
| latitude | Latitude of the property | Float |
| longitude | Longitude of the property | Float |
| directions | The directions for the property | String |
| heating_system | The heating system type | String |
| cooling_system | The cooling system type | String |
| neighborhood | Neighborhood object (id, name, city, state, mashMeter, singleHomeValue, etc.) | Object |
| neighborhood_id | The property neighborhood ID | Integer |
| schools | Collection of all the schools nearby a property | Array |
| view_type | The property view type | String |
| image / image_url | The property main image URL or image object | Object/String |
| extra_images | List of the images associated with a property | Array |
| videos | Videos associated with a property | Array |
| virtual_tours | Virtual tour link for a property | Array |
| ROI | Traditional and Airbnb ROI, rental, cap rate data | Object |
| updated_at | Date it's updated in the database | Timestamp |
| occupancy_status | Property occupancy status | String |
| agent_id / agents | The property's agent ID or agents array | Integer/Array |
| disclaimer | Disclaimer text from the MLS | String |
| appliances / characteristics | A description of the appliance or characteristics as provided | String |
| detailed_characteristics | Detailed characteristics | String |
| room_count | Total rooms count | Integer |
| half_baths | Half bathrooms value for a property | Integer |
Get Property
Fetches comprehensive property data — pass whichever parameters match how you want to look up the property:
| Lookup | Required parameters |
|---|---|
| By address | state + address (include city and zip_code for best results) |
| By ID | state + id |
Other options include parcel_number or mls_id when applicable.
Returns beds, baths, square footage, location, pricing, ROI, neighborhood insights, and more.
Query parameters
- Name
state *- Type
- string
- Description
State of the property. Required. API returns 404 if omitted.
- Name
address- Type
- string
- Description
Property street address (for lookup by address).
- Name
id- Type
- long
- Description
Property ID from the Mashvisor database (for lookup by ID).
- Name
city- Type
- string
- Description
Property city (optional with address).
- Name
zip_code- Type
- string
- Description
Property zip code (optional with address).
- Name
parcel_number- Type
- string
- Description
Property parcel or APN.
- Name
mls_id- Type
- string
- Description
Property MLS id.
Lookup flows
Lookup flows
curl -G "https://api.mashvisor.com/v1.1/client/property" \
--data-urlencode "address=1823 Schyler Love Lane" \
-d "state=TX" \
-d "city=El Paso" \
-d "zip_code=79928" \
-H "x-api-key: YOUR_API_KEY"
Request
Request
curl -G "https://api.mashvisor.com/v1.1/client/property" \
-d "state=TX" \
-d "id=6428624" \
-H "x-api-key: YOUR_API_KEY"
Response
{
"status": "success",
"content": {
"stateInterest": {
"state": "TX",
"thirtyYearFixed": 5.625,
"thirtyYearFixedCount": 0,
"fifteenYearFixed": 5.25,
"fifteenYearFixedCount": 0,
"fiveOneARM": 6.25,
"fiveOneARMCount": 7.388
},
"id": 6428624,
"isShortSale": null,
"source": "Greater El Paso Association of Realtors",
"yearBuilt": 2026,
"sqft": 2057,
"lastSaleDate": null,
"lastSalePrice": null,
"state": "TX",
"county": "EL PASO",
"longitude": -106.23655700683594,
"zip": "79928",
"image": {
"image": "http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f1106365754r.jpg",
"url": "http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f1106365754r.jpg",
"width": 100,
"height": 100,
"street_view": null,
"default_image": "https://bc9f40b414b80f1ce90f-212b46b1c531b50ebb00763170d70160.ssl.cf5.rackcdn.com/images/img%20placeholder.png"
},
"extra_images": [
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f1106365754r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f2631219278r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f1719454136r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f405715506r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f3678983359r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f3532764518r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f4002716041r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f134454445r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f1782906862r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f2105404989r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f661290211r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f3953984361r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f4054153363r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f4013608390r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f3758350809r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f2781014893r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f351183588r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f1176465977r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f3157473609r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f2171274825r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f3962860033r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f1261650466r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f1104306382r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f3223043411r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f1633892627r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f751016499r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f4227523926r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f492604558r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f347366549r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f1668050666r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f2725547124r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f527609181r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f4004040427r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f1711306532r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f3061665752r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f325996082r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f3034075272r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f157876479r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f1239011978r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f100284050r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f1902238329r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f808692874r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f1274077205r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f39298402r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f1675622158r.jpg",
"http://lh.rdcpix.com/db53d5d5aaeec44eca0c283bd47fc85el-f2140396833r.jpg"
],
"photos": null,
"videos": [],
"virtual_tours": [],
"tax": null,
"mls_id": "937135",
"ROI": {
"traditional_ROI": 1.79049,
"traditional_rental": 1835,
"airbnb_rental": 397,
"airbnb_cap_rate": -2.69171,
"airbnb_ROI": -2.65896,
"traditional_cap_rate": 1.81254,
"roi_updated_at": "2026-01-25T08:09:11.000Z"
},
"daysOnMarket": 1,
"meta": {
"metaKey": null,
"value": null
},
"neighborhood": {
"country": "United States",
"image": null,
"city": "El Paso",
"singleHomeValue": 315950,
"mashMeter": 29,
"latitude": 31.681043,
"description": null,
"singleHomeValue_formatted": "$315,950",
"is_village": false,
"mashMeter_formatted": 29,
"name": "Little Bit of Country",
"id": 274329,
"state": "TX",
"longitude": -106.304629,
"walkscore": 8,
"airbnb_properties_count": 50,
"traditional_properties_count": 13
},
"homeType": "Single Family Residential",
"property_type": "Residential",
"property_sub_type": "Single Family Residence",
"beds": 4,
"num_of_units": null,
"favorite": null,
"status": "Active",
"city": "El Paso",
"saleType": "MLS Listing",
"latitude": 31.66595077514648,
"description": "Experience the elegance of the Pebble Beach Farmhouse- a premier design located in Gateway Estates. This stunning 4-bedroom, 3-bathroom residence combines superior design along with the best in residential construction. Energy Star Certified: enjoy the benefits of spray foam insulation on all exterior walls and 14 SEER HVAC system. Sophisticated Details: finished plywood cabinets with decorative lighting, quartz countertops and stylish window shutters. Spacious Interiors: impressive 10 and 12 foot ceilings throughout the home. This home offers remarkable value and a unique opportunity for all buyers. Contact us today to schedule your appointment and explore the luxury of El Paso's premier new construction home builder!",
"nextOpenHouseDate": null,
"recentReductionDate": null,
"title": "SINGLE_FAMILY - Other - El Paso, TX",
"rent_appreciation_rate": null,
"originalListPrice": null,
"parkingSpots": 0,
"parkingType": null,
"address": "1823 Schyler Love Lane",
"nextOpenHouseStartTime": null,
"nextOpenHouseEndTime": null,
"lotSize": 5663,
"url": null,
"baths": 3,
"full_baths": 3,
"address_revealing": true,
"location": "Little Bit of Country",
"interested": null,
"listPrice": 405950,
"price_per_sqft": 197.35051045211472,
"is_foreclosure": 0,
"foreclosure_status": null,
"occupancy_status": null,
"owner_occupied": false,
"listing_date": "2026-01-24T00:00:00.000Z",
"heating_system": "Forced Air",
"cooling_system": "Ceiling Fan(s)",
"mls_name": "Greater El Paso Association of Realtors",
"walkscore": null,
"transitscore": 29,
"bikescore": 31,
"investment_likelihood_label": 0,
"investment_likelihood_score": 4.65,
"investment_likelihood_stars": null,
"hoa_dues": null,
"view_type": null,
"parcel_number": "100100111100000101",
"architecture_style": "Other",
"foundation_type": null,
"roof_type": "Flat, Rolled Hot Mop, Tile",
"num_of_stories": 1,
"is_new_construction": 0,
"construction_materials": "Wood Siding, Stucco, Energy Star Certified",
"has_pool": "false",
"is_water_front": "false",
"needs_repair": 0,
"tenant_occupied": 0,
"is_market_place": 0,
"disclaimer": "Copyright © 2026 Greater El Paso Association of Realtors. All rights reserved. All information provided by the listing agent/broker is deemed reliable but is not guaranteed and should be independently verified.",
"schools": [
{
"category": "Elementary",
"name": "Lujanchav",
"district": "Socorro"
},
{
"category": "MiddleOrJunior",
"name": "Walter Clarke",
"district": "Socorro"
},
{
"category": "High",
"name": "Americas",
"district": "Socorro"
}
],
"modification_timestamp": "2026-01-24T21:23:57.000Z",
"created_at": "2026-01-25T08:04:10.000Z",
"updated_ar": "2026-01-25T08:05:09.000Z",
"updated_at": "2026-01-25T08:05:09.000Z",
"owner_first_name": null,
"owner_last_name": null,
"new_listing_flag": false,
"rental_estimate": null,
"characteristics": "Dishwasher, Free-Standing Gas Oven, Microwave, Refrigerator, Tankless Water Heater",
"directions": null,
"valuation_batch": {
"valuation_estimate": null,
"quantile_25": null,
"quantile_75": null
},
"agents": [
{
"id": 824580,
"office_id": 9759
}
]
}
}
Get Property Images
Retrieves the property's primary and secondary images.
Path parameters
- Name
id- Type
- long
- Description
Property ID from the Mashvisor database.
Query parameters
- Name
state *- Type
- string
- Description
State of the property. Required; API returns 400 if omitted.
Request
curl -G "https://api.mashvisor.com/v1.1/client/property/5505272/images?state=CA" \
-H "x-api-key: YOUR_API_KEY"
Response
{
"status": "success",
"content": {
"primary_image": "http://lh.rdcpix.com/f5745e7590e56c2b19e972c5fbadc168l-f3778549048r.jpg",
"images": [
"http://lh.rdcpix.com/f5745e7590e56c2b19e972c5fbadc168l-f3778549048r.jpg",
"http://lh.rdcpix.com/f5745e7590e56c2b19e972c5fbadc168l-f448371398r.jpg",
"http://lh.rdcpix.com/f5745e7590e56c2b19e972c5fbadc168l-f3843110868r.jpg"
]
}
}
Get Taxes
Retrieves the property's historical tax rates and assessments.
Path parameters
- Name
id- Type
- long
- Description
Property ID from the Mashvisor database.
Query parameters
- Name
state *- Type
- string
- Description
State of the property. Required; API returns 404 if omitted.
Request
curl -G "https://api.mashvisor.com/v1.1/client/property/127242/taxing?state=CA" \
-H "x-api-key: YOUR_API_KEY"
Response
{
"status": "success",
"content": {
"tax_history": [
{ "year": "2022", "property_tax": 10601.72, "assessment": 868482 },
{ "year": "2023", "property_tax": 11112.6, "assessment": 885850 },
{ "year": "2024", "property_tax": 11327.75, "assessment": 903566 },
{ "year": "2025", "property_tax": 11533.75, "assessment": 921636 }
]
}
}
Get Property Transactions
Fetches the complete sales transaction history for a property, including sale prices, loan amounts, and transaction dates.
Path parameters
- Name
id- Type
- long
- Description
Property ID from the Mashvisor database.
Query parameters
- Name
state *- Type
- string
- Description
State of the property. Required; API returns 400 if omitted.
Request
curl -G "https://api.mashvisor.com/v1.1/client/property/618021/transactions?state=CA" \
-H "x-api-key: YOUR_API_KEY"
Response
{
"status": "success",
"content": {
"transactions": [
{
"event_type": "purchase",
"sale_price": 572000,
"loan_amount": null,
"transaction_date": "2024-04-08T22:00:00.000Z"
},
{
"event_type": "Listed for sale",
"sale_price": 650000,
"loan_amount": null,
"transaction_date": "2024-01-03T22:00:00.000Z"
},
{
"event_type": "purchase",
"sale_price": 400000,
"loan_amount": null,
"transaction_date": "2023-01-30T22:00:00.000Z"
}
]
}
}
Get Price Estimates
Retrieves list and rental price estimates for a given property (Zestimate, Redfin, Mashvisor, etc.).
Path parameters
- Name
pid- Type
- string
- Description
Property ID from the Mashvisor database.
Query parameters
- Name
state *- Type
- string
- Description
State of the property. Required; API returns 404 if omitted.
Request
curl -G "https://api.mashvisor.com/v1.1/client/property/estimates/664367?state=GA" \
-H "x-api-key: YOUR_API_KEY"
Response
{
"status": "success",
"content": {
"zestimate": 219900,
"zrental_estimate": 1900,
"redfin_estimate": 238700,
"mashvisor_estimate": 259900
}
}
Get Price Estimates History
Retrieves price estimates history for a given property.
Path parameters
- Name
pid- Type
- string
- Description
Property ID from the Mashvisor database.
Query parameters
- Name
state *- Type
- string
- Description
State of the property. Required; API returns 404 if omitted.
Request
curl -G "https://api.mashvisor.com/v1.1/client/property/1433347/estimates-history?state=GA" \
-H "x-api-key: YOUR_API_KEY"
Response
{
"status": "success",
"content": [
{
"t": "2026-03-08T06:00:00.000Z",
"v": 780900
},
{
"t": "2026-02-28T06:00:00.000Z",
"v": 777500
},
{
"t": "2026-01-31T06:00:00.000Z",
"v": 779800
},
{
"t": "2025-12-31T06:00:00.000Z",
"v": 780100
},
{
"t": "2025-11-30T06:00:00.000Z",
"v": 788100
},
{
"t": "2025-10-31T05:00:00.000Z",
"v": 584900
},
{
"t": "2025-09-30T04:00:00.000Z",
"v": 570800
},
{
"t": "2025-03-31T05:00:00.000Z",
"v": 655400
},
{
"t": "2025-02-28T06:00:00.000Z",
"v": 646100
},
{
"t": "2025-01-31T06:00:00.000Z",
"v": 648000
},
{
"t": "2024-12-31T06:00:00.000Z",
"v": 646100
},
{
"t": "2024-11-30T06:00:00.000Z",
"v": 665400
},
{
"t": "2024-10-31T04:00:00.000Z",
"v": 672300
},
{
"t": "2024-09-30T04:00:00.000Z",
"v": 675400
},
{
"t": "2024-08-31T04:00:00.000Z",
"v": 672100
},
{
"t": "2024-07-31T04:00:00.000Z",
"v": 677600
},
{
"t": "2024-06-30T04:00:00.000Z",
"v": 676700
},
{
"t": "2024-05-31T04:00:00.000Z",
"v": 674900
},
{
"t": "2024-04-30T04:00:00.000Z",
"v": 677900
},
{
"t": "2024-03-31T05:00:00.000Z",
"v": 676800
},
{
"t": "2024-02-29T06:00:00.000Z",
"v": 674300
},
{
"t": "2024-01-31T06:00:00.000Z",
"v": 678600
},
{
"t": "2023-12-31T06:00:00.000Z",
"v": 667500
},
{
"t": "2023-11-30T06:00:00.000Z",
"v": 652900
},
{
"t": "2023-10-31T05:00:00.000Z",
"v": 656200
},
{
"t": "2023-09-30T04:00:00.000Z",
"v": 657700
},
{
"t": "2023-08-31T04:00:00.000Z",
"v": 611500
},
{
"t": "2023-07-31T04:00:00.000Z",
"v": 611300
},
{
"t": "2023-06-30T04:00:00.000Z",
"v": 617400
},
{
"t": "2023-05-31T04:00:00.000Z",
"v": 613000
},
{
"t": "2023-04-30T04:00:00.000Z",
"v": 610000
},
{
"t": "2023-03-31T05:00:00.000Z",
"v": 606200
},
{
"t": "2023-02-28T06:00:00.000Z",
"v": 601900
},
{
"t": "2023-01-31T06:00:00.000Z",
"v": 597800
},
{
"t": "2022-12-31T06:00:00.000Z",
"v": 599200
},
{
"t": "2022-11-30T06:00:00.000Z",
"v": 601700
},
{
"t": "2022-10-31T05:00:00.000Z",
"v": 606400
},
{
"t": "2022-09-30T05:00:00.000Z",
"v": 606500
},
{
"t": "2022-08-31T05:00:00.000Z",
"v": 610500
},
{
"t": "2022-07-31T05:00:00.000Z",
"v": 621000
},
{
"t": "2022-06-30T05:00:00.000Z",
"v": 627700
},
{
"t": "2022-05-31T05:00:00.000Z",
"v": 625800
},
{
"t": "2022-04-30T05:00:00.000Z",
"v": 615900
},
{
"t": "2022-03-31T05:00:00.000Z",
"v": 600300
},
{
"t": "2022-02-28T06:00:00.000Z",
"v": 598600
},
{
"t": "2022-01-31T06:00:00.000Z",
"v": 588000
},
{
"t": "2021-12-31T06:00:00.000Z",
"v": 580900
},
{
"t": "2021-11-30T06:00:00.000Z",
"v": 602400
},
{
"t": "2021-10-31T05:00:00.000Z",
"v": 623600
},
{
"t": "2021-09-30T05:00:00.000Z",
"v": 640300
},
{
"t": "2021-08-31T05:00:00.000Z",
"v": 637100
},
{
"t": "2021-07-31T05:00:00.000Z",
"v": 622000
},
{
"t": "2021-06-30T05:00:00.000Z",
"v": 616700
},
{
"t": "2021-05-31T05:00:00.000Z",
"v": 605880
},
{
"t": "2021-04-30T05:00:00.000Z",
"v": 594277
},
{
"t": "2021-03-31T05:00:00.000Z",
"v": 592742
},
{
"t": "2021-02-28T06:00:00.000Z",
"v": 578475
},
{
"t": "2021-01-31T06:00:00.000Z",
"v": 567863
},
{
"t": "2020-12-31T06:00:00.000Z",
"v": 564458
},
{
"t": "2020-11-30T06:00:00.000Z",
"v": 553303
},
{
"t": "2020-10-31T05:00:00.000Z",
"v": 556724
},
{
"t": "2020-09-30T05:00:00.000Z",
"v": 551461
},
{
"t": "2020-08-31T05:00:00.000Z",
"v": 547411
},
{
"t": "2020-07-31T05:00:00.000Z",
"v": 546039
},
{
"t": "2020-06-30T05:00:00.000Z",
"v": 540535
},
{
"t": "2020-05-31T05:00:00.000Z",
"v": 536711
},
{
"t": "2020-04-30T05:00:00.000Z",
"v": 536925
},
{
"t": "2020-03-31T05:00:00.000Z",
"v": 535802
},
{
"t": "2020-02-29T06:00:00.000Z",
"v": 524016
},
{
"t": "2020-01-31T06:00:00.000Z",
"v": 560942
},
{
"t": "2019-12-31T06:00:00.000Z",
"v": 561310
},
{
"t": "2019-11-30T06:00:00.000Z",
"v": 556054
},
{
"t": "2019-10-31T05:00:00.000Z",
"v": 555245
},
{
"t": "2019-09-30T05:00:00.000Z",
"v": 554278
},
{
"t": "2019-08-31T05:00:00.000Z",
"v": 556296
},
{
"t": "2019-07-31T05:00:00.000Z",
"v": 557673
},
{
"t": "2019-06-30T05:00:00.000Z",
"v": 552688
},
{
"t": "2019-05-31T05:00:00.000Z",
"v": 561261
},
{
"t": "2019-04-30T05:00:00.000Z",
"v": 557226
},
{
"t": "2019-03-31T05:00:00.000Z",
"v": 553538
},
{
"t": "2019-02-28T06:00:00.000Z",
"v": 543261
},
{
"t": "2019-01-31T06:00:00.000Z",
"v": 544897
},
{
"t": "2018-12-31T06:00:00.000Z",
"v": 548186
},
{
"t": "2018-11-30T06:00:00.000Z",
"v": 548138
},
{
"t": "2018-10-31T05:00:00.000Z",
"v": 545002
},
{
"t": "2018-09-30T05:00:00.000Z",
"v": 543344
},
{
"t": "2018-08-31T05:00:00.000Z",
"v": 537774
},
{
"t": "2018-07-31T05:00:00.000Z",
"v": 536959
},
{
"t": "2018-06-30T05:00:00.000Z",
"v": 538734
},
{
"t": "2018-05-31T05:00:00.000Z",
"v": 530973
},
{
"t": "2018-04-30T05:00:00.000Z",
"v": 526369
},
{
"t": "2018-03-31T05:00:00.000Z",
"v": 520617
},
{
"t": "2018-02-28T06:00:00.000Z",
"v": 517088
},
{
"t": "2018-01-31T06:00:00.000Z",
"v": 511118
},
{
"t": "2017-12-31T06:00:00.000Z",
"v": 508813
},
{
"t": "2017-11-30T06:00:00.000Z",
"v": 504663
},
{
"t": "2017-10-31T05:00:00.000Z",
"v": 502072
},
{
"t": "2017-09-30T05:00:00.000Z",
"v": 501579
},
{
"t": "2017-08-31T05:00:00.000Z",
"v": 492474
},
{
"t": "2017-07-31T05:00:00.000Z",
"v": 487700
},
{
"t": "2017-06-30T05:00:00.000Z",
"v": 490389
},
{
"t": "2017-05-31T05:00:00.000Z",
"v": 488698
},
{
"t": "2017-04-30T05:00:00.000Z",
"v": 486277
},
{
"t": "2017-03-31T05:00:00.000Z",
"v": 482471
},
{
"t": "2017-02-28T06:00:00.000Z",
"v": 479463
},
{
"t": "2017-01-31T06:00:00.000Z",
"v": 484915
},
{
"t": "2016-12-31T06:00:00.000Z",
"v": 398390
},
{
"t": "2016-11-30T06:00:00.000Z",
"v": 388386
},
{
"t": "2016-10-31T05:00:00.000Z",
"v": 370815
},
{
"t": "2016-09-30T05:00:00.000Z",
"v": 359739
},
{
"t": "2016-08-31T05:00:00.000Z",
"v": 376562
},
{
"t": "2016-07-31T05:00:00.000Z",
"v": 392131
},
{
"t": "2016-06-30T05:00:00.000Z",
"v": 392769
},
{
"t": "2016-05-31T05:00:00.000Z",
"v": 392104
},
{
"t": "2016-04-30T05:00:00.000Z",
"v": 391543
},
{
"t": "2016-03-31T05:00:00.000Z",
"v": 394321
}
]
}
Get Nearby Properties
Retrieves a list of active for-sale properties near a given address or property ID.
Query parameters
- Name
id- Type
- long
- Description
Property ID from the Mashvisor database.
- Name
state *- Type
- string
- Description
State. Required; API returns 404 if omitted.
- Name
address- Type
- string
- Description
Property street address.
- Name
city- Type
- string
- Description
Property city.
- Name
zip_code- Type
- string
- Description
Property zip code.
- Name
parcel_number- Type
- string
- Description
Property parcel or APN.
- Name
mls_id- Type
- string
- Description
Property MLS id.
- Name
page- Type
- number
- Description
Page number. Default: 1.
Request
curl -G "https://api.mashvisor.com/v1.1/client/property/nearby" \
-d "state=FL" \
-d "city=Miami" \
-d "address=253 NE 2nd St" \
-d "page=1" \
-H "x-api-key: YOUR_API_KEY"
Response
{
"status": "success",
"content": {
"property": {
"id": 112834,
"address": "253 NE 2nd St #2003",
"city": "Miami",
"state": "FL",
"zip_code": "33132",
"neighborhood": "Downtown Miami",
"latitude": 25.7764,
"longitude": -80.1891
},
"nearby": [
{
"id": 66338,
"address": "350 S Miami Ave #3914",
"city": "Miami",
"state": "FL",
"zip": "33130",
"neighborhood": "Downtown Miami",
"beds": 2,
"baths": 2,
"sqft": 935,
"list_price": 524900,
"days_on_market": 74,
"image_url": "https://ssl.cdn-redfin.com/photo/105/bigphoto/816/A11909816_1.jpg",
"home_type": "Condo/Coop",
"investment_likelihood_score": 74.5
},
{
"id": 66396,
"address": "350 S Miami Ave #3602",
"city": "Miami",
"state": "FL",
"beds": 3,
"baths": 2,
"sqft": 1385,
"list_price": 735000,
"days_on_market": 202,
"home_type": "Condo/Coop",
"investment_likelihood_score": 87.97
}
],
"pagination": {
"page": 1,
"page_size": 10,
"has_more": true
}
}
}
Get Property Schools
Retrieves the list of schools associated with a given property—including location, type, grade levels, and quality rating.
Path parameters
- Name
id- Type
- long
- Description
Property ID from the Mashvisor database.
Query parameters
- Name
state *- Type
- string
- Description
State of the property. Required; API returns 400 if omitted.
Request
curl -G "https://api.mashvisor.com/v1.1/client/property/3435280/schools?state=FL" \
-H "x-api-key: YOUR_API_KEY"
Response
{
"status": "success",
"content": {
"schools": [
{
"state": "FL",
"city": "Boca Raton",
"county": "Palm Beach County",
"neighborhood_id": 123706,
"zipcode": "33432",
"street": "103 Southwest 1st Avenue",
"name": "Boca Raton Elementary School",
"school_summary": "Boca Raton Elementary School, a public school located in Boca Raton, FL, serves grades PK-5 in the Palm Beach.",
"type": "public",
"level": "PK,KG,1,2,3,4,5",
"phone": "(561) 544-1700",
"website": "http://bres.palmbeachschools.org",
"overview_url": "https://www.greatschools.org/florida/boca-raton/2257-Boca-Raton-Elementary-School/",
"rating": 9,
"rating_band": "Above average"
},
{
"state": "FL",
"city": "Boca Raton",
"county": "Palm Beach County",
"name": "Boca Raton Community Middle School",
"type": "public",
"level": "6,7,8",
"rating": 9,
"rating_band": "Above average"
},
{
"state": "FL",
"city": "Boca Raton",
"name": "Boca Raton Community High School",
"type": "public",
"level": "9,10,11,12",
"rating": 6,
"rating_band": "Average"
}
]
}
}