# Research UK TikTok For You Page Content

**Use case:** 

Gather a comprehensive list of trending videos from the UK's TikTok 'For You' feed to gain insights into regional content preferences. This enables brands to ta

## Input

```json
{
  "maxItems": 75,
  "regionObservation": "GB"
}
```

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