# Find Top TikTok Posts About Influencer Marketing

**Use case:** 

Mixed top TikTok results for any business keyword: trending videos, top creators, related hashtags. For market research and content strategy. No login.

## Input

```json
{
  "mode": "top_search",
  "queries": [
    "influencer marketing"
  ],
  "hashtags": [],
  "songUrls": [],
  "region": "US",
  "maxResults": 50,
  "sortBy": "relevance"
}
```

## Output

```json
{
  "rowType": {
    "label": "Type",
    "format": "string"
  },
  "mode": {
    "label": "Mode",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "sourceQuery": {
    "label": "Source",
    "format": "string"
  },
  "url": {
    "label": "Video URL",
    "format": "string"
  },
  "authorHandle": {
    "label": "Author",
    "format": "string"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "name": {
    "label": "Hashtag",
    "format": "string"
  },
  "title": {
    "label": "Song",
    "format": "string"
  },
  "viewCount": {
    "label": "Views",
    "format": "integer"
  },
  "likeCount": {
    "label": "Likes",
    "format": "integer"
  },
  "followerCount": {
    "label": "Followers",
    "format": "integer"
  },
  "videoCount": {
    "label": "# Videos",
    "format": "integer"
  },
  "engagementRate": {
    "label": "Engagement %",
    "format": "number"
  },
  "viralityScore": {
    "label": "Views/hr",
    "format": "number"
  },
  "postedAt": {
    "label": "Posted",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped",
    "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.