Html – Web scraping a website when page source doesn't contain what I see on browser
Suppose I want to scrape the data (marathon running time) in this website: https://www.valenciaciudaddelrunning.com/en/marathon/2021-marathon-ranking/ One Google chrome when I right-click and select 'Inspect' or 'View page source', I don't see the actual data embedded in the source page (e.g. I…