Block 1 - Start
- Type / Role
- n8n-nodes-base.executeWorkflowTrigger - executeWorkflowTrigger
- Config choices
- Version 1.1
This workflow is provided as-is. Please review and test before using in production.
Get the latest news, from Kagi, with a workflow that lets you filter by news category. Feed the results in your voice assistant automations to get on demand news. Or leverage LLM models to create d...
n8n-nodes-base.executeworkflowtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.splitout, n8n-nodes-base.filter, n8n-nodes-base.set, n8n-nodes-base.limit, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Mihail Morosan.
Original n8n.io sourceGet the latest news, from Kagi, with a workflow that lets you filter by news category.
Feed the results in your voice assistant automations to get on-demand news.
Or leverage LLM models to create daily summaries from the headlines you retrieved.
This workflow takes a category name, from the ones available on Kagi News, then uses the Kagi News API to get all of the day's stories in that category.
It then does a bit of filtering, to make it easier to manipulate. But you can skip or change that to your liking.
To test it, simply change the pinned data in the Start node, particularly the category field. You can use such examples as World, UK or Technology.
Unsure as to what options for category there are? Just run the workflow and check the output of the Split Categories node! It will list all categories available. Take the value from categoryName.
I used categoryName as the input instead of categoryId for one reason: to make it easier for LLMs to populate that field.
If this doesn't work for you, it should be quite easy to change.
It is also a single category at a time. If you want to get stories from more categories at once, you can take an array as input in Start, then filter on the categories list containing your entries, rather than an exact match. Finally, you will have to merge all calls to Split out stories after each call to the API.
None beyond an internet connection for your n8n instance.
There is no API access token needed or any authorisation of any kind.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Retrieve and filter Kagi News by category |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | Market Research, Multimodal AI |
| Author | Mihail Morosan |
| Published | 06 Oct 2025 |
Use the JSON export at /data/workflows/9318/9318.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Get the latest news, from Kagi, with a workflow that lets you filter by news category. Feed the results in your voice assistant automations to get on demand news. Or leverage LLM models to create d...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, Multimodal AI use case.