Daangn Market Scraper
Pricing
Pay per usage
Daangn Market Scraper
Scrape product listings from Daangn Market (당근마켓) — Korea's #1 C2C marketplace. Extract daangn listings, 당근마켓 data, korean marketplace products, Korea's craigslist equivalent.
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: daangn, 당근마켓, korean marketplace, korea craigslist, south korea, korean web scraping, naver data, apify actor, korean data extraction
Daangn Market Scraper 🥕
Scrape product listings from Daangn Market (당근마켓), Korea's #1 C2C marketplace with 20M+ monthly active users.
🚀 Quick Start (3 minutes)
- Click "Try for free" on the Actor page
- Enter your search keyword:
{"query": "아이폰 15","maxItems": 50}
- Click Start — product listings appear in the Dataset tab within seconds
- Export as JSON, CSV, or Excel
Tip: Use
queriesarray for multiple searches at once:["아이폰 15", "갤럭시 S24", "맥북"]
✨ What It Does
This actor extracts structured data from Daangn Market search results:
- Product title and description
- Price (KRW) with formatted text
- Listing status (판매중/거래완료/예약중)
- Location (neighborhood-level)
- Posted time (ISO 8601)
- Seller name
- Image URL and product URL
- Item condition (중고/새상품)
🎯 Use Cases
- Price Monitoring — Track price trends for specific products over time (e.g., iPhone resale values)
- Market Research — Analyze supply, demand, and pricing patterns in the Korean secondhand market
- Competitive Analysis — Monitor secondhand market dynamics for specific product categories
- Trend Analysis — Discover what's popular in different regions and categories
- Academic Research — Study C2C marketplace behavior, pricing psychology, and consumer trends in Korea
- Inventory Sourcing — Find deals on specific items across multiple neighborhoods
- Price Benchmarking — Compare your product's resale value against market averages
📊 Output Fields
Each product listing includes:
| Field | Type | Description | Example |
|---|---|---|---|
title | string | Product listing title | "아이폰 15 Pro 256GB 내추럴티타늄" |
description | string | Seller's product description | "배터리 성능 92% 깨끗한 상태..." |
price | integer | Price in KRW (0 if free) | 830000 |
priceText | string | Formatted price string | "830,000원" |
currency | string | Currency code (always KRW) | "KRW" |
status | string | Listing status: 판매중 (on sale), 거래완료 (sold), 예약중 (reserved) | "판매중" |
isFree | boolean | Whether the item is offered for free | false |
location | string | Seller's neighborhood (district-level) | "강남구" |
postedAt | string | ISO 8601 timestamp when the listing was posted | "2026-02-27T14:03:28..." |
sellerName | string | Seller's display name | "판매자닉네임" |
imageUrl | string | Main product photo URL | "https://img.kr..." |
url | string | Direct link to the Daangn listing page | "https://www.daangn.com/..." |
condition | string | Item condition: 중고 (used) or 새상품 (new) | "중고" |
searchQuery | string | The keyword that found this listing | "아이폰" |
⚙️ Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
query | string | "아이폰" | Search keyword (e.g., "아이폰 14") |
queries | string[] | — | Multiple search queries for batch processing |
location | string | — | Location filter (e.g., "서울특별시-11") |
categoryId | string | — | Category ID filter (see table below) |
maxItems | integer | 200 | Max items per query (1–1,000) |
priceMin | integer | — | Minimum price in KRW |
priceMax | integer | — | Maximum price in KRW |
delayBetweenRequests | float | 2.5 | Delay between requests in seconds (1.0–30.0) |
proxyConfiguration | object | — | Proxy settings for high-volume scraping |
Category IDs
| ID | Category (Korean) | Category (English) |
|---|---|---|
| 1 | 디지털기기 | Electronics |
| 2 | 취미/게임/음반 | Hobbies/Games |
| 3 | 스포츠/레저 | Sports/Leisure |
| 4 | 유아동 | Kids/Baby |
| 5 | 여성의류 | Women's Clothing |
| 6 | 뷰티/미용 | Beauty |
| 7 | 생활/주방 | Home/Kitchen |
| 8 | 가구/인테리어 | Furniture |
| 9 | 도서 | Books |
| 172 | 생활가전 | Home Appliances |
Example Input
{"queries": ["아이폰 15", "갤럭시 S24"],"maxItems": 100,"priceMin": 100000,"priceMax": 1000000,"categoryId": "1","delayBetweenRequests": 3.0}
⚠️ Limitations & Notes
- ~300 items per query — Daangn's web search returns up to ~280–300 listings per keyword from a single page load
- Bot detection — Daangn uses bot detection; keep
delayBetweenRequestsat 2.5s+ and use proxy for high-volume scraping - Rate limiting — Automatic retry with exponential backoff (up to 3 retries) on 403/5xx errors
- Max 1,000 items per query — Configurable via
maxItems(default 200) - Location format — Use Korean neighborhood names with district IDs (e.g., "강남구-12345")
- No login required — All data comes from publicly accessible search results via JSON-LD
- No browser needed — Uses SSR HTML + JSON-LD extraction (no Playwright/Selenium)
- Listing freshness — Results reflect current active listings; sold items may still appear briefly
🔧 Technical Details
- No browser needed — Uses SSR HTML + JSON-LD extraction (fast & cheap)
- Bot detection handling — Configurable delay + retry with exponential backoff
- Proxy support — Apify Proxy integration for high-volume scraping
- Up to ~300 items per query from a single page load
💰 Pricing
$0.50 per 1,000 listings — pay only for the products you scrape. Platform usage costs are included at minimal cost.
💡 Tips
- Use proxy for high-volume scraping to avoid 403 errors
- Increase delay (3–5s) if you encounter rate limiting
- Multiple queries — Use
queriesarray to search for multiple keywords in one run - Price filters — Combine
priceMinandpriceMaxto narrow results to your budget range
ℹ️ About Daangn Market
Daangn Market (당근마켓, also known as Karrot) is South Korea's largest local C2C marketplace with over 20 million monthly active users. It connects buyers and sellers in local neighborhoods for secondhand goods trading.
⚠️ Disclaimer
This Actor is provided for educational and research purposes. Please respect Daangn Market's Terms of Service and use responsibly. The author is not responsible for any misuse of this tool.