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.
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.
Try it
Result:
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.
Try it
Result:
by_zillow_url
Input Zillow URL: https://www.zillow.com/homedetails/3-W-Forest-Dr-Rochester-NY-14624/30907787_zpid/
Try it
Result:
autocomplete
Provides Zillow search box autocomplete data.
Try it
Result:
search_byaddress
One Search Endpoint to Rule Them All.
Try it
Result:
search_byurl
Search Zillow, use any filters. Then copy the url, and put it here to get data.
Try it
Result:
search_bymls
MLS Search Endpoint
Try it
Result:
search_bypolygon
/search/bypolygon Endpoint.
Try it
Result:
search_bycoordinates
/search/bycoordinates Endpoint
Try it
Result:
search_bymapbounds
/search/bymapbounds Endpoint
Try it
Result:
search_by_ai_prompt
Yes, you can describe the filters you want to use. Zillow built-in search.
Try it
Result:
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)
Try it
Result:
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)
Try it
Result:
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)
Try it
Result:
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)
Try it
Result:
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)
Try it
Result:
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)
Try it
Result:
owner_agent
Get owner information of a property by zpid/address/url.
Try it
Result:
comparable_homes
Get owner information of a property by zpid/address/url.
Try it
Result:
similar_properties
Get similar homes/properties by zpid/address/url/lotid
Try it
Result:
nearby_properties
Get nearby properties of a property by zpid/address/url/lotid
Try it
Result:
climate
Get owner information of a property by zpid/address/url.
Try it
Result:
pricehistory
Gives you Price History information by zpid/url/address. If you provide all three parameters, the power order will be: ZPID > URL > ADDRESS
Try it
Result:
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
Try it
Result:
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
Try it
Result:
lotid_from_address
Find the lotID from the address. Lotid is used for buildings and apartments.
Try it
Result:
apartment_details
Get apartment/building details from the lot ID and URL.
Try it
Result:
housing_market
Find the Zillow Home Value Index or housing market data.
Try it
Result:
rental_market_trends
Get rental market trends for any city/zip.
Try it
Result:
skip_trace_byaddress
Get address details and IDs of persons matching with the addresses.
Try it
Result:
skip_trace_details_by_id
Get all personal details from ID. Get phone, email, associates, relatives, address details and more!
Try it
Result:
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.
Try it
Result:
custom_ab_byaddress
This is a custom endpoint made for a client.
Try it
Result:
custom_ac_byzpid
Custom endpoint that has `owner-info / listed-by` data integrated with custom data points. Cost: `2 requests/call`
Try it
Result:
custom_ad_byzpid
This endpoint has custom data points.
Try it
Result:
custom_ad_search_by_address
This endpoint allows you to set up to 1000 properties per search query.
Try it
Result:
custom_ad_search_by_polygon
Custom /search/bypolygon endpoint.
Try it
Result:
api_limit_check
This endpoints let's you know the api status.
Try it
Result:
check_status
This endpoints let's you know the api status.