# TikTok User-Generated Content Scraper

**Use case:** 

Find public TikTok user-generated content that mentions creator, product, campaign, brand, or competitor profile handles.

## Input

```json
{
  "targets": [
    "nike",
    "netflix"
  ],
  "resultsPerTarget": 25,
  "maxResults": 50
}
```

## Output

```json
{
  "targetHandle": {
    "label": "Target",
    "format": "string"
  },
  "matchedTarget": {
    "label": "Matched target",
    "format": "string"
  },
  "matchType": {
    "label": "Match type",
    "format": "string"
  },
  "matchEvidence": {
    "label": "Evidence",
    "format": "string"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "string"
  },
  "caption": {
    "label": "Caption",
    "format": "string"
  },
  "playCount": {
    "label": "Plays",
    "format": "integer"
  },
  "likeCount": {
    "label": "Likes",
    "format": "integer"
  },
  "commentCount": {
    "label": "Comments",
    "format": "integer"
  },
  "shareCount": {
    "label": "Shares",
    "format": "integer"
  },
  "saveCount": {
    "label": "Saves",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Profile Mention Scraper](https://apify.com/maximedupre/tiktok-profile-mention-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/tiktok-profile-mention-scraper) to learn more, explore other use cases, and run it yourself.