Skyvern-AI / skyvern

Automate browser-based workflows with LLMs and Computer Vision
https://www.skyvern.com
GNU Affero General Public License v3.0
10.4k stars 707 forks source link

Progressive extraction #1155

Open mweichert opened 1 week ago

mweichert commented 1 week ago

Hi there!

First off, great project.

I wanted to confirm whether or not this capability was available, and if not, log it as a feature request.

I'd like to create a task which goes to a website and extracts an array of links.

From my limited testing, it looks like its impossible to extract some data, continue browsing, and then extract some more data, is that right?

Thanks, Mike

suchintan commented 2 days ago

Hey Mike,

This is possible with our workflows feature. You can basically set it up so that it does this:

Task block w/ data extraction goal: extract number of pages Loop over the output above: for each page Task block: Navigate to each page, data extract the links

This will pretty much give you what you're looking for!