Get YouTube Creator Profile

9 endpoints • Base: https://openapi.scdata.cc

Returns the stored public profile of a YouTube creator: identity and bio, follower and following counts, verification flag, linked accounts on other platforms and rolling engagement averages over recent videos. Records come from the persisted database, which suits batch screening; use the realtime variant when you need up-to-the-minute values.

GET/api/v1/youtube/user/info

Quota usage: Each successful request to this endpoint deducts 1 quota units from your plan.

Platform Path Family

/api/v1/{platform}/user/info

Available Platforms

Request Parameters

Required Parameters

This endpoint has no required parameters.

Optional Parameters

NameInTypeDescription
channel_idquerystringchannel_id
example: UCUFgkRb0ZHc4Rpq15VRCICA
usernamequerystringusername
example: nike

Response Fields

NameTypeDescription
successbooleanSuccess
codeintegerCode
messagestringMessage
dataobject-
data.channel_idstringChannel ID
data.related_platformsarray<object>Related platforms
data.titlestringChannel name
data.channel_urlstringChannel URL
data.avatarstringChannel avatar
data.descriptionstringChannel bio
data.genderstringChannel gender (male, female, unknown)
data.countrystringChannel region
data.languagestringChannel language
data.tagsarray<string>Channel tags
data.register_atstringChannel created at
data.subscriber_countintegerSubscriber count
data.publish_count_monthintegerVideos per month
data.publish_count_weekintegerVideos per week
data.last_publish_atstringLast publish time
data.total_video_countintegerTotal videos
data.total_view_countintegerTotal views
data.avg_view_countstringOverall average plays
data.avg_engagement_rate_5stringLast 5 videos: average engagement rate
data.avg_view_rate_5stringLast 5 videos: average view rate
data.avg_view_count_5stringLast 5 videos: average plays
data.avg_comment_count_5stringLast 5 videos: average comments
data.avg_like_count_5stringLast 5 videos: average likes
data.avg_engagement_rate_10stringLast 10 videos: average engagement rate
data.avg_view_rate_10stringLast 10 videos: average view rate
data.avg_view_count_10stringLast 10 videos: average plays
data.avg_comment_count_10stringLast 10 videos: average comments
data.avg_like_count_10stringLast 10 videos: average likes
data.avg_engagement_rate_30stringLast 30 videos: average engagement rate
data.avg_view_rate_30stringLast 30 videos: average view rate
data.avg_view_count_30stringLast 30 videos: average plays
data.avg_comment_count_30stringLast 30 videos: average comments
data.avg_like_count_30stringLast 30 videos: average likes
data.med_engagement_rate_30stringLast 30 videos: median engagement rate
data.med_view_rate_30stringLast 30 videos: median view rate
data.med_view_count_30stringLast 30 videos: median plays
data.med_comment_count_30stringLast 30 videos: median comments
data.med_like_count_30stringLast 30 videos: median likes
data.evaluation_minstringEstimated minimum collaboration rate (USD)
data.evaluation_maxstringEstimated maximum collaboration rate (USD)
data.last_update_atstringData updated at

Try It

https://openapi.scdata.cc/api/v1/youtube/user/info
Select an API key from Dashboard
Add an API key before sending a request.Go to Dashboard

Query Params

channel_id
username

cURL Example

bash
curl -X GET "https://openapi.scdata.cc/api/v1/youtube/user/info" \
-H "Authorization: YOUR_API_KEY"

Response Example (200 application/json)

json
{
"success": true,
"code": 200,
"message": "Request successful",
"data": {
"channel_id": "UCX6OQ3DkcsbYNE6H8uQQuVA",
"username": "MrBeast",
"related_platforms": [],
"title": "MrBeast",
"channel_url": "https://www.youtube.com/channel/UCX6OQ3DkcsbYNE6H8uQQuVA",
"avatar": "https://img.scrumball.cn/FpiY4unAm7NroQ3dS4heDOp89moK",
"description": "SUBSCRIBE FOR A COOKIE!\nNew MrBeast or MrBeast Gaming video every single Saturday at noon eastern time!\nAccomplishments:\n- Raised $20,000,000 To Plant 20,000,000 Trees\n- Removed 30,000,000 pounds of trash from the ocean\n- Helped 2,000 people walk again\n- Helped 1,000 blind people see\n- Helped 1,000 deaf people hear\n- Built wells in Africa\n- Built and gave away 100 houses\n- Adopted every dog in a shelter (twice)\n- Given millions to charity\n- Started my own snack company Feastables\n- Started my own software company Viewstats\n- Started Lunchly, a tasty, better-for-you lunch option\n- Gave away a private island (twice)\n- Gave away 1 million meals\n- I counted to 100k\n- Ran a marathon in the world's largest shoes\n- Survived 50 hours in Antarctica\n- Recreated Squid Game in real life\n- Created the largest competition show with 1000 people (Beast Games)\n- Gave $5,000,000 to one person\n- Passed T-Series to become most subscribed YouTube channel 🥹\nyou get it, I appreciate all of you so much :)\n",
"gender": "male",
"country": "US",
"language": "en",
"tags": [],
"register_at": "2012-02-20 08:43:50",
"subscriber_count": 432000000,
"publish_count_month": 8,
"publish_count_week": 1,
"last_publish_at": "2025-09-02",
"total_video_count": 897,
"total_view_count": 94445033195,
"avg_view_count": "137128083.23",
"avg_engagement_rate_5": "2.99%",
"avg_view_rate_5": "32.08%",
"avg_view_count_5": "138597632.40",
"avg_comment_count_5": "12504.60",
"avg_like_count_5": "4134483.00",
"avg_engagement_rate_10": "2.94%",
"avg_view_rate_10": "24.87%",
"avg_view_count_10": "107445917.40",
"avg_comment_count_10": "14019.30",
"avg_like_count_10": "3140011.50",
"avg_engagement_rate_30": "2.37%",
"avg_view_rate_30": "31.74%",
"avg_view_count_30": "137128083.23",
"avg_comment_count_30": "21829.07",
"avg_like_count_30": "3221348.67",
"med_engagement_rate_30": "2.42%",
"med_view_rate_30": "27.22%",
"med_view_count_30": "117601552",
"med_comment_count_30": "11374",
"med_like_count_30": "2831302",
"last_update_at": "2025-09-08 17:27:53"
}
}

Use Cases

  • Creator vetting — Check follower count, verification status and average engagement before deciding whether a creator deserves a closer look.
  • Cross-platform matching — Use the linked accounts to connect a YouTube handle with the same creator's other channels and build a single creator record.

Related Endpoints