Daangn Market Scraper avatar

Daangn Market Scraper

Pricing

Pay per usage

Go to Apify Store
Daangn Market Scraper

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

Session zero

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

2 days ago

Last modified

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)

  1. Click "Try for free" on the Actor page
  2. Enter your search keyword:
    {
    "query": "아이폰 15",
    "maxItems": 50
    }
  3. Click Start — product listings appear in the Dataset tab within seconds
  4. Export as JSON, CSV, or Excel

Tip: Use queries array 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:

FieldTypeDescriptionExample
titlestringProduct listing title"아이폰 15 Pro 256GB 내추럴티타늄"
descriptionstringSeller's product description"배터리 성능 92% 깨끗한 상태..."
priceintegerPrice in KRW (0 if free)830000
priceTextstringFormatted price string"830,000원"
currencystringCurrency code (always KRW)"KRW"
statusstringListing status: 판매중 (on sale), 거래완료 (sold), 예약중 (reserved)"판매중"
isFreebooleanWhether the item is offered for freefalse
locationstringSeller's neighborhood (district-level)"강남구"
postedAtstringISO 8601 timestamp when the listing was posted"2026-02-27T14:03:28..."
sellerNamestringSeller's display name"판매자닉네임"
imageUrlstringMain product photo URL"https://img.kr..."
urlstringDirect link to the Daangn listing page"https://www.daangn.com/..."
conditionstringItem condition: 중고 (used) or 새상품 (new)"중고"
searchQuerystringThe keyword that found this listing"아이폰"

⚙️ Input Parameters

ParameterTypeDefaultDescription
querystring"아이폰"Search keyword (e.g., "아이폰 14")
queriesstring[]Multiple search queries for batch processing
locationstringLocation filter (e.g., "서울특별시-11")
categoryIdstringCategory ID filter (see table below)
maxItemsinteger200Max items per query (1–1,000)
priceMinintegerMinimum price in KRW
priceMaxintegerMaximum price in KRW
delayBetweenRequestsfloat2.5Delay between requests in seconds (1.0–30.0)
proxyConfigurationobjectProxy settings for high-volume scraping

Category IDs

IDCategory (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 delayBetweenRequests at 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

  1. Use proxy for high-volume scraping to avoid 403 errors
  2. Increase delay (3–5s) if you encounter rate limiting
  3. Multiple queries — Use queries array to search for multiple keywords in one run
  4. Price filters — Combine priceMin and priceMax to 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.