I have to achieve Web Scraping using MVC .net, But firstly i have to login to second site to fetch data (Like login to Admin) where API to login is not available.
For example i have to Scrape data from https://talent.stackoverflow.com/users/login
but after login i want to fetch data from user page. Is it possible to Scrape data from this url after login through MVC .Net, if i have credentials.