# Audit MidasForce Products & Reviews on Tokopedia

**Use case:** 

Extract MidasForce shop details, computer-component listings, prices, ratings, product URLs, and seller reviews from its Tokopedia storefront.

## Input

```json
{
  "mode": "shopDetail",
  "monitorId": "123e4567-e89b-12d3-a456-426614174000",
  "keyword": "laptop",
  "maxResults": 20,
  "shopUrl": "https://www.tokopedia.com/midas-force",
  "maxProducts": 20,
  "maxReviews": 20
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "id": {
    "label": "Shop ID",
    "format": "text"
  },
  "name": {
    "label": "Shop",
    "format": "text"
  },
  "url": {
    "label": "Shop URL",
    "format": "link"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "isOpen": {
    "label": "Open",
    "format": "boolean"
  },
  "isOfficial": {
    "label": "Official",
    "format": "boolean"
  },
  "isPowerMerchant": {
    "label": "Power Merchant",
    "format": "boolean"
  },
  "products": {
    "label": "Products",
    "format": "array"
  },
  "reviews": {
    "label": "Seller 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.