Creators
Batch Creator Details
Provides creator profile information for multiple creators in a single request. Returns associated channels and labels for each URL.
Input: Provide 1-10 social media profile URLs (e.g., https://youtube.com/@handle)
Note: Engagement metrics are not available for batch requests.
POST
Batch Creator Details
Authorizations
Body
application/json
Input payload for batch creator lookup.
Known social media profile URLs for the creators. Example: https://youtube.com/@handle
Required array length:
1 - 10 elementsExample:
[
"https://youtube.com/@MrBeast",
"https://youtube.com/@MKBHD",
"https://youtube.com/@CelineDept"
]Previous
SearchUnified 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.
Next
Batch Creator Details