Hi All!
I am new to R and I'm trying to scrape a website based on UAE. When I try to get a url link for each card title, it gives me an NA NA NA result.
Hoping someone can help me with this.
Thanks in advance everyone!!
website <-"https://houza.com/en/search?listingType=SALE&locations=abu-dhabi"
page <- read_html(website)
page %>% html_nodes(".list-card__title") %>%
html_attr("href")