/street11/sellers/products
/street11
/street11/sellers/products
Get featured products of an 11Street seller (store) by store id or store URL: product id, name, price and image.
Price: 5 credits
💡 AI Hint: Fetch the featured products shown on an 11Street (11번가) seller’s store page by numeric store id or a store URL. Each product has id (prdNo), name (Korean), price (KRW), url and image. Returns up to count products.
POST
/street11/sellers/products
Authorizations
API token from the dashboard
Headers
Body
application/json
11Street store id or a store URL containing it
Minimum string length:
1Examples:
"1188"
"https://shop.11st.co.kr/stores/1188"
Max number of products to return
Required range:
x >= 1Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500