Skip to main content
GET
Creator Profile by URL

Authorizations

X-API-Key
string
header
required

Query Parameters

url
string
required

Known social media profile URL for the creator. Example: https://youtube.com/@handle

include
string[]

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 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.
  • email: Public contact email addresses the creator has published for business inquiries, gathered across their linked channels. Returned as top-level emails.
  • creator_id: Backward-compatible no-op; creator_id is always returned.

Format:

  • Repeat params: ?include=engagement_metrics&include=bio
  • CSV: ?include=engagement_metrics,bio

Response

Successful Response

Response returned by the creator get endpoint.

bio
CreatorBio · object | null

Biographical summary of the creator. Only present when include=bio is specified.

channels
CreatorPlatform · object[]

Social media channels for the creator across supported platforms.

associated_creators
CreatorAssociatedCreator · object[]

Distinct associated creator clusters related to this creator.

labels
CreatorLabel · object[]

Descriptive labels for the creator. Includes stable categories (type='category', use for filtering) and dynamic tags (type='tag'). See /media_categories for the full category taxonomy.

tags
CreatorTag · object[]
deprecated

DEPRECATED: Use 'labels' instead. This field will be removed in a future version.

creator_id
string | null

Upriver creator ID. Present for any successful creator response, including provisional single-platform creators. Store and reuse this ID for consistency across API calls.

emails
string[] | null

Public contact email addresses for the creator, if any are available. Returned only when requested via include=email.

Example:
redirect
CreatorRedirectInfo · object | null

Present when the requested creator_id has been merged into another creator. Clients should update any stored ID to redirect.canonical_creator_id.

Example:
skipped_enrichments
CreatorSkippedEnrichments · object | null

Compact metadata for requested enrichments that were skipped and therefore omitted from their top-level keys.

audience
CreatorAudience · object | null

Directional audience demographics. Only present when include=audience is specified. age.min_age/max_age is a directional envelope; age.segments contains explicit percentage buckets and may be partial.