WebScraping in page table

I would like to do a webscraping of the page http://www.css.gob.pa/p/grid_defensoria/, but it does not bring the data in the link, because I believe it is a data table.

How do I pull data from the first and last page?

For this kind of question it's really useful to pose it with an example of the code you're using, reproducing the issues you're running into.

Could you ask this with a minimal REPRoducible EXample (reprex)? A reprex makes it much easier for others to understand your issue and figure out how to help.

Estou realizando um webscraping, porem ele nao puxa os dados, pois eu creio que seja uma tabela php.

url <- " CIB - CIB / DPR"
read_html (url) %>%
html_nodes (".item-lista") %>%
html_text ( )

Porem quando eu abro esse site, ele não dá nada, preciso apertar o botão de pesquisa, e tem varias paginas porem não tem o sequencial da url.
Como eu faço para conseguir realizar uma raspagem nesse processo?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.