SYSTEM all green source kream.co.kr queue 18,492 items p99 latency 215ms dataflirt.com · scraper/kream-co.kr
RUN · 42 active pipelines · kream.co.kr live

Kream resale data,
at warehouse scale.

We extract sneaker catalogues, size-level bid/ask spreads, historical trade volumes, and style feeds from Kream. Delivered as clean JSON, CSV, or Parquet to S3, BigQuery, or Snowflake on your cadence.

Products extracted
142K /day
Bid/Ask updates
3.8M /24h
Trade records
840K /run
Active pipelines
42
Uptime
99.98%
Data Dictionary

Every field we extract from kream.co.kr

Structured, schema-consistent data across all major object types — delivered clean, typed, and ready to query.

Complete list of extractable fields for Product Catalogue objects from kream.co.kr. All fields typed and schema-versioned.

product_idname_enname_krbrandmodel_norelease_dateretail_pricecolourwaycategoryimage_urls
product_catalogue
● 200 OK
"product_id": "38291",
"name_en": "Jordan 1 Retro High OG Chicago Lost and Found",
"name_kr": "조던 1 레트로 하이 OG 시카고 로스트 앤 파운드",
"brand": "Jordan",
"model_no": "DZ5485-612",
"retail_price": 239000,
"colourway": "Varsity Red/Black/Sail/Muslin",
"release_date": "2022-11-19"
# product_idname_enname_krbrandmodel_norelease_date
1
2
3

Complete list of extractable fields for Bid/Ask Spreads objects from kream.co.kr. All fields typed and schema-versioned.

product_idsizelowest_askhighest_bidask_volumebid_volumerecent_trade_priceprice_premium_pcttimestampcurrency
bid/ask_spreads
● 200 OK
"product_id": "38291",
"size": "270",
"lowest_ask": 580000,
"highest_bid": 575000,
"ask_volume": 14,
"bid_volume": 22,
"recent_trade_price": 578000,
"timestamp": "2026-05-12T09:14:00Z"
# product_idsizelowest_askhighest_bidask_volumebid_volume
1
2
3

Complete list of extractable fields for Trade History objects from kream.co.kr. All fields typed and schema-versioned.

trade_idproduct_idsizetrade_pricetrade_datecurrencyprice_change_pctconditionauthentication_statusbuyer_region
trade_history
● 200 OK
"trade_id": "TRD-9928174",
"product_id": "38291",
"size": "270",
"trade_price": 578000,
"trade_date": "2026-05-12T08:45:22Z",
"currency": "KRW",
"condition": "NEW",
"authentication_status": "VERIFIED"
# trade_idproduct_idsizetrade_pricetrade_datecurrency
1
2
3

Complete list of extractable fields for Style Feeds objects from kream.co.kr. All fields typed and schema-versioned.

post_iduser_iduser_nameproduct_tagslikes_countcomments_countimage_urlsupload_dateuser_followershashtags
style_feeds
● 200 OK
"post_id": "ST-482910",
"user_name": "sneakerhead_kr",
"product_tags": "['38291', '19284']",
"likes_count": 1492,
"comments_count": 34,
"upload_date": "2026-05-11T14:22:00Z",
"hashtags": "['#jordan1', '#chicago', '#streetwear']"
# post_iduser_iduser_nameproduct_tagslikes_countcomments_count
1
2
3

Complete list of extractable fields for Brand Index objects from kream.co.kr. All fields typed and schema-versioned.

brand_idbrand_name_enbrand_name_krtotal_itemsfollowersupcoming_releasesbanner_urldescriptionofficial_urlscraped_at
brand_index
● 200 OK
"brand_id": "BR-092",
"brand_name_en": "Nike",
"brand_name_kr": "나이키",
"total_items": 14291,
"followers": 849201,
"upcoming_releases": 12,
"scraped_at": "2026-05-12T09:15:00Z"
# brand_idbrand_name_enbrand_name_krtotal_itemsfollowersupcoming_releases
1
2
3

Capabilities

Extract the complete Kream market structure

Our Kream scraper handles the highly dynamic nature of a stock-market style platform: parsing bid/ask order books, paginating deep trade histories, and tracking size-level valuations while circumventing aggressive WAFs.

Full Catalogue Extraction

Extract product names (EN/KR), model numbers, retail prices, release dates, and high-resolution image assets across all streetwear and sneaker categories.

Real-Time Order Books

Capture the lowest ask and highest bid per size variant. Track spread margins and volume depth at high frequencies.

Historical Trade Pagination

Paginate through thousands of historical transactions per product. Capture exact trade prices, sizes, and timestamps to build valuation curves.

Style Feed Mining

Extract user-generated content from Kream Style. Map tagged products to posts, track engagement metrics, and identify trending items.

Size-Level Mapping

Sneaker prices vary wildly by size. We extract pricing and trade data mapped strictly to individual size variants, not just product averages.

Release Calendars

Monitor upcoming drops, raffle schedules, and pre-release market sentiment indicators across all major brands.

Korean WAF Circumvention

Kream utilises aggressive regional blocking. We route requests through residential Korean ISP proxies to maintain consistent access.

High-Frequency Polling

Configure pipelines to poll highly volatile items at sub-hourly intervals to capture transient arbitrage opportunities.

Delta Exports

Receive only new trades and updated bid/ask spreads since the last run, minimising warehouse compute and storage costs.

// engagement pipeline

From target list to structured market data

Brief in. Clean data out.

Define Scope
d 0

Provide brand lists, category URLs, or specific model numbers. We design the extraction schema together.

Pipeline Build
d 2–4

We configure Scrapy / Playwright crawlers, KR proxy rotation, and cursor pagination logic for Kream's SPA.

Validation & QA
d 4–6

Schema validation, null-rate checks, and order book accuracy verification before full launch.

Delivery
ongoing

JSON / CSV / Parquet pushed to your S3 bucket, BigQuery dataset, or Snowflake stage on agreed cadence.

Under the hood

Overcoming Kream's extraction barriers

Kream operates like a financial exchange with the security profile of a major bank. Here is how we maintain data flow.

pipeline-monitor · kream.co.kr · live ● active
// fingerprinting
Identity rotation
TLS fingerprintrandomised
User-agentrotated
IP poolresidential
Challenges blocked0
// pagination
Page coverage
48,291 pages queued running
// observability
Pipeline health
99.9%
uptime
142ms
p99 lat
0.3%
null rate
2
alerts
Regional blocks
Dedicated Korean residential proxies

Kream heavily restricts traffic originating outside South Korea. We utilise dedicated residential IP pools from Korean ISPs (KT, SK Broadband) to ensure high success rates and avoid geo-blocks.

Dynamic rendering
Playwright execution for SPA content

Kream is a heavily JavaScript-rendered Single Page Application. We run full Playwright browser sessions to execute JS, hydrate state, and extract data from the virtual DOM that static HTTP clients cannot see.

Infinite scroll
GraphQL cursor pagination

Trade histories load via infinite scroll using complex GraphQL queries. We reverse-engineer these API calls to paginate deeply into historical data, capturing years of transaction history without browser memory exhaustion.

Rate limiting
Adaptive request throttling

Extracting high-frequency bid/ask updates triggers strict rate limits. Our infrastructure employs adaptive throttling and jittered request timing, distributing load across thousands of IPs to remain undetected.

Data volatility
Timestamped snapshotting

Order books change by the second. We enforce strict timestamping at the moment of extraction, ensuring your pricing models receive accurate, point-in-time snapshots of market state.

Applications

Who relies on Kream market data

Teams across industries use kream.co.kr data to build competitive products and smarter operations.

01
Arbitrage & Resale Pricing

Global sneaker funds and professional resellers compare Kream spreads against StockX and GOAT to identify cross-border arbitrage opportunities.

02
Market Research & Valuation

Financial analysts and PE firms track trade volumes and price premiums to value the secondary streetwear market in Asia.

03
Fashion Trend Analysis

Apparel brands analyse Kream Style feeds and search volumes to forecast upcoming trends and inform production cycles.

04
Competitor Benchmarking

Retailers monitor secondary market premiums on specific releases to gauge brand heat and adjust primary retail strategies.

05
AI Authenticator Training

Machine learning teams use high-resolution product imagery and metadata to train computer vision models for counterfeit detection.

06
Inventory Procurement

Consignment stores use historical trade velocity and bid depth to determine which sizes and models to stock.

Why DataFlirt

"Kream dictates the Asian streetwear market, but its bid/ask spreads and trade volumes are locked behind heavy JavaScript and aggressive regional WAFs."

Scraping Kream requires more than basic HTTP requests. You need Korean residential IP pools to bypass regional blocks, full Playwright execution to render dynamic order books, and highly tuned cursor pagination to extract historical trade data. DataFlirt manages this infrastructure so you receive clean pricing signals without engineering overhead.

Technical Spec

Kream scraper — technical capabilities

Everything supported by our kream.co.kr scraper — rendered SPA elements, auth walls, rate-limit evasion and beyond.

JavaScript rendering
Full Playwright sessions required for dynamic order books and style feeds
Supported
CAPTCHA bypass
Automated 2Captcha + CapSolver integration for WAF challenges
Supported
KR Residential proxies
ISP-grade residential IPs from South Korea to bypass geo-blocks
Supported
Size-level mapping
Bid/Ask and trade data mapped strictly to individual size variants
Supported
Trade history pagination
Deep extraction of historical transactions via GraphQL cursors
Supported
Change detection (diffs)
Only emit records with new trades or changed spreads since last run
Supported
Style feed extraction
Capture user posts, mapped product tags, and engagement metrics
Supported
User account details
Private 'My Page' data, personal purchase history, and portfolios
Partial
Payment methods
Extraction of saved credit cards or private billing information
Partial
Infrastructure

Infrastructure powering the Kream pipeline

Open-source tooling on proven cloud infra — no vendor lock-in, full observability.

ScrapyPlaywrightPython 3.12RedisPostgreSQLApache AirflowAWS LambdaS3CloudWatch2CaptchaCapSolverResidential ProxiesDockerKubernetesGrafanaPrometheus
Scrapy + Playwright Stack

Scrapy orchestrates the crawl while Playwright handles complex JavaScript execution, GraphQL request interception, and SPA state hydration required for Kream.

KR Proxy Infrastructure

We maintain dedicated pools of residential ISP proxies within South Korea. Rotation happens per-request with TLS fingerprint spoofing to evade Incapsula/Cloudflare.

Cloud-Native Orchestration

Pipelines run on AWS Lambda and ECS. Airflow handles scheduling for high-frequency polling, ensuring bid/ask spreads are delivered within SLA windows.

Output & Delivery

Your data, your destination

Data delivered to where your team already works — no new tooling required.

JSON
Newline-delimited or nested — schema versioned per run
CSV
Flat file with typed columns — Excel/Sheets compatible
XLS
Excel format for direct business analyst consumption
Parquet
Columnar format for BigQuery, Snowflake, Athena
AWS S3
Direct bucket delivery — compatible with any data lake
Webhook
HTTP POST per record for real-time arbitrage alerts
API
REST endpoints to query your extracted Kream datasets
BigQuery
Streamed directly into your dataset with schema auto-detect
Snowflake
Stage + COPY INTO workflow — incremental or full-replace
S3
Direct bucket delivery — compatible with any data lake
// faq

Common questions.

About kream.co.kr scraping, legality, and pipeline operations.

Ask us directly →
Is scraping Kream legal?

Scraping publicly available market data from Kream is generally permissible. DataFlirt targets only public product catalogues, anonymous trade histories, and visible bid/ask spreads. We do not extract personal user data or circumvent authentication walls.

How do you bypass Kream's geo-blocking?

We route all requests through premium residential ISP proxies physically located in South Korea. Combined with realistic browser fingerprinting via Playwright, this ensures consistent access without triggering WAF blocks.

How frequently can you update bid/ask spreads?

For targeted lists of high-volatility items, we can configure pipelines to poll and deliver updates at sub-hourly intervals. Full catalogue refreshes are typically scheduled daily.

Can you extract the entire trade history for a sneaker?

Yes. We reverse-engineer Kream's pagination mechanisms to extract the complete historical transaction log for specified products, capturing every recorded trade price, size, and timestamp.

Do you translate Korean product names?

We extract both the native Korean name (name_kr) and the English name (name_en) as provided by Kream's platform, allowing you to map entities accurately across global datasets.

What is the minimum viable engagement?

Our smallest packages start at a defined list of 1,000 target products with daily order book and trade history updates. Contact us for volume pricing on larger catalogues.

$ dataflirt scope --new-project --source=kream.co.kr ready

Tell us what
to extract.
We do the rest.

20-minute scoping call. Pilot dataset within the week. Production within two. Whether you need a one-off historical trade dump or continuous bid/ask monitoring for arbitrage — we scope, build, and operate the pipeline. Tell us what you need.

hello@dataflirt.com · Bengaluru · IST · typical reply < 4h
Related Scrapers

More in fashion and apparel

Services

Data Extraction for Every Industry

View All Services →