cermak-petr / actor-zillow-api-scraper

Apify actor for extracting data about homes from Zillow.com using it's internal API.
https://apify.com/petr_cermak/zillow-api-scraper
Apache License 2.0
49 stars 41 forks source link

HOA fee is not collected when it appears only in the "Facts and Features" table #36

Closed spalfy closed 2 years ago

spalfy commented 3 years ago

In some Zillow listings, the HOA fee has a value under "Facts and Features" but is "N/A" in the "Monthly costs" table (see screenshots). In these cases, the actor does not collect the HOA fee in data.monthlyHoaFee.

For example: https://www.zillow.com/homedetails/152-E-Bacon-St-APT-C2-Plainville-MA-02762/57493749_zpid/

missing_HOA2 missing_HOA1

roeiburstein commented 2 years ago

I'd like this feature as well. HOA is missing and should be retrievable. Thank you!

pocesar commented 2 years ago

this information is available inside resoFacts property on the data variable. you can add it to the output. when hoaFee is available at top level, it will be available on the output as well