Coupang Scraper — Products, Prices, Ratings by Keyword avatar

Coupang Scraper — Products, Prices, Ratings by Keyword

Pricing

from $3.00 / 1,000 products

Go to Apify Store
Coupang Scraper — Products, Prices, Ratings by Keyword

Coupang Scraper — Products, Prices, Ratings by Keyword

Scrape Coupang (쿠팡) search results — product name, price (KRW), discount, rating, review count, image and URL. Search by any Korean or English keyword, paginated. Clean JSON/CSV, no login.

Pricing

from $3.00 / 1,000 products

Rating

0.0

(0)

Developer

Muhamed Didovic

Muhamed Didovic

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Coupang Scraper

Scrape Coupang (쿠팡, Korea's largest online marketplace) search results at scale — product name, price in KRW, rating, review count, image, and URL — for any keyword. Pure HTTP against Coupang's own search data: no browser, no Playwright, fast and cheap to run.

How Coupang Scraper works

✨ Why use this scraper?

  • Full search coverage — every product on a Coupang search results page (~58 per page), auto-paginated up to your item cap.
  • Korean or English keywords — search 노트북, laptop, 에어팟, airpods; whatever you'd type on coupang.com.
  • Real KRW prices, ratings & reviews — pulled from Coupang's own structured product data, so they match the site exactly.
  • No browser overhead — the actor reads Coupang's server-rendered product feed directly. Runs finish in seconds.
  • Built-in Korean residential proxies — Coupang blocks datacenter and non-KR traffic; the actor rotates a fresh Korean residential IP per request automatically, with retry-on-block. No proxy setup needed.
  • Clean, predictable output — one dataset row per product, no padding rows. JSON or CSV.

🎯 Use cases

  • Price monitoring & repricing — track competitor prices across Coupang for your catalog.
  • Market & assortment research — see what's selling, how it's rated, and how it's ranked for any category keyword.
  • Brand & seller monitoring — follow how your products (and knock-offs) appear in Coupang search.
  • Review-volume signals — review counts and ratings are a strong proxy for demand and product maturity.
  • Rocket-delivery analysis — spot which listings carry Coupang's Rocket (로켓배송) badge.

📥 Supported inputs

InputWhat it does
searchQueriesKeywords to search (Korean or English) — each is paginated up to maxItems
startUrlsDirect Coupang search URLs (/np/search?q=…)
maxItemsHard cap on total product rows (billing cap)
proxyOptional custom proxy override (defaults to built-in Korean residential)

🔄 How it works

  1. Every keyword becomes a Coupang search URL (/np/search?q=<query>&channel=user).
  2. The actor routes the request through a Korean residential IP and fetches the server-rendered search page — no browser.
  3. It parses Coupang's embedded structured product list (schema.org JSON-LD), then merges in the Rocket/ad/rank badges from the page markup.
  4. Each product is pushed as one clean row. Pages advance automatically until your item cap or the results run out.
  5. If Coupang returns an anti-bot block, the request retries on a fresh Korean IP.

⚙️ Input parameters

{
"searchQueries": ["노트북", "airpods"],
"maxItems": 200
}

📊 Output overview

One row per search-result product. Every row carries the query it came from (sourceQuery) and its position (rank) so results are self-describing in CSV exports.

📦 Output sample

{
"productId": "9425678602",
"itemId": "28018355098",
"vendorItemId": "94975619139",
"title": "Apple 2025 에어팟 프로 3 USB-C 블루투스 이어폰",
"productUrl": "https://www.coupang.com/vp/products/9425678602?itemId=28018355098&vendorItemId=94975619139",
"image": "https://thumbnail.coupangcdn.com/thumbnails/remote/320x320ex/image/…",
"price": 332100,
"currency": "KRW",
"rating": 5,
"reviewCount": 15278,
"availability": "InStock",
"isRocket": true,
"isAd": false,
"rank": 1,
"sourceQuery": "airpods",
"scrapedAt": "2026-07-22T08:25:00.000Z"
}

🗂 Key output fields

FieldMeaning
productId / itemId / vendorItemIdCoupang's three product identifiers (from the product URL)
titleProduct name as shown on Coupang (Korean)
price / currencyCurrent selling price, integer KRW
rating / reviewCountAverage star rating and number of reviews
availabilityStock status (InStock, etc.)
isRocketCarries the Rocket-delivery (로켓배송) badge
isAdSponsored / ad placement in the results
rank1-based position within the search results
sourceQueryThe keyword this product was found under
image / productUrlThumbnail URL and canonical product-page URL

❓ FAQ

Does this scrape individual product detail pages? No. Coupang hard-blocks its product-detail pages (/vp/products/…) for non-browser clients (Akamai). This actor works from the search/listing feed, which already carries name, price, rating, review count, image, and URL for every result. If you paste a product URL, its id is searched as a keyword instead.

Are prices really in KRW? Yes — the actor requests Coupang from a Korean IP, so prices and availability are exactly what a Korean shopper sees, in Korean won.

Why do I need proxies? Can I turn them off? Coupang blocks datacenter and non-Korean traffic aggressively. The actor ships with built-in Korean residential proxies and rotates a fresh IP per request. You can supply your own proxy via the proxy input, but it must be Korean residential to work.

How many products per search? About 58 per results page; the actor paginates automatically until it reaches your maxItems cap or runs out of results.

Can I search in English? Yes — Coupang search handles both English and Korean terms. Korean keywords generally return more complete results.

💬 Support

  • Found a bug or need a field added? Open an issue on the actor's Issues tab in the Apify Console — issues are answered within a day.
  • Custom requirements (specific categories, bigger volumes, private deployment)? Message via the Apify contact form.

🛠 Additional services

  • Scheduling & monitoring — run the actor on a cron schedule from the Apify Console and export new rows to a webhook, database, or Google Sheets.
  • Custom scrapers — need another marketplace scraped to the same standard? Get in touch via the profile below.

🔎 Explore more scrapers

If this Coupang Scraper was useful, see other scrapers and actors at memo23's Apify profile — covering e-commerce, social media, real estate, job boards, and more.

🤖 For AI Agents & LLM Apps

This actor is agent-friendly: deterministic JSON output, one self-describing row per product, and a tiny input schema. Call it from LLM tool-use / MCP setups to give your agent live Korean-market pricing and demand signals — e.g. "what do AirPods cost on Coupang and how well are they rated?" maps to one run with searchQueries: ["airpods"]. Use maxItems to bound cost per call.

⚠️ Disclaimer

This actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Coupang Corp. It retrieves only publicly available data that Coupang serves to any visitor without signing in. "Coupang" and "쿠팡" are trademarks of Coupang Corp. You are responsible for how you use the data, including compliance with applicable laws and Coupang's terms of service.

SEO Keywords

coupang scraper, coupang api, scrape coupang, coupang product scraper, coupang price scraper, korean ecommerce scraper, coupang search scraper, 쿠팡 스크래퍼, coupang data export, coupang price monitoring, coupang product data, korean marketplace scraper, coupang listings scraper, coupang json, coupang csv, coupang competitor pricing, coupang rating scraper, coupang review count, coupang no login