whchien / funda-scraper

FundaScaper scrapes data from Funda, the Dutch housing website. You can find listings from house-buying or rental market, and historical data. 🏡
GNU General Public License v3.0
104 stars 48 forks source link

package error #21

Closed j-v-As closed 1 year ago

j-v-As commented 1 year ago

image

I used the scraper two days ago, and it worked fine, but now it doesn't return anything. Is this issue specific to my machine, or are others also experiencing this problem?

coskoutelis commented 1 year ago

I am having indeed the same issue. The problem started indeed 2 days ago

coskoutelis commented 1 year ago

The weird thing is that raw_df does have data, it's only the clean_df that is empty

whchien commented 1 year ago

hi @j-v-As @coskoutelis

Funda updated its website layout this week. Users must log in to see the 'listed_since', contributing to this error. Therefore, I have to remove the downstream columns such as date_list, ym_list, and year_list to make the scraper run, unfortunately.

This bug should be fixed in the latest release (v1.0.10). Please let me know if you encounter any problems.