Pricing
from $0.20 / 1,000 results
Pricing
from $0.20 / 1,000 results
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
4
Total users
1
Monthly active users
a month ago
Last modified
Categories
Share
A fast, unofficial Daangn (Karrot Market / λΉκ·Όλ§μΌ) scraper that turns listings on daangn.com into clean, structured JSON. It works as a Daangn API alternative: give it listing URLs, a search keyword, or a neighborhood, and get back price, status, region, seller (+λ§€λμ¨λ), images, and engagement stats.
What does Daangn Scraper do?
This Actor extracts public marketplace data from Daangn (Karrot Market) β Korea's largest hyperlocal second-hand marketplace. It has three modes:
- Detail β scrape individual listing pages by URL or ID. For μ€κ³ κ±°λ (buy-sell) it reads Daangn's internal JSON loader directly (no browser, faster, and richer β exact view/favorite/chat counts, post time, seller review count).
- Search β keyword search within any vertical, optionally scoped to a λλ€.
- Hot β popular/βhotβ listings for a region.
It does not collect private user data β only what sellers have chosen to publish on a listing.
Why scrape Daangn (Karrot Market)?
- Price & market research β track second-hand prices, μμΈ, and demand by λλ€.
- Inventory & reselling β monitor new listings and status changes (νλ§€μ€ β μμ½μ€ β νλ§€μλ£).
- Lead generation β find λλ€μ 체 / λΆλμ° / μ€κ³ μ°¨ listings programmatically.
Running it on Apify adds scheduling, a REST API, integrations (Make, Zapier, Google Sheets), monitoring, and built-in residential proxy rotation to avoid blocks β none of which you get scraping by hand.
What data can this Actor extract?
| Field | Type | Description |
|---|---|---|
id | string | Listing ID |
title | string | Listing title |
price / price_text | number / string | Parsed KRW price and the raw text (e.g. λλ) |
status | string | on_sale Β· reserved Β· sold |
region | object | λλ€ name, id, full path, (coords when available) |
category | object | Category id + name |
seller | object | Nickname, profile, λ§€λμ¨λ, review count |
stats | object | Views / favorites / chats (exact integers via the JSON loader) |
images | array | Full-resolution image URLs |
created_at / bumped_at | string | Post time and last λμ¬ (boost) time |
url | string | Canonical listing URL |
See the Output section for a full example.
How to scrape Daangn β step by step
- Open the Actor and pick a Mode (detail, search, or hot).
- Detail: paste listing URLs into Start URLs (or IDs into Article IDs).
Search: type a Search keyword and optionally a Region slug.
Hot: enter a Region slug like
μμΌλ-6035. - (Recommended) leave Proxy on Residential.
- Set Max items to cap the run, then click Start.
- When it finishes, download the dataset as JSON, CSV, Excel, or via the API.
A region slug looks like
<λ>-<regionId>(e.g.μμΌλ-6035). You can copy it from the?in=parameter in a Daangn search URL.
How much will it cost to scrape Daangn?
Cost scales with the number of listings and whether a browser is needed:
- Detail mode uses plain HTTP (no browser) β cheap and fast, so large batches of listing pages cost very little compute.
- Search / Hot render JavaScript with a headless browser, which uses more compute per page. Keep Block images/fonts/media on to cut proxy GB usage.
Use Max items / Max search pages to bound spend.
Input
See the Input tab for the full form. Key fields:
modeβdetailΒ·searchΒ·hotverticalβ buy-sell Β· realty Β· cars Β· jobs Β· local-profile Β· community Β· groupstartUrls/articleIds(detail),searchQuery(search),region(search/hot)useJsonApiβ use the rich internal JSON loader for buy-sell detail pagesproxyConfigurationβ Residential recommended
Example (detail mode):
{"mode":"detail","vertical":"buy-sell","startUrls":[{"url":"https://www.daangn.com/kr/buy-sell/rtx-3050-803909841/"}],"useJsonApi":true,"maxItems":50,"proxyConfiguration":{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}}
Example (hot mode):
{"mode":"hot","vertical":"buy-sell","region":"μμΌλ-6035","maxItems":100,"proxyConfiguration":{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}}
Output
You can download the dataset in various formats such as JSON, HTML, CSV, or Excel. Each item is one listing:
[{"id":"803909841","title":"RTX 3050","price":160000,"price_text":"160,000μ","is_free":false,"status":"sold","category":{"id":"1","name":"λμ§νΈκΈ°κΈ°"},"region":{"name":"κ°κ²½λ","id":"2127","full_name":"μΆ©λΆ μ²μ£Όμ ν₯λꡬ κ°κ²½λ"},"seller":{"name":"ν€λ¦¬ν ","manner_temperature":41.3,"review_count":12},"stats":{"views":362,"favorites":2,"chats":1,"source":"json"},"images":["https://img.kr.gcp-karroter.net/origin/article/.../_0.webp"],"created_at":"2024-07-01T10:00:00Z","url":"https://www.daangn.com/kr/buy-sell/rtx-3050-803909841/"}]
Tips and advanced options
- Fastest & cheapest: use detail mode with
useJsonApi: true(buy-sell). - Search returns few/no items? Daangn gates search lists behind an anti-bot proof-of-work challenge; use detail/hot where possible, or lower concurrency.
- Avoid blocks: keep Residential proxy on and add a small Delay between detail requests. The Actor also rate-limits itself per host.
FAQ, disclaimers, and support
Is this official? No. Daangn has no public API; this reads the public web front-end. Markup and limits can change at any time. Review Daangn's Terms of Service before scraping at scale.
Legal disclaimer. Our Actors are ethical and do not extract any private user data, such as email addresses, gender, or location. They only extract what the user has chosen to share publicly. We therefore believe that our Actors, when used for ethical purposes by Apify users, are safe. However, you should be aware that your results could contain personal data. Personal data is protected by the GDPR in the European Union and by other regulations around the world. You should not scrape personal data unless you have a legitimate reason to do so. If you're unsure whether your reason is legitimate, consult your lawyers.
Support. Found a bug or a markup change? Open an issue on the Issues tab. For programmatic runs, see the API tab.
