I’m trying to collect metadata from pages like this:
view-source:https://www.nexojornal.com.br/ultimas?cursor=YXJyYXljb25uZWN0aW9uOjI2ODU0Mw%3D%3D&after=true
I would like to get the title, link, etc. But with both BeautifulSoap and Selenium I can’t find the HTML tags and attributes of pages like this.
Any suggestions on how to proceed?