# Compare Tokopedia Laptop Prices, Ratings & Shops

**Use case:** 

Retrieve up to 20 Tokopedia laptop listings with prices, discounts, ratings, review and sold counts, product URLs, and shop details in source order.

## Input

```json
{
  "mode": "discover",
  "monitorId": "123e4567-e89b-12d3-a456-426614174000",
  "keyword": "laptop",
  "maxResults": 20,
  "maxProducts": 20,
  "maxReviews": 20
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "id": {
    "label": "Product ID",
    "format": "text"
  },
  "name": {
    "label": "Product",
    "format": "text"
  },
  "url": {
    "label": "Product URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "link"
  },
  "price": {
    "label": "Price (IDR)",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original price (IDR)",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount (%)",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "soldCount": {
    "label": "Sold",
    "format": "number"
  },
  "shop": {
    "label": "Shop",
    "format": "object"
  },
  "message": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Tokopedia Catalog Monitor](https://apify.com/crawlstone/tokopedia-catalog-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlstone/tokopedia-catalog-monitor) to learn more, explore other use cases, and run it yourself.