11st Product Monitor avatar

11st Product Monitor

Pricing

from $5.00 / 1,000 results

Go to Apify Store
11st Product Monitor

11st Product Monitor

Monitor Korean e-commerce products from 11st.co.kr. Prices, ratings, stock, categories.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

PawVibe

PawVibe

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Share

11st Monitor

Scrape search results from 11st.co.kr — one of Korea's top 3 e-commerce platforms — using Playwright + API interception.

Apify Actor


What It Does

11st Monitor extracts structured product data from 11st.co.kr (십일번가), one of Korea's largest general e-commerce marketplaces with 40M+ monthly visitors. The actor uses Playwright browser automation with API interception — it loads search result pages like a real user, then captures the underlying API responses for clean, structured data.

Built for cross-border sellers, competitive intelligence teams, and AI agents who need real-time Korean e-commerce search data.


Features

  • Search-driven extraction — Input Korean or English search queries and get the products that appear in 11st's search results.
  • API interception — Captures data from 11st's internal APIs rather than parsing HTML. More reliable and structured than DOM scraping.
  • Multi-query support — Run multiple search terms in a single actor execution. Perfect for category-wide monitoring.
  • Pagination control — Set maxPages per query to balance depth vs. speed.
  • Image URLs included — Product images are captured alongside text data for visual cataloging or ML pipelines.
  • Sold-out detection — Identifies out-of-stock products so you can track inventory gaps in competitor catalogs.

Input

FieldTypeRequiredDescription
searchQueriesstring[]One or more search queries (Korean or English). Each query triggers a separate search on 11st.
maxProductsintegerMaximum products to return per query. Default: all results from scraped pages.
maxPagesintegerMaximum search result pages to scrape per query. Default: 1. Each page typically contains ~60–90 products.

Example Input

{
"searchQueries": ["고양이 모래", "강아지 사료", "cat tower"],
"maxProducts": 100,
"maxPages": 3
}

Output

Each product is returned as a separate dataset item:

FieldTypeDescription
productNamestringProduct title
pricenumberCurrent selling price (KRW)
originalPricenumberOriginal list price before discount
discountRatestringDiscount percentage (e.g. "30%")
avgScorenumberAverage customer rating (0–5)
reviewCountnumberTotal number of reviews
brandstringBrand name
soldOutbooleanWhether the product is currently sold out
imageUrlstringURL of the product thumbnail image

Example Output

{
"productName": "프리미엄 벤토나이트 고양이 모래 7L x 3개",
"price": 25900,
"originalPrice": 37000,
"discountRate": "30%",
"avgScore": 4.7,
"reviewCount": 3421,
"brand": "Cat's Best",
"soldOut": false,
"imageUrl": "https://cdn.11st.co.kr/..."
}

Use Cases

  • Search result monitoring — Track which products rank for your target keywords over time.
  • Competitive pricing — Monitor price points and discount strategies across search results.
  • Inventory intelligence — Identify sold-out competitor products as market opportunities.
  • Visual cataloging — Use image URLs to build visual product comparison boards or feed image ML pipelines.
  • Keyword research — Analyze which products appear for different search terms to optimize your own listings.

Pricing

This actor runs on the Apify platform. Because it uses Playwright (headless browser), compute costs are slightly higher than pure API scrapers:

  • Compute — Browser-based execution. Cost scales with maxPages and number of queries.
  • Platform fee — Apify's standard usage-based pricing applies.

Cost tip: Use maxPages: 1 for quick scans. Increase only when you need deeper result sets.

View Apify Pricing →


FAQ

Q: Why use Playwright instead of direct API calls? A: 11st's search results require browser rendering and session management. Playwright handles this reliably while API interception captures the clean data from network responses — best of both worlds.

Q: Can I search in Korean? A: Yes. Korean, English, and mixed-language queries are all supported. Use the same keywords shoppers would type on 11st.

Q: How many products per page? A: Typically 60–90 products per search result page, depending on 11st's current layout.

Q: Does it handle rate limiting? A: The actor includes built-in delays and retry logic to respect 11st's rate limits. For very large runs, increase maxPages gradually.

Q: Can I get product detail pages too? A: This actor focuses on search results. For full product detail extraction, contact me about a custom actor or Pro Service.

Q: How do I use the image URLs? A: They're direct CDN links. Download them, display them, or feed them into image analysis pipelines — no authentication required.


Pro Service

Need deeper 11st intelligence? I offer:

  • Full product detail scrapers — Extract descriptions, specs, seller info, shipping details, and full image galleries from individual product pages.
  • Price history tracking — Automated daily snapshots with historical trend charts and price-drop alerts.
  • Multi-platform Korean e-commerce monitoring — Unified dashboards covering 11st, Naver Smart Store, Coupang, and Gmarket.

📧 Contact: lamost423@gmail.com


Support