Search
Unified creator search for exact, broad, and filter-only queries.
Exact lookup: Provide creator_url (or an exact query) to quickly find the creator and linked channels.
Broad discovery: Provide query with optional filters (platforms, category_ids, follower_bucket, follower range, country/language).
Filter-only browse: Provide category_ids + follower_bucket without a text query to browse creators by category and size.
Only filter-only browse is paginated: pass next_cursor from the response back as cursor in the next request. Text searches (query/creator_name) are not paginated.
Use the include query parameter for optional expansions. In /creators/search, include expansions are supported only for exact creator_url lookups.
Authorizations
Query Parameters
Optional expansions to include in the response.
The same include options are available on GET /v1/creators (lookup by URL) and GET /v1/creators/{creator_id} (lookup by Upriver creator ID).
Include values and what each adds:
engagement_metrics: Recent per-channel engagement performance (average views, likes, comments, engagement rate). Returned aschannels[].engagement_metrics.video_metrics: Per-channel upload cadence and duration-based inventory signals over a trailing 12-week window (YouTube). Returned aschannels[].video_metrics.relative_metrics: Per-channel public benchmark summaries compared with similar creators. Returned aschannels[].relative_metrics.bio: Creator summary and key context. Returned as top-levelbio.audience: Directional audience demographics (age, gender, geography). Returned as top-levelaudience.brand_safety: Brand safety advisories with citations. Returned as top-levelbrand_safety.creator_id: Backward-compatible no-op;creator_idis always returned.
Format:
- Repeat params:
?include=engagement_metrics&include=bio - CSV:
?include=engagement_metrics,bio
/creators/search constraint: include expansions are supported only for exact creator_url lookups. Broad query mode (query/creator_name without creator_url) returns lightweight results without expansions. Use /creators or /creators/{creator_id} to enrich a selected result.
Body
Input payload for creator discovery.
Known social media URL for the creator.
"https://www.youtube.com/@MrBeast"
Resolve a specific creator by handle or display name. Matches exactly, by prefix, and by fuzzy substring (e.g. 'beast' finds 'MrBeast'). For discovery, use the category/follower/platform filters instead.
"MrBeast"
Deprecated. Use name_or_handle.
"MrBeast"
Deprecated. Use name_or_handle for creator resolution.
"@mkbhd"
Optional platform filter. Accepts API names (youtube, instagram, tiktok, x, etc.).
["youtube", "tiktok"]Optional category filter using taxonomy IDs (e.g. technology, tech_news_lifestyle).
["technology", "tech_news_lifestyle"]Free-text category keywords to filter results by content category.
["gaming and esports", "AI tools"]Optional minimum follower/subscriber count filter.
x >= 010000
Optional maximum follower/subscriber count filter.
x >= 05000000
Follower count filter using bucket IDs.
["10k_50k", "50k_100k"]Opaque cursor from a previous response for pagination.
Filter by where creators are based, as one or more ISO 3166-1 alpha-2 country codes (e.g. US). Location coverage varies by platform, and not every creator has a known location.
["US"]Filter by where a creator's audience is located, as one or more ISO 3166-1 alpha-2 country codes. Matches creators whose known audience includes any of these countries, or who are themselves based in them.
["US"]Optional creator language filter.
"en"
Response
JSON object containing associated social profiles
Envelope returned by the creator search endpoint.