EQL Store Scraper — Korean Designer Fashion Best-Sellers avatar

EQL Store Scraper — Korean Designer Fashion Best-Sellers

Pricing

from $2.00 / 1,000 results

Go to Apify Store
EQL Store Scraper — Korean Designer Fashion Best-Sellers

EQL Store Scraper — Korean Designer Fashion Best-Sellers

Daily best-seller rankings from EQL (eqlstore.com), the Handsome/Hyundai Dept Store premium designer-fashion mall. Get rank, brand, product name, KRW price, sold-out flag and image for WOMEN, MEN and LIFE departments as clean JSON. For K-fashion trend dashboards, price tracking and sourcing.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Seok June Park

Seok June Park

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

EQL Store Scraper — Korean Designer Fashion Best-Sellers 🛍️

Scrape the daily best-seller rankings from EQL (eqlstore.com) — the premium designer-fashion mall run by Handsome, part of the Hyundai Department Store group — as clean, structured JSON. Get the rank, brand, product name, price (KRW), sold-out flag, and image for every best-selling product across EQL's WOMEN, MEN, and LIFE departments in one run.

Note: EQL here is eqlstore.com (Handsome / Hyundai Dept Store), a Korean designer-fashion retailer — not the unrelated company at eql.com.

The perfect daily trend feed for a Korean e-commerce dashboard: run it on a schedule and you get a fresh top-of-market ranking every day, ready to chart movers, new entries, and sell-outs.

Try it free. Apify's free plan includes $5 of monthly platform credit — at $2.00 / 1,000 results that's roughly 2,500 products from this actor, no credit card required. Set your input, click Start, and export JSON/CSV/Excel.


What it does

This actor reads ranking data straight from EQL's own best-seller feed (the same endpoint the website calls as you browse a category's "BEST" tab), so results are fast and complete — no fragile full-page scraping, no headless browser. You can scrape:

  • All three departments at once (WOMEN + MEN + LIFE, each with its own ranking), or
  • A single department (e.g. just WOMEN, or just LIFE).

Every product is returned with its live daily best-seller rank (sort=DAILY_SALE_SEQ), so the output is a ready-made leaderboard.

Why EQL? EQL is Handsome's flagship premium-designer platform (Hyundai Department Store group), carrying labels like ARC'TERYX, ASICS, and a deep bench of Korean designer brands. Its daily best-seller list is a clean, high-signal read on what premium Korean shoppers are actually buying — ideal for a shopping-trend dashboard, brand monitoring, or product sourcing. This actor turns that ranking into a structured dataset you can filter, chart, and pipe into your own tools.


Input

FieldTypeDescription
departmentstringWhich best-seller department to scrape: all (WOMEN + MEN + LIFE), women, men, or life. Default all.
maxItemsintegerMax best-seller products to collect per department. The EQL daily best list runs ~100–120 items per department. Default 120, max 1000.
proxyConfigurationobjectProxy settings (see below). Defaults to a direct connection.

With department: "all" the actor collects up to maxItems products for each of the three departments, so a default run returns roughly 300 records (the full best list of all three), each tagged with its own dept and per-department rank.

Input example

{
"department": "all",
"maxItems": 120
}
{
"department": "women",
"maxItems": 40
}

Output

Each best-selling product is one dataset record. rank is the product's position in that department's live daily best-seller list (1 = top seller). price_krw is the current sale price in Korean won. is_sold_out flags products EQL marks as sold out. dept tells you which department leaderboard the record belongs to.

{
"source": "eql",
"dept": "women",
"rank": 1,
"product_id": "GP9026070881271",
"brand": "ASICS",
"name": "[아식스 본사]젤 카야노 14 112639301-006",
"price_krw": 189000,
"is_sold_out": false,
"url": "https://www.eqlstore.com/product/GP9026070881271/detail",
"image_url": "https://cdn.eqlstore.com/goods/EQBR/26/07/08/GP9026070881271_0_ORGINL_1783577228170.jpg",
"scraped_at": "2026-07-15T09:56:22+09:00"
}

A 30-item sample from a real run (WOMEN + MEN + LIFE) is in samples/sample-output.json.

FieldMeaning
sourceAlways "eql".
deptDepartment leaderboard: women, men, or life.
rankDaily best-seller rank within the department (1 = top seller).
product_idEQL product code (godNo).
brandBrand name, as EQL labels it.
nameFull product name (Korean/English as listed).
price_krwCurrent sale price in KRW.
is_sold_outtrue when EQL marks the product sold out.
urlProduct detail page URL.
image_urlMain product photo URL (CDN).
scraped_atISO-8601 timestamp (KST, UTC+9).

The core fields — rank, brand, name, price_krw, dept, url, image_url — populated on 300/300 records in the live test across all three departments. is_sold_out is always a boolean.


Use cases

  • Daily K-fashion trend dashboards — schedule the actor daily and chart the WOMEN/MEN/LIFE best-seller leaderboards: track new entries, rank movers, and sell-outs over time from a clean, structured feed.
  • Brand & competitor monitoring — see which brands own the top of EQL's premium-designer ranking, and how their products move day to day.
  • Price monitoring — track price_krw and is_sold_out on top sellers to catch price changes and stock-outs on high-demand designer items.
  • Product sourcing & research — build a filterable catalogue of proven best-selling Korean designer products (with photos, brand, and price) for buying, dropshipping, or market research.
  • AI agents & datasets — feed structured best-seller rankings into trend models, dashboards, or LLM agents.

❓ FAQ

Is it legal to scrape this data? This actor collects only public, non-personal best-seller data — the same ranking any visitor sees on eqlstore.com without logging in. No personal data of any kind is collected. You are responsible for how you use the data; see the legality note below.

What does it cost in practice? $2.00 per 1,000 results (launch pricing) + a few cents of platform usage. Example: a daily all-departments pull of ~300 products costs about $0.60/day. Apify's free $5 monthly credit covers ~2,500 results (5 ÷ 2 × 1,000).

Do I need to configure proxies? No — the default settings work out of the box. EQL serves its best-seller feed without a bot wall, so the actor runs fine on a direct connection. For very heavy pulls you can optionally enable Apify Proxy — see the proxy note below.

How fresh is the data? Every run scrapes EQL's live daily best-seller feed (DAILY_SALE_SEQ) at run time. Schedule the actor daily to build a time series of the rankings.

Is EQL the same as eql.com? No. This actor targets eqlstore.com, the Korean designer-fashion mall operated by Handsome (Hyundai Department Store group). It is unrelated to eql.com.

What is NOT included? Only the best-seller list fields are returned (rank, brand, name, price, sold-out flag, image). This actor does not open each product's detail page, so per-item extras like full descriptions, sizes, or review text are not collected. Brand and product names come as EQL lists them (mostly Korean, some English).


🤖 Use with AI agents (MCP)

Call this Actor as a tool from Claude or any MCP-compatible AI agent — no glue code. Point your MCP client at Apify's server, scoped to this Actor:

{
"mcpServers": {
"apify": {
"url": "https://mcp.apify.com?tools=kdatafactory/eqlstore-scraper",
"headers": { "Authorization": "Bearer <YOUR_APIFY_TOKEN>" }
}
}
}

Your agent can then pull EQL best-seller rankings and Korean designer-fashion trend data on demand — no scraping code in your app. Grab a free token from Apify → Integrations.

🇰🇷 More Korean data actors

This actor is part of a suite of Korean-platform scrapers by the same maintainer:

  • 29cm-scraper — designer-curation products from 29CM, Korea's premium lifestyle store. Pair it with this actor for broader premium K-fashion coverage.
  • wconcept-scraper — designer-fashion catalogue from W Concept (3,000+ labels), with USD prices. Another Handsome-adjacent designer marketplace.
  • musinsa-scraper — products and rankings from Musinsa, Korea's #1 fashion platform.
  • zigzag-scraper — women's-fashion rankings from Zigzag, Korea's top fashion app.

Browse all: apify.com/kdatafactory


Rate limiting & legality

  • The actor collects only public, non-authenticated data. It never logs in and never touches private endpoints.
  • No personal data is collected — only public product ranking fields (rank, brand, name, price, sold-out flag, image).
  • Requests are rate-limited: one page at a time with a ≥ 500 ms delay between requests (and between departments), to stay gentle on EQL's servers.
  • You are responsible for using the data in line with EQL's terms of service and applicable law.

Known limitations (honesty note)

  • List-level fields only. This actor returns the best-seller list fields (rank, brand, name, price, sold-out flag, image). It deliberately does not open each product's detail page, so per-item extras (descriptions, sizes, full review text) are not collected.
  • Rank is per department. rank is the product's position within its own department's daily best list (WOMEN, MEN, or LIFE) — it is not a single cross-store ranking. Use dept to keep the three leaderboards separate.
  • Names/brands are as listed. Product and brand names come exactly as EQL labels them (mostly Korean, some English); they are not translated.
  • price_krw is the current sale price shown on the best-seller card. Original/list price and discount rate are not exposed on the list feed and are not returned.

If this actor saves you time, a rating on the Store page helps a solo maintainer a lot. Found an issue? Open it in the Issues tab — I respond fast.