# Inspect Excelso Coffee Details & Reviews on Tokopedia

**Use case:** 

Extract Excelso Kopi Robusta Gold Bubuk 200g details from Tokopedia: price, availability, stock, variants, images, categories, and customer reviews.

## Input

```json
{
  "mode": "productDetail",
  "monitorId": "123e4567-e89b-12d3-a456-426614174000",
  "keyword": "laptop",
  "maxResults": 20,
  "productUrl": "https://www.tokopedia.com/excelsoofficial/excelso-kopi-robusta-gold-bubuk-200g-1729582555242924229",
  "maxProducts": 20,
  "maxReviews": 20
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "id": {
    "label": "Product ID",
    "format": "text"
  },
  "name": {
    "label": "Product",
    "format": "text"
  },
  "url": {
    "label": "Product URL",
    "format": "link"
  },
  "price": {
    "label": "Price (IDR)",
    "format": "number"
  },
  "stock": {
    "label": "Stock",
    "format": "number"
  },
  "available": {
    "label": "Available",
    "format": "boolean"
  },
  "shop": {
    "label": "Shop",
    "format": "object"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "variants": {
    "label": "Variants",
    "format": "array"
  },
  "reviews": {
    "label": "Reviews",
    "format": "array"
  },
  "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.