Coupang Search Scraper (쿠팡) - Products, Prices & Specs avatar

Coupang Search Scraper (쿠팡) - Products, Prices & Specs

Pricing

from $3.99 / 1,000 product scrapeds

Go to Apify Store
Coupang Search Scraper (쿠팡) - Products, Prices & Specs

Coupang Search Scraper (쿠팡) - Products, Prices & Specs

Scrape Coupang (쿠팡) products by keyword: prices, ratings, options, seller, delivery, specs, and certifications. Export thousands to JSON, CSV, or Excel. Korean or English keywords, no login needed. Each product includes the IDs to pull its reviews.

Pricing

from $3.99 / 1,000 product scrapeds

Rating

0.0

(0)

Developer

Zen Studio

Zen Studio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

16 hours ago

Last modified

Categories

Share

Coupang Search Scraper (쿠팡) | Korea Marketplace Product Data & Reviews (2026)

Coupang Search Scraper

The richest Coupang output on Apify: 100+ fields per product.
Zen Studio Marketplace Scrapers   •  Product search across Korea & China's top marketplaces
 Coupang Detail
Specs, options, sellers
 Coupang Search
➤ You are here
 Coupang Review
Reviews, photos, ratings
 JD.com Search
Prices, specs, reviews
 Taobao Search
Prices, SKUs, reviews

Key Features

  • 100+ fields per product: name, price, rating, review count, images, options, delivery, seller, breadcrumbs, and rich attributes, captured automatically.
  • Product detail on by default: an optional nested detail object adds full specifications, certifications, return policy, and selling points.
  • Break the page limit: keyword fan-out collects far more than a single results page, deduplicated by product.
  • Filters that matter: price range, minimum rating, condition, rocket delivery, and brand.
  • Free tier: 10 runs, 1 keyword and about 90 products per run.

How to Scrape Coupang Product Data

Basic: one keyword

{
"keywords": ["laptop"]
}

Korean keyword with a product cap

{
"keywords": ["노트북"],
"maxProductsPerKeyword": 200
}

Several keywords, detail off for a faster, cheaper run

{
"keywords": ["laptop", "mouse", "keyboard"],
"maxProductsPerKeyword": 100,
"includeDetail": false
}

Full catalogue for one keyword

{
"keywords": ["기계식 키보드"],
"maxProductsPerKeyword": 0
}

Set maxProductsPerKeyword to 0 to collect the full available catalogue for a keyword. Values from 1 to 9 are treated as 10.

Input Parameters

ParameterTypeDefaultDescription
keywordsarrayrequiredSearch terms. Korean or English. One dataset section per keyword.
maxProductsPerKeywordinteger100Target products per keyword. 0 collects the full catalogue.
includeDetailbooleantrueAdd the nested detail object per product (specs, options, pricing, seller, delivery, certifications).
sortBystringrelevancerelevance, bestSelling, priceLow, or priceHigh.
minPriceintegernoneMinimum price in KRW.
maxPriceintegernoneMaximum price in KRW.
minRatingstringnoneMinimum star rating filter.
offerConditionstringnoneProduct condition, for example USED.
rocketDeliveryOnlybooleanfalseKeep only rocket delivery products.
brandIdsarraynoneRestrict to specific brands.

What Data Can You Extract from Coupang?

Every product row includes the three identifiers (productId, itemId, vendorItemId), name, price, rating, review count, image, and URL, plus the full set of attributes Coupang exposes for that product.

When includeDetail is on (the default), each row also carries a nested detail object: specifications, options, pricing breakdown, delivery, seller, breadcrumbs, certifications, return policy, and selling points.

Output Example

// one product with includeDetail on. Every key/value is shown; only long
// arrays and the ~50-field discount matrix are trimmed for readability.
{
"productId": "6126155781",
"itemId": "11648349573",
"vendorItemId": "78922805094",
"name": "레이저 DeathAdder Essential 유선마우스, RZ01-0385, Black",
"price": 25900,
"currency": "KRW",
"ratingAverage": 5,
"ratingCount": 5227,
"image": "https://thumbnail.coupangcdn.com/thumbnails/remote/492x492ex/image/…",
"url": "https://www.coupang.com/vp/products/6126155781?itemId=11648349573&vendorItemId=78922805094",
"keyword": "mouse",
"detail": {
"core": {
"finalPrice": "25,900",
"salePrice": "25,900",
"couponPrice": "25,900",
"originPrice": null,
"discountRate": null,
"wowMemberPrice": { "price": 25900, "priceWithDeliveryFee": 25900 },
"nonWowMemberPrice": { "price": 25900, "priceWithDeliveryFee": 25900 },
"sellerName": null,
"breadcrumbs": ["쿠팡수입", "가전디지털", "키보드/마우스", "마우스", "유선마우스"],
"deliveryInfo": { "nonMemberDelivery": { "…": "…" }, "wowMemberDelivery": { "…": "…" } },
"optionRows": [
{ "name": "모델명/품번", "attributes": [{ "name": "RZ01-0385", "selected": true }] },
{ "name": "색상", "attributes": [{ "name": "Black", "selected": true }, { "name": "화이트", "selected": false }] }
]
// + ~50 more coupon / instant / WOW-member pricing fields
},
"specs": [
{ "title": "품명 및 모델명", "description": "레이저 DeathAdder Essential 유선마우스 RZ01-0385" },
{ "title": "KC 인증정보", "description": "R-R-RAZ-RZ01-0385" },
{ "title": "출시년월", "description": "2021.9" },
{ "title": "제조국", "description": "중국, 태국" },
{ "title": "A/S 책임자와 전화번호", "description": "Razer(레이져) AS센터 070-8803-3310" }
// … +6 more spec rows
],
"certifications": [
{ "certificationNo": "R-R-RAZ-RZ01-0385", "name": "방송통신기자재 적합성 평가 대상" }
],
"detailBlocks": [ "… 3 rich HTML / image description blocks" ],
"returnPolicy": { "…": "delivery notice, return notice, seller info, return policy (9 keys)" },
"sellingPoints": []
}
}

Export as JSON, CSV, Excel, XML, or HTML from the run's Storage tab, or through the Apify API.

Getting Coupang Reviews

This actor gives you every product's productId and url. Feed those to the Coupang Review Scraper to collect the review bodies, ratings, and buyer details.

  1. Run this actor on your keyword and open the dataset.
  2. Take the productId (or url) column.
  3. Run the Coupang Review Scraper on those product IDs.

Search finds the products; the Review Scraper reads what buyers said about them.

Advanced Usage

Ready-made configurations for price-tier research, competitor tracking, used-market sweeps, and brand catalogues.

Budget segment under 300,000 KRW

{
"keywords": ["노트북"],
"maxPrice": 300000,
"sortBy": "priceLow"
}

Rocket delivery, top rated only

{
"keywords": ["무선 이어폰"],
"rocketDeliveryOnly": true,
"minRating": "4"
}

Used-condition sweep

{
"keywords": ["아이폰"],
"offerCondition": "USED",
"maxProductsPerKeyword": 300
}

Pricing: Pay Per Event (PPE)

$4.99 per 1,000 products on the Free and Bronze plans. Silver is $4.29 and Gold is $3.99 per 1,000. Product detail enrichment adds $2.99 per 1,000 products.

What you pay forPer 1,000 products
Products scraped$4.99 (Silver $4.29, Gold $3.99)
Product detail enrichment$2.99

A minimum of 10 results is billed per keyword. A keyword that returns fewer than 10 products is still billed as 10.

Free tier: 10 runs, 1 keyword and about 90 products per run, with detail on.

FAQ

What is Coupang (쿠팡)? Coupang is South Korea's largest online marketplace, known for its Rocket Delivery service. This actor searches Coupang by keyword and returns structured product data, with optional deep product detail.

How many products can I extract? As many as a keyword offers. Set maxProductsPerKeyword to your target, or 0 for the full catalogue. The keyword fan-out collects well beyond a single results page.

How fresh is the data? Every run fetches live data from Coupang at request time. There is no cache.

Do I need a Coupang account or cookies? No. Provide a keyword and run. No account, login, or cookie export is involved.

Can I also get product reviews? Yes, with the companion actor. This actor outputs each product's productId and url; run the Coupang Review Scraper on those to collect review text, ratings, and buyer details.

Can I search in Korean? Yes. Korean and English keywords both work, for example 노트북 or laptop.

How do I export the data? Download JSON, CSV, Excel, XML, or HTML from the run's Storage tab, or pull results through the Apify API. JSON preserves the nested detail object best.

What is the free tier? 10 runs total. Each free run covers 1 keyword and about 90 products, with detail enrichment on.

Is it legal to scrape Coupang product data? This actor collects publicly visible product data only, nothing behind a login. You are responsible for complying with Coupang's terms of service and applicable data protection law, including Korea's PIPA and, where relevant, GDPR or CCPA.

More Zen Studio scrapers for Asian platforms

🛒 E-commerce

🎬 Short-video & social

🏠 Real estate & autos

Support

  • Bugs: Issues tab
  • Features: Issues tab

Extracts publicly available data. Users must comply with Coupang terms and data protection regulations (Korea PIPA, GDPR, CCPA).


Search Coupang by keyword and export structured product data with deep detail, ready to pair with the Coupang Review Scraper.