VOOZH about

URL: https://apify.com/sky_lee/korea-carrot-market-scraper

⇱ Korea Carrot-market Scraper Β· Apify


Pricing

from $0.20 / 1,000 results

Go to Apify Store

Korea Carrot-market Scraper

Korea Carrot-market Scraper

Pricing

from $0.20 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ sky lee

sky lee

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

1

Monthly active users

a month ago

Last modified

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?

FieldTypeDescription
idstringListing ID
titlestringListing title
price / price_textnumber / stringParsed KRW price and the raw text (e.g. λ‚˜λˆ”)
statusstringon_sale Β· reserved Β· sold
regionobject동넀 name, id, full path, (coords when available)
categoryobjectCategory id + name
sellerobjectNickname, profile, λ§€λ„ˆμ˜¨λ„, review count
statsobjectViews / favorites / chats (exact integers via the JSON loader)
imagesarrayFull-resolution image URLs
created_at / bumped_atstringPost time and last 끌올 (boost) time
urlstringCanonical listing URL

See the Output section for a full example.

How to scrape Daangn β€” step by step

  1. Open the Actor and pick a Mode (detail, search, or hot).
  2. 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.
  3. (Recommended) leave Proxy on Residential.
  4. Set Max items to cap the run, then click Start.
  5. 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 Β· hot
  • vertical β€” buy-sell Β· realty Β· cars Β· jobs Β· local-profile Β· community Β· group
  • startUrls / articleIds (detail), searchQuery (search), region (search/hot)
  • useJsonApi β€” use the rich internal JSON loader for buy-sell detail pages
  • proxyConfiguration β€” 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.

You might also like

Wanted.co.kr Korea & Japan Jobs Scraper

unfenced-group/wanted-kr-scraper

Scrape Korea's top tech job platform Wanted.co.kr: listings in Korea and Japan with skills, salary tiers, full job descriptions.

πŸ‘ User avatar

Unfenced Group

2

Kakao Map Scraper - Korea Local Businesses & Reviews

haketa/kakao-map-scraper

Kakao Map scraper & data API for South Korea local businesses: search any category or keyword by area and export name, category, phone, address, GPS, rating, reviews, business hours, amenities, homepage & photos. Korea local business data, lead generation & market research β€” fast, no login.

Naver Place Scraper - Korea Local Business & Map Data

haketa/naver-place-scraper

Naver Place & Naver Map scraper (Korea): search local businesses by area + keyword and export name, category, address, phone, rating, visitor & blog review counts, hours and GPS coordinates. Korea local-business lead generation and market data β€” fast, no login.

Zigbang Scraper - Korea Real Estate Listings & Agents

haketa/zigbang-scraper

Zigbang scraper & data API for South Korea real estate: search officetels, villas & one-room studios for monthly rent (μ›”μ„Έ), jeonse (μ „μ„Έ) & sale; export price, deposit, size, floor, address, photos plus the listing agent name & phone. Korea property data & lead-gen β€” fast, no login.

Naver Land Scraper - Korea Apartments & Officetels

haketa/naver-land-scraper

Naver Land scraper & data API for South Korea real estate: search apartments, officetels & villas for sale (λ§€λ§€), jeonse (μ „μ„Έ) & monthly rent (μ›”μ„Έ); export price, area, floor, direction, location, tags & the listing agent. Korea property market data & lead generation β€” fast.

Naver Search API | Web, News, Image, Video, Shopping (Korea)

johnvc/naver-search-api

Scrape Naver, Korea's largest search engine, across web, news, image, video, and shopping results as structured JSON. Run many queries at once, pick the vertical, and paginate. Built for Korean market research, SEO, and AI agents. Pay per result, MCP-ready.

Sarangbang Scraper β€” Korea Property Data & API

sian.agency/sarangbang-property-scraper

Sarangbang scraper & real estate data API for one of Korea's biggest property portals. Sale, jeonse & monthly-rent listings nationwide: price, deposit, rent, size, floor, address, agency, phone, photos β€” clean JSON/CSV. Fast overview or full detail. No-code, no API key needed.

2

Korea’s Open Government Data Portal (data.go.kr)

parseforge/data-go-kr-scraper

Extract comprehensive dataset listings from Korea’s Open Government Data Portal (data.go.kr), including metadata, descriptions, API details, and organization info. Supports filtering by dataset type, organization, keywords, and other parameters, enabling automated access to 50,000+ datasets.