bunjang-search

Automate Bunjang marketplace search and export results as JSON or AI-analysis TOON chunks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

번개장터에서 원하는 상품을 찾고 상세 정보를 모으는 작업을 손으로 반복하지 않게 해줘, 대량 수집과 AI 분석용 정리까지 한 흐름으로 처리합니다.

Core Features & Use Cases

  • 검색 & 상세조회 자동화: 상품 검색, 아이템 상세조회, 그리고 필요 시 여러 ID를 묶어 조회합니다.
  • 선택적 찜/채팅 플로우: 로그인 세션이 있는 interactive TTY에서만 favorite/chat 같은 액션을 안내합니다.
  • 대량 수집 & AI 분석용 TOON export: 다페이지 수집을 JSON 또는 AI 분석용 .toon chunk 디렉토리로 내보냅니다.
  • 중복/노이즈 감안한 triage: 검색 단계에서는 제목/가격 중심으로 1차 분류하고, 필요할 때만 상세조회로 판단합니다.

Quick Start

AI에게 번개장터에서 "아이폰"을 검색한 뒤 5페이지를 모아 상세 포함 JSON으로 저장해줘라고 요청하세요.

Frequently Asked Questions about bunjang-search

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

FAQPage Schema
How do I scrape and export Bunjang marketplace listings in bulk?

You can collect Bunjang marketplace listings in bulk by automating multi-page search and item detail retrieval, then exporting the results to JSON using deterministic parameters like start-page, pages, and max-items.

What is the best way to collect marketplace product data for AI analysis?

Collect marketplace product data for AI analysis by exporting scraped Bunjang listings into AI-oriented TOON chunk directories, which structures the data specifically for downstream evaluation and processing.

Can I automate favorite or chat actions on Bunjang without a browser?

Automating favorite or chat actions on Bunjang requires an interactive TTY authentication flow, meaning you need an active login session in a terminal environment that supports user interaction to execute these optional actions.

Does Bunjang web scraping require logging in to search product details?

Basic Bunjang web scraping for search and item detail retrieval does not require logging in, but optional follow-up actions like favoriting or chatting need interactive TTY authentication to function.

How do I handle noise and duplicates when scraping marketplace search results?

Handle noise and duplicates during marketplace search scraping by performing a first-pass triage focused on titles and prices, then selectively retrieving detailed item information only when deeper evaluation is necessary.