Cross-check real estate listings with shapefiles?

695
2
10-12-2021 05:27 AM
morganrh
New Contributor

I am starting to explore ways to cross-check real estate listings on sites like zillow, redfin, etc. with shapefiles in ArcGIS Pro or Online. Specifically, I want to be able to automatically be notified if a real estate listing comes up with certain characteristics (land use, known wetland polygon, etc.) in order to notify land conservancies and the like to be able to keep up with parcels for sale that may have habitat for endangered species. 

Does anyone know if this is possible?

Thanks!

0 Kudos
2 Replies
jcarlson
MVP Esteemed Contributor

Your best bet is to look through the respective companies' websites and see if they offer some kind of API access to their data. These sites all pull from central real estate listing systems, so you may also want to look around to see if there is a state-based real estate listing service you can access directly, rather than go through a middle-man.

Whether or not this kind of data access is available, as well as what format the output data is in, will dictate the methods available to you to perform the kind of cross-checking you have in mind.

One potential method:

  1. Get parcel data from whatever local authority has it.
  2. Intersect parcels with areas of interest (wetlands, etc)
  3. Export a list of parcel numbers from the intersection
  4. Check new listings against a separate list (maybe a CSV or TXT file) based on parcel numbers.

That way, even if the data provider does not have spatial outputs like parcel shapes, you'll still be able to reliably identify any new listings that fall within these zones.

Not knowing the specifics of how the output data will look, it's hard to give a more concrete example. But I think this is certainly possible. After all, Zillow and others get their data from somewhere, so the same  should be possible for you. Mind you, it may not be free...

- Josh Carlson
Kendall County GIS
0 Kudos
morganrh
New Contributor

Thanks Josh, I'll look into that!

0 Kudos