Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
543 views
in Technique[技术] by (71.8m points)

rvest - Web scraping content from Confluence page with R

I would like to scrape some information from Confluence page, namely table, which is updated on daily bases by others, with R. I know how to scrape information from IMDB or yahoo finance, but it seems I cannot use the same approach with Confluence. Did someone have the same issue?

My code:

library(dplyr)
a <- read_html("https://conf.s-mxs.net/x/ds3f3g")
b <- a %>% html_nodes("#title-text")

however b is empty regardless of what i put as a node

question from:https://stackoverflow.com/questions/66054913/web-scraping-content-from-confluence-page-with-r

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...