Zillow Real Estate Scraper avatar
Zillow Real Estate Scraper
Deprecated
View all Actors
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
Zillow Real Estate Scraper

Zillow Real Estate Scraper

petr_cermak/zillow-api-scraper

Our free Zillow scraper lets you extract data about properties for sale and rent on Zillow using the Zillow API, but with no daily call limits. Scrape millions of listings and download your data as HTML, JSON, CSV, Excel, XML, and RSS feed.

User avatar

Add Year Sold for Output Result

Closed

Jalhumaidi opened this issue
2 years ago

Hello, What the code line should be add to include year of sale in the output

User avatar

illuminating_spider

2 years ago

Hi - I'm not the dev but you can get the year of sale by adding the price history to the output and indexing into the last sale year (code shown below).

1"extendOutputFunction": """async ({ item, data }) => {
2    item.priceHistory = data.priceHistory;
3    return item;}"""
User avatar

@Tanner Gunderson thanks a lot for the answer!

Developer
Maintained by Community