✓ Verified 🌐 Web Scrapers ✓ Enhanced Data

Naver Shopping

Search for products on Naver Shopping.

Rating
4.5 (15 reviews)
Downloads
1,183 downloads
Version
1.0.0

Overview

Search for products on Naver Shopping.

Complete Documentation

View Source →

Naver Shopping Search

Use this skill to search for products on Naver Shopping using the Naver Search API.

Usage

Run the search script with a query:

bash
/Users/dryoo/.openclaw/workspace/skills/naver-shopping/scripts/search_shopping.py "상품명"

Options

  • --display : Number of results to show (default: 5, max: 100)
  • --sort : Sort order (sim: similarity, date: date, asc: price ascending, dsc: price descending)

Example

bash
/Users/dryoo/.openclaw/workspace/skills/naver-shopping/scripts/search_shopping.py "아이폰 16" --display 3 --sort asc

Environment Variables

Requires the following in .env:

  • NAVER_Client_ID
  • NAVER_Client_Secret

Installation

Terminal bash

openclaw install naver-shopping
    
Copied!

💻Code Examples

/Users/dryoo/.openclaw/workspace/skills/naver-shopping/scripts/search_shopping.py "상품명"

usersdryooopenclawworkspaceskillsnaver-shoppingscriptssearchshoppingpy-.txt
### Options

- `--display <number>`: Number of results to show (default: 5, max: 100)
- `--sort <sim|date|asc|dsc>`: Sort order (sim: similarity, date: date, asc: price ascending, dsc: price descending)

### Example

Tags

#search_and-research

Quick Info

Category Web Scrapers
Model Claude 3.5
Complexity One-Click
Author dryoo
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install naver-shopping