zillow-working-api

zillow-working-api

4.0

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

  1. 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.

  2. 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.

  3. by_zillow_url

    Input Zillow URL: https://www.zillow.com/homedetails/3-W-Forest-Dr-Rochester-NY-14624/30907787_zpid/

  4. autocomplete

    Provides Zillow search box autocomplete data.

  5. search_byaddress

    One Search Endpoint to Rule Them All.

  6. search_byurl

    Search Zillow, use any filters. Then copy the url, and put it here to get data.

  7. search_bymls

    MLS Search Endpoint

  8. search_bypolygon

    /search/bypolygon Endpoint.

  9. search_bycoordinates

    /search/bycoordinates Endpoint

  10. search_bymapbounds

    /search/bymapbounds Endpoint

  11. search_by_ai_prompt

    Yes, you can describe the filters you want to use. Zillow built-in search.

  12. 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)

  13. 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)

  14. 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)

  15. 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)

  16. 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)

  17. 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)

  18. owner_agent

    Get owner information of a property by zpid/address/url.

  19. comparable_homes

    Get owner information of a property by zpid/address/url.

  20. similar_properties

    Get similar homes/properties by zpid/address/url/lotid

  21. nearby_properties

    Get nearby properties of a property by zpid/address/url/lotid

  22. climate

    Get owner information of a property by zpid/address/url.

  23. pricehistory

    Gives you Price History information by zpid/url/address. If you provide all three parameters, the power order will be: ZPID > URL > ADDRESS

  24. 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

  25. 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

  26. lotid_from_address

    Find the lotID from the address. Lotid is used for buildings and apartments.

  27. apartment_details

    Get apartment/building details from the lot ID and URL.

  28. housing_market

    Find the Zillow Home Value Index or housing market data.

  29. rental_market_trends

    Get rental market trends for any city/zip.

  30. skip_trace_byaddress

    Get address details and IDs of persons matching with the addresses.

  31. skip_trace_details_by_id

    Get all personal details from ID. Get phone, email, associates, relatives, address details and more!

  32. 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.

  33. custom_ab_byaddress

    This is a custom endpoint made for a client.

  34. custom_ac_byzpid

    Custom endpoint that has owner-info / listed-by data integrated with custom data points. Cost: 2 requests/call

  35. custom_ad_byzpid

    This endpoint has custom data points.

  36. custom_ad_search_by_address

    This endpoint allows you to set up to 1000 properties per search query.

  37. custom_ad_search_by_polygon

    Custom /search/bypolygon endpoint.

  38. api_limit_check

    This endpoints let's you know the api status.

  39. check_status

    This endpoints let's you know the api status.