I want to scrape data from a website, which requires a login to reach a certain page only then the data can be scraped.
Is there any way to scrape the data after login using Scrapy ? or if we can simulate the login ?
Note: I do have the login credentials with me.