Bunjang Market Scraper avatar

Bunjang Market Scraper

Pricing

from $0.50 / 1,000 products

Go to Apify Store
Bunjang Market Scraper

Bunjang Market Scraper

Scrape product listings from Bunjang (번개장터) — Korea's popular secondhand marketplace. The only bunjang scraper for korean C2C market data: prices, seller badges, popularity metrics, shipping info. Ideal for korean resale market research & price tracking.

Pricing

from $0.50 / 1,000 products

Rating

0.0

(0)

Developer

Session zero

Session zero

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

21 days ago

Last modified

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)

  1. Click "Try for free" on the Actor page
  2. Enter your search keyword:
    {
    "query": "아이폰 15",
    "maxResults": 50
    }
  3. Click Start — product listings appear in the Dataset tab within seconds
  4. 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:

FieldTypeDescriptionExample
pidstringBunjang product ID"391689865"
namestringProduct listing title"아이폰 13 미니 128기가"
priceintegerPrice in KRW (0 if free)430000
imageUrlstringProduct image URL"https://media.bunjang.co.kr/..."
productUrlstringDirect link to listing"https://m.bunjang.co.kr/products/391689865"
locationstringSeller's location"서울특별시 마포구 공덕동"
categorystringCategory ID"600700001"
tagsstringProduct tags (space-separated)"중고폰 아이폰 13미니"
isFreebooleanWhether the item is freefalse
hasShippingbooleanFree shipping availabletrue
favCountintegerNumber of favorites/likes15
updatedAtstringLast updated (ISO 8601)"2026-02-27T05:30:00+00:00"
scrapedAtstringWhen data was scraped (ISO 8601)"2026-02-28T01:51:00+00:00"
statusstringListing status"판매중"
sellerIdstringSeller's user ID"85413767"
commentCountintegerNumber of comments3
isAdbooleanSponsored listingfalse
hasCarebooleanBunjang Care (inspection)true
isProShopbooleanProShop sellerfalse
isBizSellerbooleanBusiness sellerfalse
searchQuerystringThe keyword that found this listing"아이폰"

⚙️ Input Parameters

ParameterTypeDefaultDescription
querystring"아이폰"Search keyword (required)
maxResultsinteger100Max items to scrape (1–10,000)
sortByenum"date"Sort: date, relevance, price_asc, price_desc
skipAdsbooleantrueSkip sponsored/ad listings
delayBetweenPagesfloat1.0Delay between API requests (seconds)
proxyConfigurationobjectProxy settings (usually not needed)

💡 Example Configurations

{
"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.