I want to scrap this website: https://www.sortlist.fr/search
There are lines of websites that can be clicked, and it opens a page for more details of the website. I want to get that URL, but I can't seem to find it in the <a href
I tried inspecting the element, searching if it was somewhere in a script I couldn't find it. I tried looping at the network option from the dev tools, also couldn't manage to find it.
Did anyone get any idea?
By the way, I want to use Selenium for this, but there is no login system. So, is it a good idea, or is there a better way?