Login To Site, enter account, scrape data

Describe the problem.

I want to login to a site, enter an account number, then scrape the results. Is this possible?

Can the scraper hold a user name, password and account number to enter. The user name and pass are always the same. The account number is dynamic. Also can the scraper hold multiple account numbers?

Hi there!

Unfortunately, as far as I know, WebScraper cannot input any data at the moment, it only reads it.

You can still use Tampermonkey extension and have account data to be set on page load, so it can be scraped.

Have you checked if account getting logged out right after you close the page? Because session can last a few minutes, so you can have a chance to scrape the results you were looking for.