# Find TikTok travel content ideas

**Use case:** 

Run a bounded TikTok trends task for travel campaign planning, destination research, and content calendars.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.tiktok.com/discover"
    }
  ],
  "keywords": [
    "travel",
    "vacation",
    "hotels"
  ],
  "trendType": "discover",
  "country": "US",
  "language": "en",
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "trendType": {
    "label": "Type",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "hashtag": {
    "label": "Hashtag",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "string"
  },
  "authorUsername": {
    "label": "Author",
    "format": "string"
  },
  "soundTitle": {
    "label": "Sound",
    "format": "string"
  },
  "viewCount": {
    "label": "Views",
    "format": "integer"
  },
  "likeCount": {
    "label": "Likes",
    "format": "integer"
  },
  "commentCount": {
    "label": "Comments",
    "format": "integer"
  },
  "shareCount": {
    "label": "Shares",
    "format": "integer"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "keywordOrUrl": {
    "label": "Keyword or URL",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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