Accessing past the Log In Page for Adriel

Hello currently I am working on Adriel, marketing dashboard app. The AI agent I created needs to extract data from a logged in dashboard. However, when I run the agent from the logged in browser it gets redirected to the login in page (meaning its no accessing the web page I need). How may I resolve this in my workflow? Is there a way to have the AI agent log into the apps on my behalf int he workflow. Do assist me. Thank you!

Hi @Dharshini,

Thanks for the post!

The scrapers used in the Scrape URL block can’t bypass login pages automatically. To check what they can access, try opening the page in an Incognito tab. Whatever shows up there is likely what the scraper can reach.

You have a couple of options:

  1. If Adriel offers an API or integrates with Make or Zapier, you can use that to pull the data and pass it to your Agent
  2. If not, you might look into third party scrapers that support authentication. From there, you can use a Custom Function in your Agent to grab the scraped data