Research
Competitor watch report
Loop over a list of competitor URLs, summarise each page, and export one markdown report file.
- 8 nodes
- 517 installs
- Trigger:Schedule
Installs as an ordinary flow you can rename, rewire and run — nothing is locked.
How it runs, step by step
Each node hands its output to the next one. When the flow runs, every step records its inputs, output, duration and credit cost.
- 1
Schedule
TriggersRun the flow on a recurring interval.
- 2
Run JavaScript
DataTransform data with a small JS function when no node fits.
- 3
For each
LogicExplicitly loop over a list; downstream nodes run per item.
- 4
Read web page
DataFetch a URL and return clean readable text plus links.
- 5
Summarise
AICondense long text to a target length or bullet list.
- 6
Compose text
DataMerge values from earlier nodes into a text template.
- 7
Combine list
DataCollapse a list back into a single piece of text.
- 8
Create file
ActionsTurn the result into a downloadable file attached to the run.