# Track Coupang wireless mouse listings for price and rating

**Use case:** 

Collect public Coupang search results for wireless mouse listings with prices, discounts, ratings, review counts, images, and Rocket flags.

## Input

```json
{
  "mode": "search",
  "searchQueries": [
    "wireless mouse"
  ],
  "startUrls": [],
  "productUrls": [],
  "maxResults": 25
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount percent",
    "format": "integer"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "integer"
  },
  "rocketDelivery": {
    "label": "Rocket delivery",
    "format": "boolean"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "sourceType": {
    "label": "Source type",
    "format": "string"
  },
  "sourceQuery": {
    "label": "Source query",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Coupang Product Listings Scraper](https://apify.com/khadinakbar/coupang-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/khadinakbar/coupang-scraper) to learn more, explore other use cases, and run it yourself.