# 👗 Find Female Fashion Creators on TikTok

**Use case:** 

Discover top female fashion creators on TikTok. Get follower counts, engagement rates, and video data to identify style influencers for brand partnerships.

## Input

```json
{
  "keywords": [
    "fashion creator tiktok",
    "outfit of the day",
    "style influencer"
  ],
  "includePhotoPosts": false,
  "sortOrder": "mostViews",
  "datePosted": "allTime",
  "maxVideosPerKeyword": 100,
  "maxVideosTotal": 500
}
```

## Output

```json
{
  "cover": {
    "label": "Thumbnail",
    "format": "image"
  },
  "url": {
    "label": "Video URL",
    "format": "link"
  },
  "author": {
    "label": "Author"
  },
  "shortDesc": {
    "label": "Description",
    "format": "text"
  },
  "plays": {
    "label": "Plays",
    "format": "number"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "comments": {
    "label": "Comments",
    "format": "number"
  },
  "shares": {
    "label": "Shares",
    "format": "number"
  },
  "followers": {
    "label": "Followers",
    "format": "number"
  },
  "createdAt": {
    "label": "Created At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Search API 🔥](https://apify.com/sentry/tiktok-search-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sentry/tiktok-search-api) to learn more, explore other use cases, and run it yourself.