Quantcast
Channel: How to scrape same type of data from multiple link in R - Stack Overflow
Viewing all articles
Browse latest Browse all 2

How to scrape same type of data from multiple link in R

$
0
0

I have link in a column in dataframe and wanted to extract same type of data from different link all in once like this

page <- read_html("https://www.airbnb.co.in/users/show/129534814")page %>% html_nodes("._a0kct9 ._14i3z6h") %>% html_text()


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images