Open mweichert opened 1 week 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!
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