Zillow Explorer avatar
Zillow Explorer
Try for free

7 days trial then $30.00/month - No credit card required now

View all Actors
Zillow Explorer

Zillow Explorer

jupri/zillow-scraper
Try for free

7 days trial then $30.00/month - No credit card required now

Search property data from Zillow.com

User avatar

Last Sold date not Working

Closed

NoUturns opened this issue
5 months ago

When downloading recent sales, the "LastSoldDate" comes back as a 13 digit number and Excel doesn't seem to know how to translate it back to a date.

Is it possible to get this to output a useable date? Or something Excel can convert?

User avatar

cat (Jupri)

5 months ago

Hello, sorry for the inconvenience, it is 13 digit UNIX timestamp (in microsecond)

in excel you can convert to DATE using formula : = ( TIMESTAMP / 1000 / 86400 ) + DATE(1970,1,1)

User avatar

NoUturns

5 months ago

Excellent, thank you for getting back to me so quickly.

User avatar

cat (Jupri)

5 months ago

additional info

the formula also work on google sheet

on javascript/node the formula is : new Date(TIMESTAMP)

👌cheers

User avatar

NoUturns

5 months ago

Thank you Cat!

Developer
Maintained by Community
Actor metrics
  • 18 monthly users
  • 98.0% runs succeeded
  • 7.4 days response time
  • Created in Jul 2022
  • Modified 4 months ago
Categories