Scraping active browser tab

New here. I have data I would like to scrape that is behind a 2 factor authentication on a website that I log into. Supplying the URL to the webscraper won’t work because logging in requires me to type in the 6 digit code every time.

What I would like to do is build an automation such that when I have the data I want scraped pulled up in my browser I can run the automation on that active browser. Once it has scraped what I want, I dump it into an Excel file, and from there us to it do some other automations.

Im not a coder and am pretty new to automation. So this may be a really stupid question. Oh well I am putting it out there.

Hey @brianesmith92 - Currently the only way to scrape a URL that is behind an auth wall is to use the Gumloop chrome extension.

Doc: https://docs.gumloop.com/nodes/browser_extension/browser_extension_input
Tutorial: https://www.loom.com/share/6b343be195ba4a55a66ce26894b303f9

This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.