Relative Content

Tag Archive for rweb-scrapingrvest

Web scraping using R: read_html_live() – correct css selector to perform click

Here is my base url: https://obchody.heureka.sk/?f=1
This contains a list of online shops and I want to scrape their base urs. However urls are not present on this page, because this is treated by java script. I need to perform a click on each online shop logo or name, which redirects me to the home page of the shop and I can get the url from there.