Im Am building an application In Blazor That Use HtmlAgilityPack to Scrape some data on Amazon. In The HtmlDocument i have this html element:
<a class="some class"href="/gp/slredirect/picassoRedirect.html/ref=pa_sp_atf_aps_sr_pg1_1?ie=UTF8&adId=A066363530CJUGC1HFGDT&url=%2FLABISTS-Raspberry-Barebone-MicroSD-Alimentatore%2Fdp%2FB082TV6M86%2Fref%3Dsr_1_1_sspa%3F__mk_it_IT%3D%25C3%2585M%25C3%2585%25C5%25BD%25C3%2595%25C3%2591%26dchild%3D1%26keywords%3Draspberry%26qid%3D1611681055%26sr%3D8-1-spons%26psc%3D1&qualifier=1611681054&id=2959588097891449&widgetName=sp_atf">
By Clicling that Url From amazon itself i got redirect to the real Url of The selected Item the is:
Is There a way to extract the second Url from the first one (inside the htmlelement "a" in the tag "href") by web Scraping or without opening amazon from a browser?