# Scheduled TikTok Shop creator performance monitoring

**Use case:** 

Refresh public GMV ranges, units, engagement, and category splits for creator campaign dashboards on a schedule.

## Input

```json
{
  "handles": [
    "dealswithty"
  ],
  "startUrls": [
    {
      "url": "https://crevideo.com/tiktok/dealswithty"
    }
  ],
  "maxItems": 100,
  "maxConcurrency": 3,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "status": {
    "label": "Status",
    "format": "string"
  },
  "handle": {
    "label": "Handle",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "updatedAt": {
    "label": "Source updated",
    "format": "string"
  },
  "errorMessage": {
    "label": "Error",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Crevideo TikTok Shop Creator Analytics Scraper](https://apify.com/automation-lab/crevideo-tiktok-shop-creator-analytics-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/crevideo-tiktok-shop-creator-analytics-scraper) to learn more, explore other use cases, and run it yourself.