πŸ“Š Aggregate news articles from NewsAPI, Mediastack & CurrentsAPI into database

⚑ 3,767 views Β· πŸ“Š Market Research & Insights

Description

This workflow pulls news articles from NewsAPI, Mediastack, and CurrentsAPI on a scheduled basis.

Each provider’s results are normalized into a consistent schema, then written into your database (NocoDB by default).
Use case: automated aggregation of categorized news for content pipelines, research agents, or editorial queues.

What You Must Update Before Running

1. API Keys

Replace all placeholder keys:

2. Database Connection

Workflow uses NocoDB to store results.

You must:

If you prefer Google Sheets, Airtable, or another DB:

3. Scheduling

All schedulers are disabled by default.
Enable the following so the workflow runs automatically:

You may change the run times, but all four must be scheduled for the workflow to function as designed.

What You Can Configure

1. Categories

Defined in:

Edit these arrays to pull only the categories you care about or to match your API plan limits.

2. Article Limits

Adjust article_limit in:

πŸ”— Nodes Used

HTTP Request, NocoDB, Schedule Trigger

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup