Naver News Search & Trends (Korea) — naver-trends-news
Pricing
from $25.00 / 1,000 results
Naver News Search & Trends (Korea) — naver-trends-news
Pricing
from $25.00 / 1,000 results
Rating
0.0
(0)
Developer
NexGenData
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Naver Trends & News (Korea)
Scrape Naver — Korea's dominant portal (search + news + shopping rolled into one) — for news-search results and DataLab shopping trends. 100% key-free: no Naver Open API client-id/secret, no login. All data is public and fetched HTTP-first (no browser), so it's fast and cheap.
Two modes
news (default)
Searches Naver News for each keyword in queries (Korean or English) and returns, per article:
| field | description |
|---|---|
title | Article headline |
press | Publisher / press name (e.g. 연합뉴스, 뉴스1, 파이낸셜뉴스) |
published_at | ISO 8601 timestamp (relative "N시간 전" / absolute dates normalised to UTC) |
published_raw | Original Naver time string |
url | The real publisher article URL (Naver already resolves it — no redirect hop) |
naver_url | Naver-news mirror link when present |
snippet | Result snippet / description |
query | The keyword this article matched |
Optional sort: relevance (default) or date (most recent first). Articles are
de-duplicated by URL.
trends
Pulls Naver DataLab Shopping-Insight top trending shopping keywords per category. Per keyword:
| field | description |
|---|---|
keyword | Trending shopping keyword |
rank | Rank within the category |
category | Category label |
category_id | DataLab category id (cid) |
period | Date range the ranking covers |
Set categories to one or more DataLab cids (default 50000000 = All). Examples:
50000003 Beauty, 50000004 Digital/Appliances, 50000007 Food, 50000008 Living/Health.
Input
{"mode": "news","queries": ["삼성", "비트코인"],"sort": "relevance","maxItems": 20,"proxyConfiguration": { "useApifyProxy": true }}
For trends:
{ "mode": "trends", "categories": ["50000000", "50000003"], "maxItems": 40 }
Optional: deliver to Notion
Supply a Notion MCP connector (notionConnector) and the same run also writes a
summary page to your Notion workspace — the Actor never sees your Notion credentials.
Authorize a Notion connector in Apify Console → Settings → API & Integrations first.
Notes
- All data is public; no credentials of any kind are required.
- Korea generally allows datacenter IPs, so the default Apify proxy works; residential is used as an automatic fallback.
- One dataset item is pushed per article / per trend keyword.