名称: creatordb-youtube-v3
描述: 可搜索并获取 YouTube 创作者信息
主页: https://www.creatordb.app
元数据: {"moltbot":{"emoji":"🐽","requires":{"bins":["curl"],"env":["CREATORDB_API_KEY"]},"primaryEnv":"CREATORDB_API_KEY","install":[]}}
搜索并获取 YouTube 创作者信息,包括订阅者数量、增长数据、广告报价估算等。
curl --request POST \
--url https://apiv3.creatordb.app/youtube/search \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header "api-key: $CREATORDB_API_KEY" \
--data '{
"filters": [
{
"filterName": "displayName",
"op": "=",
"value": "MrBeast",
"isFuzzySearch": true
}
],
"desc": true,
"sortBy": "totalSubscribers",
"pageSize": 5,
"offset": 0
}'
搜索响应示例:
{
"data": {
"creatorList": [
{
"displayName": "YouTube",
"uniqueId": "@youtube",
"channelId": "UCBR8-60-B28hp2BmDPdntcQ",
"avatarUrl": "https://yt3.googleusercontent.com/7cF22TRiceqQr2Cro_X4uhRVnwCdOa2HXiwdBGPnUEqJDuCyr2CykDfDw2rCWjbjaHEdTMUC=s900-c-k-c0x00ffffff-no-rj",
"totalSubscribers": 13900000
}
],
"hasNextPage": true,
"nextOffset": 100
},
"quotaUsed": 1,
"quotaUsedTotal": 241,
"remainingQuota": 99759,
"traceId": "f8e4a3b2c1d0e9f8a7b6c5d4e3f2a1b0",
"timestamp": 1750732453635,
"errorCode": "",
"errorDescription": "",
"success": true
}
curl --request GET \
--url 'https://apiv3.creatordb.app/youtube/profile?channelId=UCBR8-60-B28hp2BmDPdntcQ' \
--header 'Accept: application/json' \
--header "api-key: $CREATORDB_API_KEY"
资料响应示例:
{
"data": {
"channelId": "UCBR8-60-B28hp2BmDPdntcQ",
"uniqueId": "@youtube",
"displayName": "YouTube",
"categoryBreakdown": [
{
"category": "游戏",
"share": 0.3241
}
],
"avatarUrl": "https://yt3.googleusercontent.com/7cF22TRiceqQr2Cro_X4uhRVnwCdOa2HXiwdBGPnUEqJDuCyr2CykDfDw2rCWjbjaHEdTMUC=s900-c-k-c0x00ffffff-no-rj",
"bio": "史上刷量最多的频道",
"isVerified": true,
"hasSponsors": true,
"hasMemberOnlyContents": true,
"country": "TWN",
"mainLanguage": "zht",
"languages": [
"zht",
"eng"
],
"secondLanguage": "eng",
"totalContents": 399,
"totalSubscribers": 13900000,
"subscriberGrowth": {
"g7": 0.1234,
"g30": 0.2345,
"g90": 0.3456
},
"hashtags": [
{
"name": "#starrailsimulator",
"contentCount": 250
}
],
"topics": [
"freegames_Gaming"
],
"niches": [
"roblox_Gaming"
],
"otherLinks": [
{
"title": "Instagram",
"url": "https://www.instagram.com/instagram"
}
],
"lastPublishTime": 1755142212000,
"relatedCreators": [
"UCBR8-60-B28hp2BmDPdntcQ",
"UC4PooiX37Pld1T8J5SYT-SQ"
],
"videoPrice": {
"cpmLow": 5.5,
"cpmRaw": 8.2,
"cpmHigh": 12,
"priceLow": 1000,
"priceRaw": 1500,
"priceHigh": 2200
},
"shortsPrice": {
"cpmLow": 3,
"cpmRaw": 5,
"cpmHigh": 8,
"priceLow": 500,
"priceRaw": 750,
"priceHigh": 1100
},
"lastDbUpdateTime": 1753179002000
},
"quotaUsed": 1,
"quotaUsedTotal": 241,
"remainingQuota": 99759,
"traceId": "f8e4a3b2c1d0e9f8a7b6c5d4e3f2a1b0",
"timestamp": 1750732453635,
"errorCode": "",
"errorDescription": "",
"success": true
}
curl --request GET \
--url 'https://apiv3.creatordb.app/youtube/performance?channelId=UCBR8-60-B28hp2BmDPdntcQ' \
--header 'Accept: application/json' \
--header 'api-key: $CREATORDB_API_KEY'
响应示例
{
"data": {
"contentCountByDays": {
"7d": 1,
"30d": 2,
"90d": 2
},
"ranking": {
"totalSubscribers": {
"global": 0.9912,
"country": 0.9986,
"language": 0.9764
},
"avgEngagementRate": {
"global": 0.9912,
"country": 0.9986,
"language": 0.9764
}
},
"videosPerformanceRecent": {
"likes": {
"all": 2944445,
"avg": 100,
"median": 48,
"min": 20,
"max": 149
},
"comments": {
"all": 2944445,
"avg": 100,
"median": 48,
"min": 20,
"max": 149
},
"views": {
"all": 3599,
"avg": 100,
"median": 48,
"min": 20,
"max": 149,
"percentile25": 35,
"percentile75": 85,
"iqr": 50
},
"length": {
"avg": 180
},
"engagement": {
"avgEngagementRate": 0.5201,
"likesPerSubscriber": 0.1111,
"commentsPerSubscriber": 0.1111,
"viewsPerSubscriber": 0.1111,
"engagementConsistency": {
"cv": 0.1001,
"medianVsMean": 0.9001,
"topBottomRatio": 1.2001,
"consistencyScore": 63,
"consistencyLevel": "high"
}
}
},
"shortsPerformanceRecent": {
"likes": {
"all": 2459,
"avg": 100,
"median": 120,
"min": 50,
"max": 988
},
"comments": {
"all": 2459,
"avg": 100,
"median": 120,
"min": 50,
"max": 988
},
"views": {
"all": 2459,
"avg": 100,
"median": 120,
"min": 50,
"max": 988,
"percentile25": 80,
"percentile75": 250,
"iqr": 170
},
"length": {
"avg": 180
},
"engagement": {
"avgEngagementRate": 0.5201,
"likesPerSubscriber": 0.1111,
"commentsPerSubscriber": 0.1111,
"viewsPerSubscriber": 0.1111,
"engagementConsistency": {
"cv": 0.1001,
"medianVsMean": 0.9001,
"topBottomRatio": 1.2001,
"consistencyScore": 63,
"consistencyLevel": "high"
}
}
},
"videosPerformanceAll": {
"likes": {
"all": 2944445,
"avg": 100,
"median": 48,
"min": 20,
"max": 149
},
"comments": {
"all": 2944445,
"avg": 100,
"median": 48,
"min": 20,
"max": 149
},
"views": {
"all": 3599,
"avg": 100,
"median": 48,
"min": 20,
"max": 149,
"percentile25": 35,
"percentile75": 85,
"iqr": 50
},
"length": {
"avg": 180
},
"engagement": {
"avgEngagementRate": 0.5201,
"likesPerSubscriber": 0.1111,
"commentsPerSubscriber": 0.1111,
"viewsPerSubscriber": 0.1111,
"engagementConsistency": {
"cv": 0.1001,
"medianVsMean": 0.9001,
"topBottomRatio": 1.2001,
"consistencyScore": 63,
"consistencyLevel": "high"
}
}
},
"shortsPerformanceAll": {
"likes": {
"all": 2459,
"avg": 100,
"median": 120,
"min": 50,
"max": 988
},
"comments": {
"all": 2459,
"avg": 100,
"median": 120,
"min": 50,
"max": 988
},
"views": {
"all": 2459,
"avg": 100,
"median": 120,
"min": 50,
"max": 988,
"percentile25": 80,
"percentile75": 250,
"iqr": 170
},
"length": {
"avg": 180
},
"engagement": {
"avgEngagementRate": 0.5201,
"likesPerSubscriber": 0.1111,
"commentsPerSubscriber": 0.1111,
"viewsPerSubscriber": 0.1111,
"engagementConsistency": {
"cv": 0.1001,
"medianVsMean": 0.9001,
"topBottomRatio": 1.2001,
"consistencyScore": 63,
"consistencyLevel": "high"
}
}
},
"recentVideosGrowth": {
"g7": {
"avgViews": 0.2345,
"engagementRate": 0.0567
},
"g30": {
"avgViews": 0.2345,
"engagementRate": 0.0567
},
"g90": {
"avgViews": 0.2345,
"engagementRate": 0.0567
}
},
"recentShortsGrowth": {
"g7": {
"avgViews": 0.2345,
"engagementRate": 0.0567
},
"g30": {
"avgViews": 0.2345,
"engagementRate": 0.0567
},
"g90": {
"avgViews": 0.2345,
"engagementRate": 0.0567
}
}
},
"quotaUsed": 1,
"quotaUsedTotal": 241,
"remainingQuota": 99759,
"traceId": "f8e4a3b2c1d0e9f8a7b6c5d4e3f2a1b0",
"timestamp": 1750732453635,
"errorCode": "",
"errorDescription": "",
"success": true
}
curl --request GET \
--url 'https://apiv3.creatordb.app/youtube/content-detail?channelId=UCBR8-60-B28hp2BmDPdntcQ' \
--header 'Accept: application/json' \
--header 'api-key: $CREATORDB_API_KEY'
响应示例
{
"data": {
"recentVideos": [
{
"publishTime": 1755273600000,
"contentId": "FbCF_H4ZD64",
"title": "我在《GROW A GARDEN》中滥用管理员权限",
"description": "感谢 @JandelTheGuy 玩《grow a garden》支持像 Jandel 这样的小开发者。今天我向 2000 万人展示了滥用管理员权限",
"length": 873,
"isSponsored": true,
"isMemberOnly": false,
"likes": 153000,
"comments": 15182,
"views": 5009695,
"engagementRate": 0.0336,
"hashtags": [
"#VLOG"
]
}
],
"recentShorts": [
{
"publishTime": 1754928000000,
"contentId": "6tlVsknqy9M",
"title": "日本提供定制护肤诊所 #医美",
"description": "推荐在东京寻找护肤服务的人。下北泽医美诊所 @oneup_clinic",
"length": 60,
"likes": 10000,
"comments": 100,
"views": 15000,
"engagementRate": 0.0517,
"hashtags": [
"#cosmeticmedicine"
]
}
]
},
"quotaUsed": 1,
"quotaUsedTotal": 241,
"remainingQuota": 99759,
"traceId": "f8e4a3b2c1d0e9f8a7b6c5d4e3f2a1b0",
"timestamp": 1750732453635,
"errorCode": "",
"errorDescription": "",
"success": true
}
curl --request GET \
--url 'https://apiv3.creatordb.app/youtube/sponsorship?channelId=UCBR8-60-B28hp2BmDPdntcQ' \
--header 'Accept: application/json' \
--header 'api-key: $CREATORDB_API_KEY'
响应示例
```json
{
"data": {
"sponsorList": [
{
"brandName": "Acer",
"brandId": "acer.com",
"brandIgIds": [
"acer"
],
"sponsoredVideos": [
{
"publishTime": 1754797869000,
"contentId": "eHnzGYHEdO0",
"title": "ROBLOX 在《偷走一个脑残》中的超强管理员",
"description": "Roblox 管理员在《偷走一个脑残》中,但更加强大。我几乎把所有人的东西都还回去了,只是在语音聊天中逗这些孩子笑而已",
"length": 873,
"isSponsored": true,
"isMemberOnly": false,
"likes": 10000,
"comments": 100,
"views": 15000,
"engagementRate": 0.1202,
"hashtags": [
"#VLOG"
]
}
],
"sponsoredVideosPerformance": {
"likes": {
"all": 2944445,
"avg": 100,
"median": 48,
"min": 20,
"max": 149
},
"comments": {
"all": 2944445,
"avg": 100,
"median": 48,
"min": 20,
"max": 149
},
"views": {
"all": 3599,
"avg": 100,
"median": 48,
"min": 20,
"max": 149,
"percentile25": 35,
"percentile75": 85,
"iqr": 50
},
"length": {
"avg": 180
},
"engagement": {
"avgEngagementRate": 0.5201,
"likesPerSubscriber": 0.1111,
"commentsPerSubscriber": 0.1111,
"viewsPerSubscriber": 0.1111,