Daangn Market Scraper avatar

Daangn Market Scraper

Pricing

Pay per usage

Go to Apify Store
Daangn Market Scraper

Daangn Market Scraper

Scrape secondhand marketplace listings from daangn.com (Karrot Korea) by keyword and optional region slug.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

요한 김

요한 김

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Daangn (당근마켓 / Karrot) Marketplace Scraper

Search and extract secondhand listings from Daangn — Korea's dominant hyperlocal marketplace with 30M+ users, where Koreans buy and sell everything from iPhones to furniture within their neighborhoods.

What you get

For every listing:

FieldExample
title애플 아이폰 16 화이트 256GB
price / priceText800000 / 800,000원
status판매중 (for sale) · 예약중 (reserved) · 거래완료 (sold)
region삼평동
listingUrl / listingIddirect link to the listing
thumbnailUrllisting photo
descriptionlisting body text
postedAtISO timestamp
keyword / searchRegionwhich search produced this item

Use cases

  • Price intelligence — track real secondhand market prices for phones, laptops, appliances in Korea (the price Koreans actually pay, not retail).
  • Resale arbitrage — monitor listings for underpriced items by keyword and region, on a schedule.
  • Market research — measure supply/demand of any product category in the world's most active hyperlocal marketplace.
  • Dataset building — Korean-language marketplace listings for ML/AI training.

Usage

{
"keywords": ["아이폰", "맥북"],
"regions": ["역삼동-6035"],
"maxItemsPerSearch": 50,
"includeSold": false
}
  • regions uses Daangn's region slugs (the in= parameter you see on daangn.com URLs). Leave empty for default results.
  • includeSold: true keeps 거래완료 (sold) listings — useful for price history.
  • Sold-price analysis tip: run daily with includeSold: true and diff statuses over time.

Notes

  • Plain-HTTP scraper (no browser) — fast and cheap to run.
  • Only publicly visible listing data is collected.
  • Korean text is preserved in UTF-8.