Coupang Products Crawler avatar
Coupang Products Crawler

Pricing

$4.99 / 1,000 results

Go to Store
Coupang Products Crawler

Coupang Products Crawler

Developed by

Amit

Amit

Maintained by Community

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.

0.0 (0)

Pricing

$4.99 / 1,000 results

0

Total users

4

Monthly users

4

Runs succeeded

>99%

Last modified

4 days ago

πŸ›’ Coupang Product Scraper

A powerful tool to extract product data from Coupang - just provide search queries and 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. Just provide one or more search queries, and the scraper will return all the essential product fields in structured format for every product found. The scraper runs multiple queries in parallel for maximum efficiency.

πŸ—ΎοΈ Example Input

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

🧐 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
  • 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 one or more search queries under searchQueries.
  2. Set maxPagesPerQuery to control how many pages to scrape per search query (default: 1).
  3. Run the actor.
  4. Download the results from the Dataset tab or access them via API.

πŸ” Key Features

  • Reliable Data Extraction: Consistently extracts product data from Coupang
  • Parallel Processing: Runs up to 5 search queries concurrently
  • Automatic Retries: Retries failed requests with proxy rotation
  • Comprehensive Data: Extracts all product details including Korean-specific features

πŸ“‹ Input Parameters

  • searchQueries (required): Array of search keywords to find products on Coupang
  • maxPagesPerQuery (optional): Number of pages to scrape per search query (default: 1)

πŸ”„ Integrations

Use with:

  • Make / Zapier
  • Google Sheets / Slack
  • Airbyte / GitHub / Drive

Or use webhooks to trigger downstream workflows when scraping completes.

πŸ“© 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!