Korea Hot Deals Scraper avatar

Korea Hot Deals Scraper

Pricing

from $0.50 / 1,000 deals

Go to Apify Store
Korea Hot Deals Scraper

Korea Hot Deals Scraper

Collect the latest hot deals from Korean deal communities (Ppomppu, Clien, Dealbada, Eomisae) in one clean format: store, price, shipping, views, likes, link.

Pricing

from $0.50 / 1,000 deals

Rating

0.0

(0)

Developer

Seungki Min

Seungki Min

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Get the latest hot deals from Korea's biggest deal communities in one clean, consistent dataset — store, price, shipping, popularity and link — without dealing with four different page layouts, EUC-KR quirks or Korean date formats.

Sources

Board keyCommunityWhat it covers
ppomppuPpomppu (뽐뿌게시판)Domestic deals — the largest Korean deal board
ppomppu-overseasPpomppu (해외뽐뿌)Amazon, eBay and other overseas deals
ppomppu-aliPpomppu (알리뽐뿌)AliExpress deals
clienClien (알뜰구매)Tech-heavy deals, apps, events
dealbadaDealbada (국내핫딜)Domestic deals
dealbada-overseasDealbada (해외핫딜)Overseas deals
eomisaeEomisae (쇼핑정보)Fashion, sneakers and shopping deals

Use cases

  • Price monitoring — watch when a product or brand shows up on Korean deal boards (keywords: ["에어팟", "AirPods"]).
  • Reseller sourcing — find underpriced items early; schedule the actor every 15–30 minutes.
  • Market & brand research — which stores (Coupang, G마켓, 11번가, Naver…) run the most promotions, and which deals get traction.
  • Alerts & AI agents — pipe results to Slack, Telegram, Google Sheets or an LLM via Apify integrations.

Input

{
"boards": ["ppomppu", "clien", "dealbada"],
"maxPagesPerBoard": 2,
"keywords": ["맥북", "macbook"],
"excludeKeywords": ["중고"],
"minViews": 100,
"maxResults": 200
}
  • boards — leave empty for all boards.
  • maxPagesPerBoard — Clien and Dealbada support multiple pages (~15–30 deals each). Ppomppu and Eomisae return only the newest page.
  • keywords / excludeKeywords — matched against the title, case-insensitive. Filtering happens before results are saved, so you only pay for deals that match.
  • minViews — simple popularity threshold.

Output

{
"site": "dealbada",
"board": "dealbada",
"boardName": "국내핫딜",
"store": "지마켓",
"price": 18900,
"currency": "KRW",
"priceText": "18,900원",
"shipping": "free",
"title": "[지마켓]어포튀각 오리지널 청양고추 먹태맛 선택 12봉 (18,900원/무료)",
"url": "https://www.dealbada.com/bbs/board.php?bo_table=deal_domestic&wr_id=571802",
"postId": "571802",
"author": "…",
"category": "식품/건강",
"postedAt": "2026-09-16T20:03:00+09:00",
"views": 215,
"likes": 0,
"comments": 0,
"thumbnail": "http://cdn.dealbada.com/data/editor/…jpg",
"excerpt": null,
"scrapedAt": "2026-09-16T11:40:12.000Z"
}

store, price, currency and shipping are parsed from the post title using the usual Korean deal format [Store] Product (price/shipping). Posters don't always follow it, so these can be null — the raw title is always included. shipping is normalised to free / paid when recognisable. Some fields are not available on every board (e.g. Ppomppu has no thumbnail or comment count in its feed).

Pricing

Pay per result: you are charged only for deals saved to the dataset. Set Max results or a spending limit on the run to cap cost.

Notes

  • Only public list pages are read — no login, no post bodies, no personal data beyond the public nickname shown on the board.
  • The actor respects each site's crawl delay, so a full run across all boards takes about a minute.
  • Site layouts change from time to time. If something breaks, open an issue on the actor page and it will be fixed.

Proxy

Apify Proxy (datacenter) is on by default: one of the sites (Eomisae) returns 403 to foreign IPs. You can turn it off in the Advanced section if you do not need it.