naver-shopping-search

Search Naver Shopping for comparable products and pricing via Open API or public BFF endpoint.

7.1k|836|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NomaDamas/k-skill --skill naver-shopping-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: naver-shopping-search
Source: https://github.com/NomaDamas/k-skill/tree/main/naver-shopping-search
Command: npx skills add https://github.com/NomaDamas/k-skill --skill naver-shopping-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

네이버 쇼핑에서 원하는 상품의 후보와 가격을 직접 여러 판매처로 확인하느라 시간이 낭비되는 문제를 해결합니다.

Core Features & Use Cases

  • 보수적 가격 비교 후보 정리: 네이버 Search API(키 보유 시)를 우선 사용하고, 키가 없을 때는 로그인 없는 공개 BFF JSON endpoint를 단일 요청으로 가져와 상품 후보를 정규화합니다.
  • 판매처·링크 중심 정리: 노출 가격, 판매처명, 상품 링크, 이미지, (노출될 때) 리뷰/구매 수 같은 핵심 정보를 묶어 제공합니다.
  • 공식몰/브랜드몰과 가격 후보 분리: 가격 낮은 후보와 공식/브랜드몰 후보를 구분해 비교 판단을 돕습니다.
  • 비주문·비로그인 범위 준수: 주문/장바구니/찜/로그인 세션 접근은 하지 않으며, 차단 우회·인증 우회 성격의 요청도 수행하지 않습니다.

Quick Start

네이버 쇼핑에서 에어팟 프로 2세대 가격과 판매처를 비교해줘.

Frequently Asked Questions about naver-shopping-search

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

FAQPage Schema
How do I compare the lowest prices for a product across different Naver Shopping sellers?

To compare Naver Shopping lowest prices, query a product to retrieve a normalized list of candidates showing exposed prices, seller names, product links, and images. Results clearly separate the lowest-price options from official brand mall items.

Can I search Naver Shopping product prices without logging in or placing orders?

Yes, you can search Naver Shopping product prices without logging in. The process strictly retrieves product data via a public BFF JSON endpoint or Open API, explicitly excluding any cart, wishlist, order, or login session actions.

Do I need Naver API credentials to use the Naver Shopping price comparison?

No, you do not need Naver API credentials. When credentials are unavailable, the price comparison automatically falls back to a login-free public BFF JSON endpoint to fetch and normalize product search results.

What is the best way to separate official brand mall listings from general retail sellers on Naver Shopping?

The best way to separate official brand mall listings from general retail sellers is to use a product search that categorizes candidates accordingly. It distinguishes lower-priced general retail items from official and brand mall candidates to aid comparison.

Why are my Naver Shopping search results showing limited pagination and sorting options?

Naver Shopping search results show limited pagination and sorting because the extraction uses controlled pagination and applied sort metadata. It presents conservative results based on available extraction metadata rather than full unrestricted page access.