# Track What's Trending on TikTok Brazil Right Now

**Use case:** 

Pull the live Brazil TikTok trending feed with view counts, engagement rate, and virality score. Schedule daily for LATAM trend research.

## Input

```json
{
  "mode": "trending_feed",
  "queries": [],
  "hashtags": [],
  "songUrls": [],
  "region": "BR",
  "maxResults": 50,
  "sortBy": "relevance"
}
```

## Output

```json
{
  "url": {
    "label": "Video",
    "format": "string"
  },
  "authorHandle": {
    "label": "Author",
    "format": "string"
  },
  "caption": {
    "label": "Caption",
    "format": "string"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "songName": {
    "label": "Song",
    "format": "string"
  },
  "viewCount": {
    "label": "Views",
    "format": "integer"
  },
  "likeCount": {
    "label": "Likes",
    "format": "integer"
  },
  "commentCount": {
    "label": "Comments",
    "format": "integer"
  },
  "shareCount": {
    "label": "Shares",
    "format": "integer"
  },
  "saveCount": {
    "label": "Saves",
    "format": "integer"
  },
  "engagementRate": {
    "label": "Engage %",
    "format": "number"
  },
  "viralityScore": {
    "label": "Views/hr",
    "format": "number"
  },
  "ageHours": {
    "label": "Age (h)",
    "format": "number"
  },
  "postedAt": {
    "label": "Posted",
    "format": "string"
  },
  "duration": {
    "label": "Sec",
    "format": "integer"
  },
  "thumbnailUrl": {
    "label": "Thumb",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "sourceQuery": {
    "label": "Source",
    "format": "string"
  },
  "mode": {
    "label": "Mode",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Trends Scraper [NO COOKIES] ✅](https://apify.com/unseenuser/tiktok-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unseenuser/tiktok-search-scraper) to learn more, explore other use cases, and run it yourself.