'Web scraping returns empty character
I am attempting to put together a real estate dataset, however when I try and extract the text from the website, for example the names of the places, it returns a variable with the characters empty.
link = "https://www.funda.nl/en/koop/amsterdam/"
page = read_html(link)
name <- page %>% html_nodes(".search-result__header-title") %>% html_text()
Any advice on how to get past this?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|