Coupang Products Crawler avatar

Coupang Products Crawler

Pricing

$7.99 / 1,000 results

Go to Apify Store
Coupang Products Crawler

Coupang Products Crawler

Extract structured product data from Coupang, Korea's largest e-commerce platform. Get prices, ratings, images, delivery info & more for any search query. Parallel processing, automatic retries, clean JSON output. Perfect for price monitoring, market research & competitive analysis in Korean market.

Pricing

$7.99 / 1,000 results

Rating

5.0

(2)

Developer

Amit

Amit

Maintained by Community

Actor stats

7

Bookmarked

197

Total users

14

Monthly active users

8 days ago

Last modified

Share

🛒 Coupang Product Scraper

A powerful tool to extract product data from Coupang - search by keywords or browse by category. Get structured JSON output for all products with parallel processing and automatic retries.

🚀 What does this Actor do?

This actor scrapes product listings from Coupang. You can either provide search queries to find products by keyword, or provide category IDs to browse entire product categories. The scraper runs multiple queries in parallel for maximum efficiency.

🗾️ Example Input

Search by keyword:

{
"searchQueries": [
"sport shoes men",
"laptop gaming",
"wireless headphones"
],
"maxPagesPerQuery": 5
}

Browse by category:

{
"categoryIds": [
"164352",
"175532"
],
"maxPagesPerQuery": 10
}

Both at once:

{
"searchQueries": ["wireless headphones"],
"categoryIds": ["175532"],
"maxPagesPerQuery": 3
}

🧐 Why use this scraper?

Scraping Coupang product data can help you:

  • Monitor pricing and availability across Korean e-commerce
  • Extract product information for competitive analysis
  • Collect product listings for market research
  • Analyze entire product categories for market trends
  • Track Rocket delivery availability and discount rates
  • Build product databases with Korean market data
  • Monitor cashback offers and promotional pricing

📦 What data do you get?

Here are the fields you'll get back for every product listing:

{
"product_id": "8609243423",
"item_id": "24968842996",
"vendor_item_id": "92075915990",
"title": "Apple iPhone 15 Pro Max 256GB Natural Titanium",
"brand": "Apple",
"sales_price": 1450000,
"original_price": 1590000,
"discount_rate": "9%",
"rating_avg": 4.8,
"rating_count": "(1,247)",
"thumbnail": "https://thumbnail7.coupangcdn.com/thumbnails/remote/657x657q90trim/image/retail/images/2025/03/10/12/4/ffb13921-600d-4263-8e71-40f394a36962.jpg.webp",
"delivery_badge": "https://image7.coupangcdn.com/image/coupang/rds/logo/iphone_3x/logo_rocket_medium1723165614013@3x.png",
"promise_delivery": "Arrives tomorrow, Wed",
"is_overseas": false,
"is_fresh": false,
"is_adult": false,
"is_sponsored": false,
"is_sold_out": false,
"is_rocket": true,
"is_available": true,
"is_gift_card": false,
"is_digital": false
}

All fields are returned in consistent format and structured for easy integration.

🦖 How to use

  1. Add search queries under searchQueries and/or category IDs under categoryIds.
  2. Set maxPagesPerQuery to control how many pages to scrape per query/category (default: 1).
  3. Run the actor.
  4. Download the results from the Dataset tab or access them via API.

🔍 Key Features

  • Keyword Search: Find products by search terms
  • Category Browsing: Crawl entire product categories by ID
  • Parallel Processing: Runs up to 5 queries/categories concurrently
  • Automatic Retries: Retries failed requests with proxy rotation
  • Pagination Support: Automatically fetches multiple pages of results
  • Comprehensive Data: Extracts all product details including Korean-specific features

📋 Input Parameters

  • searchQueries (optional): Array of search keywords to find products on Coupang
  • categoryIds (optional): Array of Coupang category IDs to browse (at least one of searchQueries or categoryIds must be provided)
  • maxPagesPerQuery (optional): Number of pages to scrape per search query or category (default: 1)

Category IDs

Here are some popular Coupang category IDs to get you started:

Category IDCategory Name
208725Fashion/Accessories
189408Foods
114190Household
175532Consumer Electronics
174637Beauty
164352Home Decor
219079Maternity/Baby/Kids
317675Sports/Leisure
166051Kitchen
317676Toys/Hobbies
162889Automotive
114191Pet Supplies
164687Stationery/Office
305433Wellness/Health Foods
317674Books/Music/DVDs

Each top-level category also has subcategories with their own IDs for more targeted crawling.

📩 Feedback

If you found a bug or have ideas for improvement, please open an issue in the Issues tab on the Apify platform. We're constantly improving our actors!