naver-news-search

Search Naver News API topics without personal credentials and retrieve normalized summaries with KST timestamps and links.

Updated May 1, 2026
One-click install
npx skills add https://github.com/seolcoding/k-parent-skill --skill naver-news-search-seolcoding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: naver-news-search
Source: https://github.com/seolcoding/k-parent-skill/tree/main/naver-news-search
Command: npx skills add https://github.com/seolcoding/k-parent-skill --skill naver-news-search-seolcoding

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users often need to quickly find and summarize recent news articles on specific topics, but accessing Naver's News Open API directly requires obtaining personal API credentials, handling raw unformatted responses, and manually cleaning HTML tags and entities from results. This skill eliminates those hurdles by routing requests through a public proxy that handles authentication and data cleaning automatically.

Core Features & Use Cases

  • No API Key Required: Uses a public read-only proxy to call Naver's News Open API, so users never need to apply for or manage their own Naver developer credentials.
  • Normalized, Clean Results: Returns pre-processed article titles, summaries, publication timestamps (formatted to KST), and direct/original links, with all highlight tags and HTML entities already removed.
  • Flexible Search Options: Supports sorting results by relevance or publication date, adjusting the number of returned articles, and retrieving multiple articles about the same event for side-by-side comparison.
  • Common Use Cases: Checking the latest news on a specific topic (e.g., company earnings, policy changes), getting quick summaries of recent events, or compiling a list of relevant article links for reference.

Quick Start

Ask the AI to search for the 5 latest news articles about 'AI 규제' sorted by date to get summarized headlines with publication times and direct links.

Frequently Asked Questions about naver-news-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Naver news without an API key?

You can search Naver news without an API key by using a public read-only proxy that handles authentication automatically, returning cleaned titles and summaries without requiring personal developer credentials.

Can I get clean summaries of Korean news articles without HTML tags?

Yes, you can get clean Korean news summaries because the results are pre-processed to remove all highlight tags and HTML entities, returning normalized article titles and text directly.

How do I sort Naver news search results by relevance or date?

To sort Naver news search results, you specify either relevance or publication date as a parameter, allowing you to adjust the number of returned articles and ranking order for your topic.

Does retrieving multiple news articles for the same event work with this approach?

Yes, retrieving multiple articles for the same event works by requesting a list of results for a specific topic, enabling side-by-side comparison of different news sources reporting on that event.

What are the rate limits and constraints when searching news via a proxy?

The proxy enforces standard Naver API rate limits and search window constraints to prevent invalid requests, ensuring queries stay within allowed boundaries for retrieving article metadata and links.