# Coupang KR - URL Keyword and Review Scraper

**Use case:** 

Scrape Coupang Korea products by query, category or URL with 20+ fields, prices, ratings, delivery flags, availability, descriptions and images.

## Input

```json
{
  "mode": "search",
  "queries": [
    "노트북"
  ],
  "rocketOnly": false,
  "sortBy": "scoreDesc",
  "urls": [
    "https://www.coupang.com/np/categories/178255"
  ],
  "productIds": [
    "8499380264"
  ],
  "maxReviewsPerProduct": 50,
  "reviewSortBy": "ORDER_SCORE_ASC",
  "maxPages": 1,
  "maxListings": 0,
  "fetchDetails": false,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "KR"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "vendorItemId": {
    "label": "Vendor Item ID",
    "format": "text"
  },
  "itemId": {
    "label": "Item ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price (KRW)",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original (KRW)",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "rocketDelivery": {
    "label": "Rocket",
    "format": "boolean"
  },
  "tomorrowDelivery": {
    "label": "Tomorrow",
    "format": "boolean"
  },
  "isSponsored": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "freeShipping": {
    "label": "Free Shipping",
    "format": "boolean"
  },
  "availability": {
    "label": "Availability",
    "format": "text"
  },
  "usedMinPrice": {
    "label": "Used Min (KRW)",
    "format": "number"
  },
  "usedListingCount": {
    "label": "Used Count",
    "format": "number"
  },
  "categoryId": {
    "label": "Category ID",
    "format": "text"
  },
  "categoryPath": {
    "label": "Category",
    "format": "text"
  },
  "image": {
    "label": "Image",
    "format": "image"
  },
  "url": {
    "label": "Product URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Coupang KR $1.5💰 URL Keyword and Review Scraper](https://apify.com/abotapi/coupang-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/coupang-scraper) to learn more, explore other use cases, and run it yourself.