Coupang Price Scraper avatar

Coupang Price Scraper

Pricing

Pay per usage

Go to Apify Store
Coupang Price Scraper

Coupang Price Scraper

Scrape product prices, discounts, delivery info, seller data, and member-only pricing from Coupang. Supports bulk keyword search and category URL input with sorting options.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

OrbitData Labs

OrbitData Labs

Maintained by Community

Actor stats

1

Bookmarked

6

Total users

3

Monthly active users

10 days ago

Last modified

Categories

Share

Scrape product prices, discounts, delivery info, seller data, and member-only pricing from Coupang — South Korea's largest e-commerce platform.

Features

  • Bulk scraping — Enter multiple search keywords and/or category URLs at once
  • Logged-in pricing — Access member-exclusive discounts (WOW member discounts, coupon discounts) by providing Coupang credentials
  • Keyword search & category browsing — Scrape by search query or category URL
  • Sorting — Coupang Ranking, Price: Low to High, Price: High to Low, Best Selling, Newest
  • RSC data extraction — Extracts structured JSON from React Server Components payload (faster and more reliable than HTML parsing)
  • Product detail scraping — Detailed price breakdown, card discounts, cashback, other sellers, return/refurbished item info
  • Internal API integration — Uses Coupang's internal APIs (quantity-info, other-seller-info) for comprehensive price data

About Login (Optional)

Login is completely optional. You do NOT need to provide your Coupang credentials to use this scraper.

With LoginWithout Login
Product listingMember-exclusive discounted pricesRegular (non-discounted) prices
WOW member discountsIncludedNot available
Coupon discountsIncludedNot available
Card benefit infoIncludedIncluded
Product detailsFull detail with member pricingFull detail with regular pricing

Privacy Notice

  • Your credentials are never stored, logged, or shared. They are only used at runtime to log into Coupang within the browser session, and are discarded when the run ends.
  • No data is sent to the developer. All scraping happens within your own Apify actor run environment.
  • If you are uncomfortable providing credentials, simply leave the email and password fields empty — the scraper will still work and return regular (non-member) prices.

Output Fields

List Data (per product)

FieldDescription
productIdCoupang product ID
titleProduct name
salePriceCurrent sale price (member price when logged in)
basePriceOriginal price
discountRateDiscount percentage
discountTypeDiscount type (WOW coupon, instant discount, etc.)
badgesDelivery badges (rocket_wow, today, dawn, etc.)
deliveryTextDelivery info text
ratingAvgAverage rating (1-5)
ratingCountNumber of reviews
usedProductInfoNew/return item counts and lowest price
_sourceWhich keyword or URL this product came from

Detail Data (per product, when maxDetailProducts > 0)

FieldDescription
detail.price.finalPriceFinal price after all discounts
detail.price.couponPriceCoupon discount amount
detail.price.couponDescCoupon description
detail.cardDiscountCard instant discount info
detail.cashbackCoupang cashback info
detail.offerSummaryNew/return item counts with lowest price
detail.sellersList of all sellers with prices

Input Parameters

ParameterTypeDefaultDescription
emailstringCoupang login email (optional)
passwordstringCoupang login password (optional)
keywordsstring[][]List of search keywords (bulk input supported)
categoryUrlsstring[][]List of category URLs (bulk input supported)
sortByenumrankingSort order
maxPagesinteger1Pages to scrape per target
maxDetailProductsinteger5Products for detail scraping per target
includeRawDatabooleanfalseInclude raw RSC data
proxyConfigurationobjectApify proxy settings

Example Input

Without login (regular prices)

{
"keywords": ["laptop"],
"sortBy": "sales",
"maxPages": 2,
"maxDetailProducts": 10
}

With login (member-discounted prices)

{
"email": "your@email.com",
"password": "your-password",
"keywords": ["laptop"],
"sortBy": "sales",
"maxPages": 2,
"maxDetailProducts": 10
}

Bulk scraping (multiple keywords + categories)

{
"keywords": ["laptop", "airpods", "monitor", "keyboard"],
"categoryUrls": [
"https://www.coupang.com/np/categories/178255",
"https://www.coupang.com/np/categories/186764"
],
"sortBy": "ranking",
"maxPages": 3,
"maxDetailProducts": 5
}

Notes

  • Proxy recommended — Coupang uses Akamai Bot Manager. Residential proxies significantly reduce blocking risk.
  • Rate limiting — Built-in delays between page requests and product detail scraping to avoid detection.
  • Bulk support — Each keyword and category URL is scraped independently. The _source field in output identifies which target each product came from.