Zillow API -- Getting actual listed price vs the Estimate
I've got the Zillow API working for me to collect all the basic data for the property. However, one glaring issue I've come across is the price that is reported. It actually gives me back the Zestimate price, NOT the actual listed price.
Granted, I'm using a Ruby library, https://github.com/synewaves/rubillow, so there might be a bug with that code, but does anyone know how to get this data I'm looking for?
Thanks