# Collect TikTok trend evidence for a behavior query

**Use case:** 

Gather a small TikTok search corpus for a trend phrase and review captions, hashtags, and creators as evidence.

## Input

```json
{
  "searchQueries": [
    "get ready with me"
  ],
  "searchType": "top",
  "keywordQueries": [],
  "topQueries": [],
  "hashtags": [
    "skincare"
  ],
  "userQueries": [],
  "providerOrder": "scrapecreators-first",
  "maxResultsPerQuery": 25,
  "maxPagesPerQuery": 3,
  "region": "US",
  "datePosted": "all-time",
  "publishTime": "this-month",
  "sortBy": "relevance",
  "trim": true,
  "includeRawData": false
}
```

## Output

```json
{
  "recordType": {
    "label": "Record Type",
    "format": "string"
  },
  "searchType": {
    "label": "Search Type",
    "format": "string"
  },
  "provider": {
    "label": "Provider",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "resultPosition": {
    "label": "Result Position",
    "format": "integer"
  },
  "videoId": {
    "label": "Video ID",
    "format": "string"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "string"
  },
  "caption": {
    "label": "Caption",
    "format": "string"
  },
  "authorUsername": {
    "label": "Author Username",
    "format": "string"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "followerCount": {
    "label": "Follower Count",
    "format": "integer"
  },
  "playCount": {
    "label": "Play Count",
    "format": "integer"
  },
  "likeCount": {
    "label": "Like Count",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

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