So I want to scrape the pages of a site. The problem? The links are not direct links, they are instead links that get elaborated by some js and then return the direct link. So I would need the scraper to open the links, see the HTTP request to where they redirect, and return me THAT link instead. How can I do this?
Hi there!
Please post an example website or your sitemap.