Naver News Search & Trends (Korea) — naver-trends-news avatar

Naver News Search & Trends (Korea) — naver-trends-news

Pricing

from $25.00 / 1,000 results

Go to Apify Store
Naver News Search & Trends (Korea) — naver-trends-news

Naver News Search & Trends (Korea) — naver-trends-news

Pricing

from $25.00 / 1,000 results

Rating

0.0

(0)

Developer

NexGenData

NexGenData

Maintained by Community

Actor 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:

fielddescription
titleArticle headline
pressPublisher / press name (e.g. 연합뉴스, 뉴스1, 파이낸셜뉴스)
published_atISO 8601 timestamp (relative "N시간 전" / absolute dates normalised to UTC)
published_rawOriginal Naver time string
urlThe real publisher article URL (Naver already resolves it — no redirect hop)
naver_urlNaver-news mirror link when present
snippetResult snippet / description
queryThe keyword this article matched

Optional sort: relevance (default) or date (most recent first). Articles are de-duplicated by URL.

Pulls Naver DataLab Shopping-Insight top trending shopping keywords per category. Per keyword:

fielddescription
keywordTrending shopping keyword
rankRank within the category
categoryCategory label
category_idDataLab category id (cid)
periodDate 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.