Turn long articles into quick notes with AI. The flow collects the latest posts from a public site, summarizes the first three, and gives you a clear list with titles, links, and short takeaways. Teams that publish newsletters or weekly digests will find it useful.
It starts on click. An HTTP Request loads the listing page, and an HTML parser grabs the article links with a CSS selector. The Split Out and Limit steps prepare up to three links. For each link, another HTTP Request downloads the page. The system pulls the page title, loads the text, splits it into smaller parts, and sends the content to an OpenAI chat model through a summarization chain. A Merge step lines up the title and summary, and a final Set node outputs clean fields.
You only need an OpenAI API key and a valid source page. Update the URL and CSS selector to match your website. Expect research time to drop when you only scan highlights instead of reading full pages. Use it for weekly roundups, competitor watch, and content planning.