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
113 stars 53 forks source link

scraper returns empty data frame #52

Open mitsyprada opened 3 months ago

mitsyprada commented 3 months ago

I tried running the quickstart after cloning. No errors but no data either: image

I tried the collab example notebook and same issue: image

I think Funda makes big active efforts to avoid people from doing web scrapping: https://www.imperva.com/resources/2020/01/Imperva_Funda_cs-.pdf

stilts15 commented 2 months ago

I am facing the same issue. I think it may be related to the cssselectors, as I get results but limited output

adelizer commented 2 months ago

Facing the same issue as well

miritreus commented 1 month ago

You may try to run with raw_data=True.

Also, I think Funda has changed the html/css structure and config.yaml is outdated.