Musinsa Scraper: 무신사 크롤러 avatar

Musinsa Scraper: 무신사 크롤러

Pricing

from $0.33 / 1,000 product records

Go to Apify Store
Musinsa Scraper: 무신사 크롤러

Musinsa Scraper: 무신사 크롤러

Scrape product listings, prices, discounts, brands, and reviews from Musinsa (musinsa.com), Korea's #1 online fashion marketplace.

Pricing

from $0.33 / 1,000 product records

Rating

0.0

(0)

Developer

GetAScraper

GetAScraper

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Share

Get Musinsa product data, prices, discounts, and brand details ready for your spreadsheet in minutes.
Pull live listings from 무신사 (Musinsa), Korea's #1 fashion marketplace, by category or search keyword. No login and no browser setup required.
🏷️ Live pricing and discounts
Current price, original price, and discount percent on every listing
⭐ Real review signals
Review count and score for every product, straight from the listing
🏢 Verified seller details
Legal business name, CEO, and registration number for each seller
🖼️ Full image galleries
Thumbnail plus the complete product gallery with detail scraping on

Get structured data from 무신사 (Musinsa), Korea's largest online fashion marketplace. Give this Actor a category code or a search keyword and it returns one clean row per product: name (Korean and English), brand, current price, original price, discount percent, review count and score, and sold-out status. Turn on detail-page scraping and each product also gets its full category path, seller's registered business details, size information, and complete image gallery. Built for price monitoring, trend research, dropshipping sourcing, and any tool that needs clean, structured Korean fashion data without opening one product page at a time.

Most catalog scrapers stop at name and price. This one also pulls each seller's registered business details and the full image gallery, ready for sourcing or compliance checks.

🔍 What does Musinsa Scraper do?

This Actor pulls product data from Musinsa (musinsa.com) by category code or search keyword.

Give it one or more category codes, such as 001002 for a shirts sub-category, or search keywords like "니트" (knit), and it returns every product Musinsa shows for that source: name, brand, current price, original price, discount percent, review count and score, sold-out status, and a thumbnail. Turn on detail-page scraping and each product also gets its full category breadcrumb, seller's registered business name, CEO, and registration number, size-system details, and the complete product image gallery. It runs on the Apify platform with scheduling, integrations (Make, Zapier, Google Sheets), and run monitoring built in.

This version returns the first batch of listings Musinsa serves per category or keyword (up to about 60 products per source). Run more categories or keywords in the same job to widen coverage.

💡 Why use Musinsa Scraper?

  • I am a dropshipping reseller sourcing trending Korean fashion items to list on my own store, tracking price and discount changes so I know when to restock or drop a listing.
  • I am a trend researcher tracking which K-fashion brands and styles are gaining traction on Musinsa, using review count and score as a proxy for real demand.
  • I am a competitive intelligence analyst at a fashion brand monitoring rival sellers' pricing and stock status across Musinsa's marketplace to adjust my own pricing strategy.
  • I am a marketplace aggregator building a catalog of Korean fashion products for my own storefront, pulling brand, imagery, and category data in bulk instead of copying it by hand.

🚀 How to use Musinsa Scraper

STEP 1
Pick categories or keywords
Add one or more Musinsa category codes and/or search keywords.
STEP 2
Choose your depth
Turn on detail-page scraping to also pull seller info, size data, and full image galleries.
STEP 3
Run and export
Download results as a spreadsheet or table, or pull them into your own tools.

⚙️ Input

FieldTypeRequiredDescription
categoryCodesarray of stringsNoMusinsa category codes to scrape, e.g. 001002 for a shirts sub-category. Returns the first batch of items (up to about 60) per category.
searchKeywordsarray of stringsNoKeywords to search on Musinsa. Same coverage limit as categories.
maxItemsintegerNoMaximum number of products to return across all categories and keywords. Defaults to 100. Use 0 for no limit, still bounded by the per-source coverage limit above.
scrapeDetailbooleanNoWhen enabled, each product's page is also opened to collect the full category path, seller's registered business details, size information, and the complete image gallery. When disabled, only the faster listing data is collected. Defaults to enabled.
proxyConfigurationobjectNoProxy settings used for every request. The default works for every Musinsa page this Actor visits, no special configuration needed.

At least one of categoryCodes or searchKeywords is required for a run to return results.

📦 Output

Download the results as a spreadsheet, a table, or structured data ready for your own systems. Each product is one row:

{
"dataType": "product",
"goodsNo": "6537050",
"goodsName": "에센셜 워시드 코튼 크롭 셔츠 [아이보리]",
"goodsNameEn": "Essential Washed Cotton Crop Shirt [Ivory]",
"url": "https://www.musinsa.com/products/6537050",
"brandName": "르아르",
"brandNameEn": "LEIRE",
"brandLinkUrl": "https://www.musinsa.com/brand/leire",
"price": 32900,
"normalPrice": 37000,
"discountRate": 11,
"reviewCount": 0,
"reviewScore": 0,
"isSoldOut": false,
"thumbnail": "https://image.msscdn.net/images/goods_img/20260522/6537050/6537050_17822787563532_500.jpg",
"gender": "남성",
"categoryPath": "Clothing > 셔츠/남방 > 캐주얼 셔츠",
"sourceCategoryCode": "001002",
"sizeType": "20",
"isUseSize": true,
"companyName": "주식회사 에스엔엘컴퍼니",
"companyCeo": "임동근",
"companyBizRegNo": "3248802071",
"companyAddress": "서울 성동구 무학로4길 2",
"scrapedAt": "2026-07-11T00:47:42.176Z"
}

Every category run also returns one summary row with the total item count Musinsa reports for that category:

{
"dataType": "category_summary",
"categoryCode": "001002",
"url": "https://www.musinsa.com/category/001002/goods",
"totalItemCount": 44159,
"scrapedAt": "2026-07-11T00:47:39.594Z"
}

📊 Output data fields

FieldTypeDescription
dataTypestringRow type: product or category_summary.
goodsNostringMusinsa's internal product ID.
goodsNamestringProduct name in Korean.
goodsNameEnstringProduct name in English, when Musinsa provides one.
urlstringDirect link to the product page.
brandNamestringBrand name in Korean.
brandNameEnstringBrand name in English.
brandLinkUrlstringLink to the brand's storefront on Musinsa.
pricenumberCurrent selling price, in Korean won.
normalPricenumberOriginal price before discount, in Korean won.
discountRatenumberDiscount percent off the original price.
reviewCountnumberNumber of customer reviews.
reviewScorenumberAverage customer satisfaction score.
isSoldOutbooleanWhether the product is currently out of stock.
thumbnailstringListing thumbnail image URL.
genderstringTarget gender or demographic for the product.
categoryPathstringFull category breadcrumb, collected when detail-page scraping is enabled.
sourceCategoryCodestringThe category code you searched, for rows sourced from a category run.
sourceKeywordstringThe keyword you searched, for rows sourced from a search run.
sizeTypestringMusinsa's internal size-system code, collected when detail-page scraping is enabled.
isUseSizebooleanWhether the product uses Musinsa's size selector, collected when detail-page scraping is enabled.
imagesarray of stringsFull product image gallery, collected when detail-page scraping is enabled.
companyNamestringSeller's registered legal business name, collected when detail-page scraping is enabled.
companyCeostringSeller's registered CEO name, collected when detail-page scraping is enabled.
companyBizRegNostringSeller's business registration number, collected when detail-page scraping is enabled.
companyAddressstringSeller's registered business address, collected when detail-page scraping is enabled.
categoryCodestringCategory code (category summary rows only).
totalItemCountnumberTotal number of items Musinsa reports for the category (category summary rows only).
scrapedAtstringWhen the row was collected.

💰 Pricing

This Actor uses pay-per-result pricing: you pay for the products you actually get back, and nothing for an empty run. There is no subscription and no minimum spend. Use maxItems to control how many results a run returns, and turn scrapeDetail off when you only need listing-page pricing and brand data.

⭐ Enjoying Musinsa Scraper: 무신사 크롤러?

⭐ ⭐ ⭐ ⭐ ⭐
Sourcing Korean fashion trends without opening a hundred tabs?
A 5-star rating takes 10 seconds and helps other resellers and researchers tracking K-fashion find it. Your feedback also tells us what to build next.
★  Rate this Actor on Apify

✨ Tips

  • Turn off scrapeDetail for a faster, lighter run when you only need listing-page price, brand, and review data.
  • Start with a low maxItems while testing a new category or keyword, then raise it once you know what it returns.
  • Batch several category codes and search keywords into one run instead of starting a new run for each one.
  • Re-run categories you care about on a schedule to catch new discounts as Musinsa posts them.
  • This version returns the first batch of listings per category or keyword. Split a broad category into narrower sub-category codes to widen your coverage.

❓ FAQ, disclaimers, and support

무신사 상품 데이터를 어떻게 수집하나요?

Add category codes or search keywords to the Actor's input and run it. It returns every product Musinsa shows for that source, with prices, discounts, brand, and review data.

한 번에 몇 개의 상품을 가져올 수 있나요?

This version returns the first batch of listings per category or keyword, typically up to about 60 products. Add more categories or keywords in the same run to widen coverage.

Does it get blocked while scraping Musinsa?

Musinsa's public category, search, and product pages have shown no anti-bot friction in testing. The Actor's default proxy settings have run cleanly against all three page types.

Does it extract private customer data like phone numbers?

No. This Actor only collects public catalog data that Musinsa shows to any visitor. The one business-detail field it collects, the seller's registered company info, is the seller's own published business registration, not private customer data.

How fresh is the pricing and review data?

Every run fetches live pages at the time it runs, so prices, discounts, stock status, and review counts reflect what Musinsa shows that moment.

Do I need detail-page scraping turned on to get brand and discount data?

No. Brand, current price, original price, discount percent, review count, and review score all come back on the fast listing-only pass. Category path, seller business details, size info, and the full image gallery only come back when scrapeDetail is enabled.

This Actor collects publicly available product data. You are responsible for complying with Musinsa's Terms of Service and applicable laws in your use of the data.

Found a bug or need a field added?

Open an issue on the Actor's Issues tab. Custom solutions are available on request.

🔗 Other actors