# Analyze Trending US TikTok Content

**Use case:** 

Capture a snapshot of the top trending videos on the US TikTok 'For You' page to understand current content trends. This data helps content creators and markete

## Input

```json
{
  "maxItems": 50,
  "regionObservation": "US"
}
```

## 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.