Bunjang Scraper: Korean Resale & Secondhand Market (번개장터)
Pricing
from $2.00 / 1,000 results
Bunjang Scraper: Korean Resale & Secondhand Market (번개장터)
Scrape Bunjang (번개장터), Korea's largest secondhand & resell marketplace: keyword search and category browse — product names, KRW prices, condition, sale status, and images as clean JSON. Built on Bunjang's JSON API. No seller identity. For resale price research & sneaker/luxury resell tracking.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
Seok June Park
Maintained by CommunityActor stats
0
Bookmarked
0
Total users
0
Monthly active users
9 hours ago
Last modified
Categories
Share
Bunjang Scraper 🛒
Scrape secondhand & resell listings from Bunjang (번개장터) — Korea's largest peer-to-peer resale marketplace — as clean, structured JSON. Get product names, KRW prices, condition (new/used), sale status, images, favorite counts, and a coarse public region in one call.
Built for resale price research, sneaker & luxury resell tracking, and secondhand market analysis.
Try it free. Apify's free plan includes $5 of monthly platform credit — roughly 2,500 results from this actor, no credit card required. Set your input, click Start, and export JSON/CSV/Excel.
What it does
This actor pulls listing data directly from Bunjang's public search/browse JSON API (the same one that powers bunjang.co.kr), so results are fast and complete — no fragile HTML scraping in the happy path. Two modes:
- Search — every listing matching a keyword (e.g.
nike,아이폰,jordan 1). Optionally narrow to a single category. - Category — browse the newest / most-relevant listings in a Bunjang category (e.g. Shoes, Bags, Digital).
Four sort orders are supported: relevance/popularity, newest, price low→high, and price high→low.
Privacy first: this actor collects item data only. It never emits seller nicknames, IDs, profiles, or shop handles. Region is coarsened to a public province + city/district label — never a neighborhood or a person.
Input
| Field | Type | Description |
|---|---|---|
mode | string | "search" or "category". |
query | string | Search mode: the keyword to search for. Required in search mode. |
categoryId | string | Category mode: the Bunjang category id (required). Optional in search mode to narrow results. |
order | string | "score" (relevance), "date" (newest), "price_asc", or "price_dsc". Default score. |
maxItems | integer | Max listings to collect. Default 100. |
proxyConfiguration | object | Proxy settings. Apify RESIDENTIAL recommended for large runs. |
Common category IDs
| ID | Category |
|---|---|
310 | Women's clothing |
320 | Men's clothing |
405 | Shoes |
430 | Bags / Wallets |
421 | Watches |
600 | Digital |
700 | Sports / Leisure |
910 | Star goods (K-pop) |
Input example
{"mode": "search","query": "나이키","order": "date","maxItems": 100}
{"mode": "category","categoryId": "405","order": "score","maxItems": 200}
Output
Each listing is one dataset record. Prices are in KRW (Korean won). status is one of selling / reserved / sold. condition is new or used.
{"source": "bunjang","product_id": "416892841","name": "나이키 x 트래비스 스캇 에어맥스 1 캑터스 브라운 275","price_krw": 209000,"status": "selling","condition": "new","category": "405100","region": "서울특별시 강남구","free_shipping": false,"favorite_count": 12,"url": "https://m.bunjang.co.kr/products/416892841","image_url": "https://media.bunjang.co.kr/product/416892841_1_1783126918_w400.jpg","listed_at": "2026-07-09T09:12:55+09:00","scraped_at": "2026-07-09T09:13:00+09:00"}
A full 25-item sample from a real run is in samples/sample-output.json.
| Field | Meaning |
|---|---|
source | Always "bunjang". |
product_id | Bunjang listing id (pid). |
name | Listing title. |
price_krw | Asking price (KRW). |
status | selling, reserved, or sold. |
condition | new or used. |
category | Bunjang category id. |
region | Coarse public area (province + city/district). null when the seller hid it. No neighborhood-level or personal location. |
free_shipping | Whether the seller offers free shipping. |
favorite_count | Number of users who favorited the listing. |
url | Mobile listing page URL. |
image_url | First product image (resolved thumbnail). |
listed_at | Last update time of the listing (KST, UTC+9). |
scraped_at | ISO-8601 timestamp (KST, UTC+9). |
Use cases
- Resale price research — track asking prices for sneakers, luxury goods, electronics, and K-pop goods across the Korean resale market.
- Sneaker & luxury resell tracking — monitor supply and pricing for hyped drops (Jordan, Travis Scott, designer bags) as new listings appear.
- Secondhand market analysis — measure listing volume, condition mix (new vs used), and regional distribution of a product category over time.
- AI agents & datasets — feed structured resale data into pricing models, arbitrage dashboards, or LLM agents.
❓ FAQ
Is it legal to scrape this data? This actor collects only public, non-personal listing data — the same listings any visitor sees on Bunjang without logging in. No personal data is collected (no seller nicknames, IDs, or profiles). You are responsible for how you use the data; see the legality note below.
What does it cost in practice? $2.00 per 1,000 results (launch pricing) + a few cents of platform usage. Example: a 500-result daily pull costs about $1.00/day. Apify's free $5 monthly credit covers ~2,500 results.
Do I need to configure proxies?
No — the default settings work out of the box. For large runs or high maxItems, enabling Apify Proxy with the RESIDENTIAL group is recommended as optional scaling advice (see the proxy note below).
How fresh is the data? Every run scrapes the live site at run time. Schedule the actor for recurring snapshots.
What is NOT included?
Seller information of any kind — nicknames, IDs, profiles, shop handles — is never emitted, and region is deliberately coarsened to a public province + city/district label (it can be null when the seller hid it). Only the first product image is included per listing.
🇰🇷 More Korean data actors
This actor is part of a suite of Korean-platform scrapers by the same maintainer:
- joongna-scraper — Joongna secondhand marketplace listings as structured JSON.
- pocamarket-scraper — K-pop photocard market prices and listings.
- musinsa-scraper — Musinsa fashion product and pricing data.
Browse all: apify.com/kdatafactory
Rate limiting & legality
- The actor collects only public, non-authenticated data. It never logs in and never touches private endpoints.
- No personal data is collected — no seller nicknames, IDs, profiles, or shop handles.
regionis deliberately coarsened to a public province/district label and never carries a neighborhood or a person. - Requests are rate-limited: one page at a time with a ≥ 500 ms delay between requests, to stay gentle on Bunjang's servers.
- You are responsible for using the data in line with Bunjang's terms of service and applicable law.
⚠️ Proxy recommendation
Bunjang may block datacenter IPs or high request volumes. For reliable runs — especially at higher maxItems — enable Apify Proxy with the RESIDENTIAL group. The actor automatically uses the proxy configuration you provide (via proxyConfiguration in input) and, if a proxy tunnel fails, falls back to a direct connection rather than hanging. If you see repeated API HTTP 403/429 errors in the log, switch on residential proxy.
If this actor saves you time, a rating on the Store page helps a solo maintainer a lot. Found an issue? Open it in the Issues tab — I respond fast.