Coupang Product Detail Scraper (쿠팡) - Prices & Specs
Pricing
from $3.99 / 1,000 product details
Coupang Product Detail Scraper (쿠팡) - Prices & Specs
Scrape complete Coupang product data by URL or ID: options, coupon & member prices, seller, delivery, breadcrumbs, specs, certifications, other sellers, stock, related products, and Q&A. Export to JSON, CSV, or Excel. No login required.
Pricing
from $3.99 / 1,000 product details
Rating
0.0
(0)
Developer
Zen Studio
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
18 hours ago
Last modified
Categories
Share
Coupang Product Detail Scraper (쿠팡)

The richest Coupang output on Apify: 100+ fields per product.
| Zen Studio Marketplace Scrapers • Product data across Korea & China's top marketplaces | ||||
|
➤ You are here |
Search by keyword |
Reviews, photos, ratings |
Prices, specs, reviews |
Prices, SKUs, reviews |
Turn a list of Coupang product URLs or IDs into complete, structured product data. One row per product, exported to JSON, CSV, or Excel. No login, no browser setup.
What you get
For every product you supply, the scraper returns a full detail record:
- Identifiers — product ID, item ID, vendor item ID, and a clean product URL
- Name, price, and rating summary (average score + review count)
- Options / variants — the full variant matrix (e.g. storage, color) with per-option price and image
- Pricing — list price, sale price, coupon and member pricing, discounts
- Delivery — arrival estimate and shipping details
- Seller — seller name, rating, warranty and return policy
- Breadcrumbs — the product's category path
- Specifications & certifications — model, manufacturer, KC certification, energy grade, release date, and the spec table
- Other sellers — the competing offers for the same product (buybox)
- Stock / availability
- Related products — recommended and also-bought items
- Questions & answers — customer Q&A
Input
- Product URLs or IDs — paste Coupang product page URLs (e.g.
https://www.coupang.com/vp/products/7654321) or bare numeric product IDs. Both work. Up to 1000 products per run; larger lists are truncated (split them across runs). Duplicates are removed automatically. - Enrichment toggles — turn these on/off to shape the dataset size and cost:
- Include other sellers (on by default)
- Include stock (on by default)
- Include related products (off by default — the largest add-on; turn on for recommendations)
- Questions & answers per product — set how many customer Q&A to collect per product (newest first).
0skips Q&A. Billed separately, per Q&A collected.
Output
One dataset row per product. The dataset table shows the flat top-level columns (product ID, name, price, offer price, rating, URL); the full product data lives in the nested detail object, split into sections. Example (arrays trimmed, one item shown per list):
{"productId": "6359373947","itemId": "13418949659","vendorItemId": "95217544143","name": "LG 울트라PC 15U560 6세대 i5 지포스940M 15.6인치","price": 298000,"offerPrice": 336500,"ratingAverage": 4.4,"ratingCount": 733,"url": "https://www.coupang.com/vp/products/6359373947?itemId=13418949659&vendorItemId=95217544143","detail": {"core": {"finalPrice": "298,000","salePrice": "298,000","couponPrice": "298,000","sellerName": "주식회사 노트클럽","optionRows": [{ "name": "저장용량", "displayComponentType": "DROPDOWN", "attributes": [ "…" ] }],"breadcrumbs": [ { "id": 178155, "name": "가전디지털" } ],"deliveryInfo": { "nonMemberDelivery": { "arrivalMessage": [ { "text": "화요일 7/14 도착 예정" } ] } }},"specs": [ { "title": "품명 및 모델명", "description": "상품 상세페이지 참조" } ],"certifications": [],"returnPolicy": {"vendorItemDeliveryNotice": { "deliveryMethod": "순차배송", "deliveryCompany": "CJ 대한통운", "deliveryCharge": "무료배송" }},"buyboxSellers": {"title": "다른 판매자 보기","totalCount": 3,"items": [{"vendorItemId": 95217544143,"price": "298,000","vendorName": "주식회사 노트클럽","selected": true,"deliveryInfo": {"shippingFeeMessage": null,"deliveryChargePolicy": "<em class='prod-txt-bold'>무료배송</em>","deliveryCompany": null,"deliverDate": "<em class='prod-txt-onyx prod-txt-font-14'>7/14(화) 도착 예정</em>","badgeUrl": null,"badgeType": null,"badgeData": { "deliveryUnificationBadgeArea": { "show": true, "badge": null, "webContainer": { "style": [], "items": [] } } }},"sellerStoreRating": {"total": 342,"display": { "label": "판매자 평가", "descriptionText": "342", "icon": "https://image.coupangcdn.com/image/mobile_app/v3/badges/thumbs_up/xxhdpi/ic_thumbsup_outline_black_buybox.png", "score": "85%" },"notice": null},"i18nPrice": { "amount": "298000", "rawAmount": null, "fractionDigits": 0, "currency": "KRW" }}]},"stock": [ { "quantity": 1, "priceUnit": "원", "price": { "originPrice": null, "salePrice": "298,000", "couponPrice": "298,000" } } ],"relatedProducts": {"carousel-widgets": { "productLists": [ { "productId": 8036829511, "title": "…갤럭시북Go NT345XPA…" } ] },"reco-widget": { "fbtItemList": [ "…" ], "abtItemList": [ "…" ] }},"questionsAnswers": {"collected": 30,"totalAvailable": 765,"items": [{"inquiryId": 157368748,"content": "배송 언제 하나요? 내일 도착 예정이라는데요","createdAt": "20260710144105","comments": [ { "inquiryCommentId": 150827837, "content": "…" } ]}]}}}
Every buybox seller carries vendorName, price (and structured i18nPrice), selected (the current buybox winner), deliveryInfo (shipping policy + arrival date), and sellerStoreRating (rating count + positive-feedback score). Values are passed through exactly as Coupang returns them: some delivery strings (deliveryChargePolicy, deliverDate) carry inline <em> markup, originPrice can be null when there is no strike-through price, and fields the product doesn't declare (like certifications or sellingPoints) come back empty. Nothing is cleaned or dropped. Arrays are trimmed to one item here for brevity; a real run returns the full lists.
Completeness
Every product you supply is returned. Complete rows have no incomplete field. In the rare case a section could not be retrieved, the row carries an incomplete array naming exactly what is missing, so a partial result is never silently handed back as if it were complete:
"incomplete": ["buyboxSellers"]— the product detail is complete, but that one add-on section could not be collected this run."incomplete": ["product-detail"]— the whole product could not be retrieved this run; only its ID is returned. Re-run that ID.
A row flagged ["product-detail"] delivered no product data and is not charged. A row that still contains the full product detail is charged normally; the flag just tells you which add-on section to re-run if you need it.
The Coupang suite
| Actor | Use it for |
|---|---|
| Coupang Search Scraper | Find products by keyword (prices, ratings, badges, IDs) |
| Coupang Product Detail Scraper | Full product pages by URL or ID (this actor) |
| Coupang Review Scraper | Individual customer reviews for a product |
Individual customer reviews are not part of this actor — use the Coupang Review Scraper for those.
Pricing
Pay per result. You are charged for each product successfully returned, plus a small per-run start fee. Customer questions & answers are billed separately, per Q&A collected (set the count in the input; 0 disables it). Products that cannot be retrieved are not charged. Turning off enrichment sections lowers both dataset size and cost.