Skip to main content

Retrieve and filter Kagi News by category

Workflow preview

Workflow preview
100%
Retrieve and filter Kagi News by category preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

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...

Best for

  • Market Research automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

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

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Mihail Morosan.

Original n8n.io source

1.1 Workflow description

Title
Retrieve and filter Kagi News by category
Workflow name
Retrieve and filter Kagi News by category

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 daily summaries from the headlines you retrieved.

How it works

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.

How to use

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.

Things to consider

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.

Requirements

None beyond an internet connection for your n8n instance.

There is no API access token needed or any authorisation of any kind.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Start

Type / Role
n8n-nodes-base.executeWorkflowTrigger - executeWorkflowTrigger
Config choices
Version 1.1

Block 2 - Get Latest Categories

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 3 - Split Categories

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 4 - Filter by wanted category

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 5 - Get Stories in Category

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 6 - Split out stories

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 7 - Pick only title

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 8 - Limit to 1 category

Type / Role
n8n-nodes-base.limit - limit
Config choices
Version 1

Block 9 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Retrieve and filter Kagi News by category
Complexity advanced
Nodes 15
Categories Market Research, Multimodal AI
Author Mihail Morosan
Published 06 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9318/9318.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Retrieve and filter Kagi News by category do?

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...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.