SSG.com Products Scraper — Korea Shinsegae Marketplace
Pricing
from $2.18 / 1,000 products
SSG.com Products Scraper — Korea Shinsegae Marketplace
Scrape product listings from ssg.com (Shinsegae, Korea) by keyword or search URL. Returns item ID, name, brand, final & strike-out price (KRW), discount, review score & count, shipping, ad flag, image and product URL. Browser-rendered via residential proxy.
Pricing
from $2.18 / 1,000 products
Rating
0.0
(0)
Developer
Vitalii Bondarev
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
20 hours ago
Last modified
Categories
Share
Scrape product listings from SSG.COM (ssg.com), the online marketplace of Shinsegae, one of Korea's largest retail groups (E-Mart, SSG, Shinsegae Department Store). Search by keyword or paste any SSG search URL, paginate the full result set, and get a clean, flat record per product: item ID, name, brand, final and list price in KRW, discount, review score and count, shipping label, sponsored flag, image and product URL — plus a machine-readable parse_confidence score on every row.
This SSG.com Products Scraper is built for price-monitoring tools, e-commerce and market-research teams, brand-protection and reseller analysts, and lead-generation pipelines that need structured Korean retail catalog data without maintaining a fragile in-house scraper.
What SSG product data you get
Every result row contains:
- itemId — SSG's stable product id
- itemName — the product name exactly as listed in Korean (e.g.
베이직탭 Air 태블릿 PC 10인치) - brandName / brandEngName — brand in Korean and (when present) English
- finalPrice — current selling price parsed to an integer in KRW
- priceText — the price exactly as SSG displays it (e.g.
198,000원~) - strikeOutPrice — original / list price in KRW when the item is discounted (else null)
- discountRate — discount percentage when shown
- currency — always
KRW - reviewScore — average review rating (e.g.
4.9) - reviewCount — number of reviews
- shipping — shipping label when shown (e.g.
무료배송— free shipping) - isAd —
truewhen the row is a sponsored / promoted listing - isSoldOut —
truewhen the item is out of stock - imageUrl — product thumbnail
- url — canonical link to the product detail page on ssg.com
- query — the search term that surfaced this product, stamped for provenance
- parse_confidence — quality signal per row (fraction of core fields present), so you can filter incomplete records programmatically
How to scrape SSG.com products
- Enter one or more search terms (Korean or English) — e.g.
노트북,laptop,세제. The actor builds the SSG search for each term. - Or paste one or more SSG search URLs copied straight from the site (e.g.
https://www.ssg.com/search.ssg?target=all&query=노트북). Each is paginated independently. - Set Pages per query to go deeper (SSG shows ~44 products per page) and Max total items to cap cost (default 100).
- Run. Results stream into the dataset as they are scraped.
The actor paginates automatically and de-duplicates by itemId until every matching product is collected or your maxItems cap is reached.
How much does it cost?
Pay per result — there is no subscription. You are billed per product returned, so a small trial run costs cents. The actor runs on Apify's RESIDENTIAL proxy (country: South Korea), billed to your own Apify account — there is no extra proxy fee from us and no key to supply.
Example output
{"itemId": "1000770942793","itemName": "베이직탭 Air 태블릿 PC 10인치 게이밍 인강용 업무용 가성비 안드로이드 미니","brandName": "베이직스","finalPrice": 198000,"priceText": "198,000원~","strikeOutPrice": null,"discountRate": null,"currency": "KRW","reviewScore": 4.9,"reviewCount": 19,"shipping": "무료배송","isAd": true,"isSoldOut": false,"imageUrl": "https://sitem.ssgcdn.com/93/27/94/item/1000770942793_i1_232.jpg","url": "https://www.ssg.com/item/itemView.ssg?itemId=1000770942793&siteNo=6004&salestrNo=6005","query": "노트북","parse_confidence": 1.0}
Why this SSG.com Products Scraper
- Reads the catalog from SSG's own data layer — the parser extracts products from SSG's embedded JSON state, not brittle CSS class names, so it keeps working through front-end redesigns.
- Normalized prices —
finalPriceandstrikeOutPriceare parsed to integers in KRW, ready for filtering, sorting and discount math. - Reliable access built in — each query runs in a hardened browser that first warms a real session, the decisive step for reaching SSG's search reliably from the cloud.
- Quality signal built in —
parse_confidencelets you trust the data and drop incomplete rows automatically. - Keyword or URL — start from a plain search term or paste any SSG search page; mix and match.
- Apify Proxy, pay-per-result — runs on Apify's RESIDENTIAL proxy by default for reliable access; you pay only per result, no monthly fee.
FAQ
Do I need an SSG login or API key? No. The actor reads public SSG search and product listings.
Which marketplace does this cover? ssg.com — Shinsegae's integrated online mall, which includes E-Mart, SSG.COM and Shinsegae Department Store inventory.
In what language is the data? Product names, brands and shipping labels are returned in Korean exactly as SSG lists them; prices are normalized to integer KRW.