Hi everyone, I'd like to know if there is a built-in way to do webscraping (like fetching basic data from a website and use that data on my ASP.NET Core website) with ASP.NET Core ? Because from what I've understood webscraping basically works like this :
Fetch the HTML page
Analyse the HTML
Get the data that matches classnames, divs or whatever you've specified
Best regards