How to use latitude and longitude in a Zillow search url -


when searching on zillow using address, url looks this:

http://www.zillow.com/homes/{street}", -"{city}," -"{state}" "{postalcode}_rb/ 

however, there seems no documentation regarding use of geographic coordinates in such url.

how use latitude , longitude instead of address?

an answer in can search zillow using latitude , longitude coordinates? - zillow questions (the 1st google result on "zillow search coordinates") dated 03.2015 gives example:

http://www.zillow.com/homes/#/homes/for_sale/fsba,fsbo,new_lt/1_pnd/88.769211,-70.092773,-90,-158.686523_rect/3_zm/0_mmm/

testing shows http://www.zillow.com/homes , /88.769211,-70.092773,-90,-158.686523_rect parts required. it's x0,y0,x1,y1 (the direction between points can any). (the coordinates in example quite strange , specify area north pole. more realistic ones e.g. 53.67068,-71.323242,13.453737,-127.045898_rect.) since last test, technique stopped working. moreover, coordinates appear have vanished property details well!

there no way provided bring specific object coordinates - instead uniquely identified id (zpid - zillow property id) - , way bring 1 of e.g. http://www.zillow.com/homedetails/7044216_zpid/.

a possible reason there's no way guarantee coordinates identify or identify uniquely. i.e. coordinates conceptually search term rather means of identification.

finally, keep in mind undocumented , subject change (you can see 1 quite-a-change above). support api means access services programmatically.


Comments