Web scraping using the rvest

Asked

Viewed 54 times

2

I’m trying to extract the data from a site (where it is necessary to login) but I’m not getting it.

html_nodes("https://www.comdinheiro.com.br/home3/","div th")

The output is not consistent with the source code. It is not showing the quotes of the assets that are on the page. It is possible that you are giving this problem because it is necessary to login to the site with the script (the url I am already using is within the logged area)?

  • Have you checked if there is a table tag in the source code of the page? See if the solution to this question helps you: https://answall.com/questions/428240/downloaddata

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.