n8n-nodes-naver-news-scraper
v1.0.0
Published
n8n community node for Naver News Scraper - scrape Korean news articles from Naver News (네이버 뉴스). Search by keyword, browse sections, get rankings, or fetch specific articles with full text extraction.
Maintainers
Readme
n8n-nodes-naver-news-scraper
This is an n8n community node that lets you scrape news articles from Naver News (네이버 뉴스) — Korea's most-visited news aggregator — directly in your n8n workflows.
Powered by Apify, this node extracts Korean news data including full article text, press metadata, and trending topics from 1,000+ Korean news outlets.
n8n is a fair-code licensed workflow automation platform.
Features
- 🔍 Search by keyword — Find articles about any topic (e.g., "삼성전자", "BTS", "AI")
- 📰 Browse by section — Politics, Economy, Society, Culture, World, Science/IT
- 🏆 Popular/Ranking news — Get currently trending articles
- 📄 Article detail — Fetch full text from specific article URLs
- ⏰ Time filters — Last hour, day, week, month, or custom date ranges
- 🔀 Sort options — By relevance, newest, or oldest
- 🤖 AI-ready — Use as a tool in n8n AI Agent workflows
Installation
Community Nodes (Recommended)
- Go to Settings > Community Nodes in your n8n instance
- Select Install
- Enter
n8n-nodes-naver-news-scraper - Agree to the risks and select Install
Manual Installation
cd ~/.n8n/nodes
npm install n8n-nodes-naver-news-scraperAuthentication
You need an Apify API token to use this node.
- Create a free Apify account
- Go to Settings > Integrations to get your API token
- In n8n, create new credentials of type Apify API and paste your token
Usage Examples
Monitor Korean Tech News → Slack
Search for Samsung/LG/SK news every hour and send summaries to Slack:
- Schedule Trigger → runs every hour
- Naver News Scraper → keyword: "삼성전자 OR LG OR SK하이닉스", period: "1h"
- Slack → post article titles and URLs
Korean News Sentiment Analysis
Collect news articles with full text for AI analysis:
- Naver News Scraper → keyword: "한국 경제", fetchDetails: true
- AI Agent → analyze sentiment of article bodies
- Google Sheets → log results
Daily News Digest
Get top news from each section for a daily briefing:
- Schedule Trigger → runs daily at 9 AM
- Naver News Scraper → mode: "ranking", maxResults: 10
- Email → send formatted digest
Modes
| Mode | Description | Required Input |
|------|-------------|----------------|
| Search by Keyword | Search articles matching a keyword | keyword |
| Browse by Section | List articles from a news section | section |
| Popular/Ranking | Get trending/popular articles | - |
| Article Detail | Fetch full details of specific articles | articleUrls |
Output
Each article includes:
title— Article headlinelink— Direct URL to the articlepress— Publisher namepressLogo— Publisher logo URLdate— Publication datesummary— Article snippetbody— Full article text (whenfetchDetailsis enabled)category— News categoryreactions— Reader reactions data
Part of Korean Data Collection
This node is part of the Korean Data suite of Apify Actors for n8n:
| Node | npm Package | Description |
|------|-------------|-------------|
| Naver News Scraper | n8n-nodes-naver-news-scraper | Korean news articles |
| Naver Place Search | coming soon | Korean local business search |
| Melon Chart Scraper | coming soon | K-pop music charts |
| Naver Place Reviews | coming soon | Korean business reviews |
| More... | coming soon | 13 Korean data scrapers total |
