# Find Canada TikTok trending videos by comments

**Use case:** 

Extract Canada trending TikTok videos ranked by comment count over 30 days with captions, music, and post URLs.

## Input

```json
{
  "countryCode": "CA",
  "sortBy": "comment",
  "period": "30",
  "maxItems": 10,
  "includeDetailedVideoData": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "country_code": {
    "label": "Country Code",
    "format": "text"
  },
  "cover": {
    "label": "Cover",
    "format": "image"
  },
  "duration": {
    "label": "Duration",
    "format": "number"
  },
  "item_url": {
    "label": "Item URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Tiktok Trending Videos Scraper](https://apify.com/lexis-solutions/tiktok-trending-videos-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/tiktok-trending-videos-scraper) to learn more, explore other use cases, and run it yourself.