naver-search-api

Search Korean news and blogs via Naver OpenAPI endpoints with HTML-cleaned JSON parsing.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/juliuschun/tower --skill naver-search-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: naver-search-api
Source: https://github.com/juliuschun/tower/tree/main/claude-skills/skills/naver-search-api
Command: npx skills add https://github.com/juliuschun/tower --skill naver-search-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows you to programmatically search Korean news, blogs, and web content through the Naver OpenAPI, overcoming challenges with direct query encoding and response parsing.

Core Features & Use Cases

  • News and Blog Search: Access real-time information via dedicated Naver API endpoints.
  • Query Encoding: Handles Korean query encoding to prevent errors.
  • Response Parsing: Extracts relevant data from JSON responses, including cleaning HTML tags.
  • ETF News Filtering: Provides a pattern to filter ETF-related news, distinguishing promotional content.
  • Use Case: Automatically fetch the latest news about a specific Korean ETF, filter out promotional articles, and summarize the key information.

Quick Start

Use the naver-search-api skill to search for news about 'KODEX ETF' and display the 5 most recent results.

Frequently Asked Questions about naver-search-api

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

FAQPage Schema
How do I search Korean news and blogs using the Naver OpenAPI?

To search Korean news and blogs using the Naver OpenAPI, you query the news.json and blog.json endpoints. This skill manages Korean character query encoding and parses the JSON responses to extract relevant real-time content.

What is the best way to handle Korean query encoding for Naver search results?

Handling Korean query encoding for Naver search results requires proper URL encoding to prevent API errors. This skill automatically manages the encoding process for Korean characters before submitting requests to the news and blog endpoints.

Can I filter promotional ETF news from Naver search responses?

You can filter promotional ETF news from Naver search responses by identifying specific promotional keywords. This skill provides a pattern to distinguish standard financial articles from promotional content within the parsed JSON data.

How does response parsing work for Naver news and blog APIs?

Response parsing for Naver news and blog APIs involves extracting relevant data fields from the returned JSON and cleaning HTML tags from titles and descriptions. This process ensures the retrieved Korean content is readable and ready for use.

Do I need API credentials to fetch Korean content from Naver?

Fetching Korean content from Naver requires accessing the Naver OpenAPI endpoints, which typically necessitates API credentials. This skill focuses on managing the query encoding and JSON parsing rather than handling the authentication setup itself.