zillow-com1
4.0
Zillow-com1 MCP Server provides tools for accessing real-time real estate data in the US and Canada.
Zillow-com1 is an unofficial server that aggregates real estate data, allowing users to search properties by parameters, coordinates, and MLS (Multiple Listing Service). It provides detailed information such as similar properties for sale or sold, Zestimate (rent estimate), agent information, and other essential real estate data.
Features
- Search Properties: Use various search parameters including location, coordinates, or MLS number to find properties.
- Rent Estimates: Obtain accurate rent estimates and comparable rentals.
- Property Details: Access comprehensive property details including images, videos, and tax history.
- Agent Information: Retrieve agent details, reviews, and active or sold listings.
- Similar Properties: Find properties similar to a given property for sale or rent.
MCP Tools
- Property Search: Search properties using parameters such as location, price range, and home type.
- Property Details: Access media associated with properties, view historical data on property pricing and taxes.
- Agent Tools: Retrieve contact information, active listings, and reviews for real estate agents.
- Market Analysis: Analyze rental market trends and data, access current mortgage rates by state and loan type.
- Similar Properties: Find properties with similar features for sale or rent.
Usage with Different Platforms
python
python
import requests
url = 'http://zillow-com1-mcp-server/api/search'
params = {
'location': 'New York',
'price_range': '500000-1000000',
'home_type': 'house'
}
response = requests.get(url, params=params)
print(response.json())
javascript
javascript
fetch('http://zillow-com1-mcp-server/api/search?location=New+York&price_range=500000-1000000&home_type=house')
.then(response => response.json())
.then(data => console.log(data));
Frequently Asked Questions
Is Zillow-com1 affiliated with Zillow?
No, Zillow-com1 is not affiliated with Zillow. It provides an independent aggregation of real estate data.
Can I access off-market property data?
Yes, Zillow-com1 provides data on off-market properties.