I am using Rvest to scrape my linkedin profile.
But I am stuck at experience section.
below xpath is used to scape the experience section but it returns 0 nodeset
Test<-read %>%
html_nodes(xpath = '//*[@id="experience-section"]')
Thanks!!
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…