# Canada TikTok Content Discovery for Brands

**Use case:** 

Discover top-performing TikTok content from Canada's 'For You' feed to understand audience engagement and content themes. This helps brands and media agencies d

## Input

```json
{
  "maxItems": 80,
  "regionObservation": "CA"
}
```

## Output

```json
{
  "postId": {
    "label": "Post ID",
    "format": "text"
  },
  "postUrl": {
    "label": "Post URL",
    "format": "link"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "feedType": {
    "label": "Feed Type",
    "format": "text"
  },
  "observedRegion": {
    "label": "Region",
    "format": "text"
  },
  "isPersonalized": {
    "label": "Personalized",
    "format": "text"
  },
  "playCount": {
    "label": "Plays",
    "format": "number"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "shareCount": {
    "label": "Shares",
    "format": "number"
  },
  "createdAt": {
    "label": "Created At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok For You Feed Scraper](https://apify.com/crawlerbros/tiktok-for-you-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/tiktok-for-you-scraper) to learn more, explore other use cases, and run it yourself.