zillow-working-api
zillow-working-api is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of zillow-working-api and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Aigeon AI Zillow Working API is a Python-based server application designed to interact with Zillow's property data.
The Aigeon AI Zillow Working API is a comprehensive solution for accessing Zillow's real estate data. It is a Python-based server application that provides a set of tools to retrieve property details using various inputs such as property addresses, ZPIDs (Zillow Property IDs), and Zillow URLs. The API also offers functionality for property search and autocomplete features, making it a versatile tool for users looking to access detailed real estate information. With its advanced search capabilities, users can perform comprehensive property searches with multiple filters, including location, listing status, price range, and more. This API server is designed to provide robust access to Zillow's real estate data, offering a variety of tools for retrieving and searching property information efficiently.
Features
- Retrieve property details by property address.
- Fetch property information using ZPID.
- Obtain property data through Zillow URLs.
- Autocomplete functionality for search queries.
- Advanced search capabilities based on location, listing status, and various filters.
Tools
by_property_address
INPUT: Property Address(3 W Forest Dr, Rochester, NY 14624) The API will find it's ZPID from property address at backend with 100% accuracy then get's you the property details.
by_zpid
INPUT: ZPID(30907787) Get Property Details By ZPID( you can see the zpid in the zillow url) If you can't find your zpid, then use /byaddress endpoint below. It works the same.
by_zillow_url
Input Zillow URL: https://www.zillow.com/homedetails/3-W-Forest-Dr-Rochester-NY-14624/30907787_zpid/
autocomplete
Provides Zillow search box autocomplete data.
search_byaddress
One Search Endpoint to Rule Them All.
search_byurl
Search Zillow, use any filters. Then copy the url, and put it here to get data.
search_bymls
MLS Search Endpoint
search_bypolygon
/search/bypolygon Endpoint.
search_bycoordinates
/search/bycoordinates Endpoint
search_bymapbounds
/search/bymapbounds Endpoint
search_by_ai_prompt
Yes, you can describe the filters you want to use. Zillow built-in search.
zestimate_history
Get zestimate history for last TEN(10) years. If recent_first = True: Chart data: Current month(first) to previous months(last) If recent_first = False: Chart data: Previous months(first )to Current month(last)
rent_zestimate_history
Get rent zestimate history for last TEN(10) years. If recent_first = True: Chart data: Current month(first) to previous months(last) If recent_first = False: Chart data: Previous months(first )to Current month(last)
listing_price
Get listing price chart data for last TEN(10) years. If recent_first = True: Chart data: Current month(first) to previous months(last) If recent_first = False: Chart data: Previous months(first )to Current month(last)
zestimate_percent_change
Get zestimate percent change for last TEN(10) years. If recent_first = True: Chart data: Current month(first) to previous months(last) If recent_first = False: Chart data: Previous months(first )to Current month(last)
tax_assessment_history
Get tax assessment history for last TEN(10) years. If recent_first = True: Chart data: Current month(first) to previous months(last) If recent_first = False: Chart data: Previous months(first )to Current month(last)
tax_paid_history
Get tax paid history for last TEN(10) years. If recent_first = True: Chart data: Current month(first) to previous months(last) If recent_first = False: Chart data: Previous months(first )to Current month(last)
owner_agent
Get owner information of a property by zpid/address/url.
comparable_homes
Get owner information of a property by zpid/address/url.
similar_properties
Get similar homes/properties by zpid/address/url/lotid
nearby_properties
Get nearby properties of a property by zpid/address/url/lotid
climate
Get owner information of a property by zpid/address/url.
pricehistory
Gives you Price History information by zpid/url/address. If you provide all three parameters, the power order will be: ZPID > URL > ADDRESS
taxinfo_history
Gives you property tax information by zpid/url/address. If you provide all three parameters, the power order will be: ZPID > URL > ADDRESS
walk_transit_bike
Gives you Walk-Transit-Bike Scores by zpid/url/address. If you provide all three parameters, the power order will be: ZPID > URL > ADDRESS
lotid_from_address
Find the lotID from the address. Lotid is used for buildings and apartments.
apartment_details
Get apartment/building details from the lot ID and URL.
housing_market
Find the Zillow Home Value Index or housing market data.
rental_market_trends
Get rental market trends for any city/zip.
skip_trace_byaddress
Get address details and IDs of persons matching with the addresses.
skip_trace_details_by_id
Get all personal details from ID. Get phone, email, associates, relatives, address details and more!
custom_a_byaddress
** This endpoint has no images URL. This is a custom endpoint made for a client. Property details by address search. Input any property address to get results.
custom_ab_byaddress
This is a custom endpoint made for a client.
custom_ac_byzpid
Custom endpoint that has
owner-info / listed-by
data integrated with custom data points. Cost:2 requests/call
custom_ad_byzpid
This endpoint has custom data points.
custom_ad_search_by_address
This endpoint allows you to set up to 1000 properties per search query.
custom_ad_search_by_polygon
Custom /search/bypolygon endpoint.
api_limit_check
This endpoints let's you know the api status.
check_status
This endpoints let's you know the api status.