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.
Results are paginated via cursor. Pass next_cursor from the response as cursor in the next request to fetch the next page.
Use the include query parameter for optional expansions. In /creators/search, include expansions are supported only for exact creator_url lookups.
Documentation Index
Fetch the complete documentation index at: https://docs.upriver.ai/llms.txt
Use this file to discover all available pages before exploring further.
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 stable ID).
Include values and what each adds:
engagement_metrics: Recent per-channel engagement performance (average views, likes, comments, engagement rate). Returned as channels[].engagement_metrics.video_metrics: Per-channel upload cadence and duration-based inventory signals over a trailing 12-week window (YouTube). Returned as channels[].video_metrics.relative_metrics: Per-channel public benchmark summaries compared with similar creators. Returned as channels[].relative_metrics.bio: Creator summary and key context. Returned as top-level bio.audience: Directional audience demographics (age, gender, geography). Returned as top-level audience.brand_safety: Brand safety advisories with citations. Returned as top-level brand_safety.creator_id: Backward-compatible no-op; creator_id is always returned.Format:
?include=engagement_metrics&include=bio?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.
Input payload for creator discovery.
Known social media URL for the creator.
"https://www.youtube.com/@MrBeast"
Creator name or brand to research.
"MrBeast"
General search query. Supports exact lookups (e.g. @mkbhd, youtube.com/@creator) and broad discovery queries (e.g. tech creators).
"@mkbhd"
Optional platform filter. Accepts API names (youtube, instagram, tiktok, x, etc.).
["youtube", "tiktok"]Optional category filter using taxonomy IDs (e.g. technology, ai_news_tools).
["technology", "ai_news_tools"]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.
Optional creator country filter (ISO code when available).
"US"
Optional creator language filter.
"en"
JSON object containing associated social profiles
Envelope returned by the creator search endpoint.