---
title: "Get popular creators"
method: GET
path: "/v1/tiktok/creators/popular"
tags: ["TikTok"]
---

# Get popular creators

`GET /v1/tiktok/creators/popular`

Discovers trending and popular TikTok creators, filterable by follower count range, creator country, and audience country. Returns `creator_list`, an array of creator objects each with `nickname`, `unique_id`, `follower_count`, `likes_count`, `video_views`, `engagement_rate`, and avatar URLs. Sortable by engagement, follower count, or average views.

## Query parameters

- `page` number
- `sortBy` 'engagement' | 'follower' | 'avg_views'
- `followerCount` '10K-100K' | '100K-1M' | '1M-10M' | '10M+'
- `creatorCountry` 'AU' | 'BR' | 'CA' | 'EG' | 'FR' | 'DE' | 'ID' | 'IL' | 'IT' | 'JP' | 'MY' | 'PH' | 'RU' | 'SA' | 'SG' | 'KR' | 'ES' | 'TW' | 'TH' | 'TR' | 'AE' | 'GB' | 'US' | 'VN'
- `audienceCountry` 'AU' | 'BR' | 'CA' | 'EG' | 'FR' | 'DE' | 'ID' | 'IL' | 'IT' | 'JP' | 'MY' | 'PH' | 'RU' | 'SA' | 'SG' | 'KR' | 'ES' | 'TW' | 'TH' | 'TR' | 'AE' | 'GB' | 'US' | 'VN'

## Response `200`

Successful response

---

[API](https://skmtc.dev/scrapecreators/apis/scrape-creators-api.md) · [All operations](https://skmtc.dev/scrapecreators/apis/scrape-creators-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scrapecreators/scrape-creators-api/revisions/e9ec3dbbd8b8/schema)
