11st (11번가) product data API
ShopAPIS extracts structured product data from 11st (11번가) — South Korea’s SK Square-owned open marketplace — and returns it as clean JSON. For any 11st listing you get title, current and original price, Shooting Delivery (슈팅배송) eligibility, Amazon Global Store flag, seller name and rating, option matrix, category path, rating, review count and the image gallery.
11st is one of South Korea’s long-standing open marketplaces, owned by SK Square (Inside Retail Asia — Korea e-commerce shakeout ). While the market consolidates toward the Coupang/Naver duopoly, 11st remains a meaningful cross-seller catalog in a ~$215B online market and operates an Amazon Global Store giving it a cross-border product surface peers lack.
Why 11st data is hard to get
11st has no open public catalog API and applies standard Korean-marketplace bot defenses. Prices, member coupons, Shooting Delivery flags and option pricing render client-side and depend on login state; the platform rate-limits and fingerprints clients. Listings are Korean-language with seller-defined option trees, and Amazon Global Store items carry cross-border pricing and import handling. ShopAPIS uses in-region clients and normalizes the option matrix, delivery flags and seller fields into a single schema.
Data fields returned
- Identity — product number, title, brand, category path
- Price — current price, original price, discount %, currency (KRW)
- Delivery — Shooting Delivery flag, shipping cost, delivery estimate
- Sourcing — Amazon Global Store / cross-border flag
- Seller — seller/shop name, seller rating
- Options — option/variant matrix, per-option price and stock
- Reviews — count, average rating
- Media — image gallery
Sample response
{
"platform": "11st",
"product_no": "5128934670",
"url": "https://www.11st.co.kr/products/5128934670",
"title": "LG 퓨리케어 정수기 필터 6개월 세트",
"brand": "LG",
"category_path": ["가전", "주방가전", "정수기 필터"],
"price": { "current": 38900, "original": 49000, "discount_pct": 21, "currency": "KRW" },
"delivery": { "shooting_delivery": true, "shipping_cost": 0, "estimate": "오늘 출발" },
"sourcing": { "amazon_global": false },
"seller": { "name": "엘지하이마트", "rating": 4.8 },
"options": [
{ "label": "6개월 세트", "price": 38900, "in_stock": true },
{ "label": "12개월 세트", "price": 71900, "in_stock": true }
],
"reviews": { "count": 9210, "rating": 4.7 },
"images": ["https://cdn.011st.com/11dims/5128934670_B.jpg"]
}Markets and domains covered
11st is South Korea-domestic: domain 11st.co.kr (products under /products/), KRW-priced and Korean-language, plus an Amazon Global Store surface for cross-border items. ShopAPIS resolves by product number or URL.
Use cases
- Price monitoring — track price and discount across 11st sellers (/solutions/price-monitoring).
- Competitive intelligence — compare 11st pricing against Coupang, Naver and Gmarket (/solutions/competitive-intelligence).
- Catalog enrichment — enrich Korean catalogs with brand and category data (/solutions/catalog-enrichment).
- Inventory tracking — monitor per-option availability (/solutions/inventory-tracking).
11st’s Amazon Global Store surfaces cross-border listings inside a Korean marketplace. ShopAPIS flags these so you can separate domestic from imported offers.