Bunjang Market Scraper
Pricing
Pay per usage
Bunjang Market Scraper
Scrape product listings from Bunjang (번개장터) — Korea's popular second-hand marketplace. Extract bunjang listings, 번개장터 data, korean second hand market, korea C2C marketplace.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Session zero
Actor stats
0
Bookmarked
2
Total users
0
Monthly active users
2 days ago
Last modified
Categories
Share
Keywords: bunjang, 번개장터, korean second hand, korea C2C marketplace, south korea, korean web scraping, naver data, apify actor, korean data extraction
Bunjang Market Scraper ⚡
Scrape product listings from Bunjang (번개장터), Korea's #2 C2C marketplace with 15M+ monthly active users.
🚀 Quick Start (2 minutes)
- Click "Try for free" on the Actor page
- Enter your search keyword:
{"query": "아이폰 15","maxResults": 50}
- Click Start — product listings appear in the Dataset tab within seconds
- Export as JSON, CSV, or Excel
✨ What It Does
This Actor extracts structured product data from Bunjang Market using its public search API:
- Product name and unique ID (pid)
- Price in KRW
- Image URL and direct product link
- Seller location (neighborhood-level)
- Category and tags
- Favorites count — gauge product popularity
- Shipping info — free shipping flag
- Listing status — 판매중 (on sale), 예약중 (reserved), 판매완료 (sold)
- Seller metadata — ProShop, BizSeller, Care inspection badges
🎯 Use Cases
- Price Monitoring — Track price trends for specific products (e.g., iPhone resale values)
- Market Research — Analyze supply, demand, and pricing in Korea's secondhand market
- Resale Intelligence — Find underpriced items and profitable resale opportunities
- Competitive Analysis — Compare Bunjang vs Daangn pricing for same products
- Trend Detection — Discover what's popular by category, region, or time period
- Academic Research — Study C2C marketplace behavior and pricing psychology in Korea
- Inventory Sourcing — Aggregate deals across categories for bulk purchasing
- Lead Generation — Identify active sellers in specific product categories
📊 Output Fields
Each product listing includes:
| Field | Type | Description | Example |
|---|---|---|---|
pid | string | Bunjang product ID | "391689865" |
name | string | Product listing title | "아이폰 13 미니 128기가" |
price | integer | Price in KRW (0 if free) | 430000 |
imageUrl | string | Product image URL | "https://media.bunjang.co.kr/..." |
productUrl | string | Direct link to listing | "https://m.bunjang.co.kr/products/391689865" |
location | string | Seller's location | "서울특별시 마포구 공덕동" |
category | string | Category ID | "600700001" |
tags | string | Product tags (space-separated) | "중고폰 아이폰 13미니" |
isFree | boolean | Whether the item is free | false |
hasShipping | boolean | Free shipping available | true |
favCount | integer | Number of favorites/likes | 15 |
updatedAt | string | Last updated (ISO 8601) | "2026-02-27T05:30:00+00:00" |
scrapedAt | string | When data was scraped (ISO 8601) | "2026-02-28T01:51:00+00:00" |
status | string | Listing status | "판매중" |
sellerId | string | Seller's user ID | "85413767" |
commentCount | integer | Number of comments | 3 |
isAd | boolean | Sponsored listing | false |
hasCare | boolean | Bunjang Care (inspection) | true |
isProShop | boolean | ProShop seller | false |
isBizSeller | boolean | Business seller | false |
searchQuery | string | The keyword that found this listing | "아이폰" |
⚙️ Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
query | string | "아이폰" | Search keyword (required) |
maxResults | integer | 100 | Max items to scrape (1–10,000) |
sortBy | enum | "date" | Sort: date, relevance, price_asc, price_desc |
skipAds | boolean | true | Skip sponsored/ad listings |
delayBetweenPages | float | 1.0 | Delay between API requests (seconds) |
proxyConfiguration | object | — | Proxy settings (usually not needed) |
💡 Example Configurations
Basic product search
{"query": "맥북 프로","maxResults": 200}
Cheapest items first
{"query": "닌텐도 스위치","maxResults": 500,"sortBy": "price_asc"}
Include ads for competitive analysis
{"query": "나이키 운동화","maxResults": 100,"skipAds": false}
🔧 Technical Details
- No browser needed — Uses Bunjang's public REST API directly
- Fast execution — JSON API responses, no HTML parsing overhead
- Reliable — Built-in retry with exponential backoff for transient errors
- Respectful — Configurable delay between requests
- Lightweight — Minimal dependencies (httpx + pydantic), low memory usage
💰 Pricing
This Actor uses a pay-per-event pricing model:
- $0.50 per 1,000 products ($0.0005 per product)
- $0.00005 per Actor start
- Platform free tier applies
Example: Scraping 500 products costs ~$0.25
🤝 About Bunjang (번개장터)
Bunjang is Korea's second-largest C2C marketplace after Daangn Market, with over 15 million monthly active users. Known for:
- Broad categories: Electronics, fashion, collectibles, luxury goods, K-pop merchandise
- Nationwide delivery: Unlike Daangn (local-only), Bunjang supports shipping
- Bunjang Care: Official product inspection/authentication service
- ProShop: Verified professional sellers
📬 Support & Feedback
If you have any issues or feature requests, please open an issue on the Actor's page or contact the developer.