Youtube API · Enrichment Field reference

Youtube Channel Avg. views on long-form videos Enrichment API

Get avg. views on long-form videos for any Youtube handle — 13.9M searchable profiles behind it

Is there an API to get a Youtube creator’s avg. views on long-form videos?

Yes. The Influencers.club Enrichment API returns the avg_views_long field — the creator’s avg. views on long-form videos — for any Youtube handle you pass in. One call brings it back alongside the rest of the profile: verified email, follower counts, engagement, growth and cross-platform links. 1 credit per successful request on the Full tier, and nothing is charged when the lookup fails.

Verified against the live API in Endpoint reference →

The data behind every Youtube profile

Counted on the live search index, not modelled or rounded.

Measured
13,890,173
Searchable Youtube profiles
40+
Data points returned per creator
47
Platforms mapped in the social graph
3
Tiers — Full, Profile and Analytics
Request

Make the call

Both samples below are complete. Paste one in, swap the key, get a 200.

POST https://api-dashboard.influencers.club/public/v1/creators/enrich/handle/full/
Auth Authorization: Bearer <API_KEY> Content type application/json Rate 1 credit per successful request Full reference →
curl -X POST https://api-dashboard.influencers.club/public/v1/creators/enrich/handle/full/ \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
  "platform": "youtube",
  "handle": "creator_username" }'
import requests

res = requests.post(
    "https://api-dashboard.influencers.club/public/v1/creators/enrich/handle/full/",
    headers={"Authorization": "Bearer YOUR_API_KEY"},
    json={
  "platform": "youtube",
  "handle": "creator_username" }, ) print(res.json())
const res = await fetch("https://api-dashboard.influencers.club/public/v1/creators/enrich/handle/full/", {
  method: "POST",
  headers: {
    Authorization: "Bearer YOUR_API_KEY",
    "Content-Type": "application/json",
  },
  body: JSON.stringify({
  "platform": "youtube",
  "handle": "creator_username" }), }); const data = await res.json();
$ch = curl_init("https://api-dashboard.influencers.club/public/v1/creators/enrich/handle/full/");
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
curl_setopt($ch, CURLOPT_HTTPHEADER, [
  "Authorization: Bearer YOUR_API_KEY",
  "Content-Type: application/json", ]);
curl_setopt($ch, CURLOPT_POSTFIELDS, '{ "platform": "youtube", "handle": "creator_username"}');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$response = curl_exec($ch);
body := strings.NewReader(`{
  "platform": "youtube",
  "handle": "creator_username" }`)
req, _ := http.NewRequest("POST", "https://api-dashboard.influencers.club/public/v1/creators/enrich/handle/full/", body)
req.Header.Set("Authorization", "Bearer YOUR_API_KEY")
req.Header.Set("Content-Type", "application/json")
res, _ := http.DefaultClient.Do(req)
Response

What comes back

A 200 with the page of creators and your remaining credit balance. Creator values below are elided — field names and types are exactly as published in the API schema.

200 OKJSON
{
  "email": "creator@example.com",
  "email_type": "business",
  "youtube": {
    "username": "creator_username",
    "avg_views_long": …,
    "follower_count": …,
    "engagement_percent": …
  },
  … }
Response fields 40+ fields always returned · audience data on request
FieldTypeMeaning
This page’s field
youtube.avg_views_longnumberReturned inside the platform block of the profile.
Contact & identity
emailstringVerified contact email.
email_typestringWhether the email is personal or business.
youtube.follower_countintegerCurrent follower count.
youtube.niche_classstringDetected niche and sub-niche.
Performance & growth
youtube.engagement_percentfloatEngagement rate relative to followers.
youtube.creator_follower_growthobjectFollower counts 3, 6, 9 and 12 months ago.
youtube.incomeobjectEstimated monthly earnings range.
Cross-platform
creator_hasobjectEvery platform and service linked on the profile.
tiktok / youtube / twitch …objectOne block per connected account.

With include_audience_data set to true, the response adds audience geo, language, age, gender, interests, brand affinities and credibility for creators with 10k+ followers.

Parameters

The spec

Field Type Accepted values Behaviour
avg_views_long number Returned, not sent — read it from the response Null when the underlying data is missing; never an error.
platform string instagram · youtube · tiktok · twitch · twitter · onlyfans Required. Selects which platform the handle belongs to.
handle string A username, profile URL or user ID Required. Normalized automatically — @ stripped, URLs parsed.
include_audience_data boolean true · false Optional. Adds audience demographics, brand affinities and credibility for creators with 10k+ followers.
include_lookalikes boolean true · false Optional. Adds ranked lookalike creators to the response.

Billing. 1 credit per successful Full request; 0.2 for Profile and 0.8 for Analytics. Failed lookups are not billed.

Recipes

Avg. views on long-form videos is one field of the full profile

Three ways teams pull this field in practice.

Check one creator before the call

Avg. views on long-form videos for a single handle, in one request.

platform: "youtube", "handle": "creator_username"

Vet a whole shortlist at once

Batch enrichment returns avg. views on long-form videos for up to 10,000 handles.

POST /public/v1/enrichment/batch/ { "platform": "youtube", "handles": ["…"] }

Discover first, enrich the winners

Filter with Discovery, then pull avg. views on long-form videos for the creators that pass.

filters: {
  "number_of_subscribers": { "min": 10000, "max": 100000 },
  "engagement_percent": { "min": 2 } }

Other Youtube data you can access

Youtube API endpoints

Affiliate LinksAI natural-language searchBrand CollabsExclude handlesExclude HashtagsExclude Keywords in Channel DescriptionExclude Keywords in Video DescriptionExclude role-based emailsExcluding keywords in video titlesExclusion lists filterFollower GrowthHas Amazon AffiliatesHas AnchorHas Apple MusicHas BandcampHas BehanceHas Buy Me a CoffeeHas CameoHas CanvaHas ClubhouseHas CommunityHas Community PostsHas DiscordHas DribbbleHas EtsyHas FacebookHas FiverrHas GitHubHas GoFundMeHas GoodreadsHas InstagramHas KakaoHas KickstarterHas Ko-fiHas LinkedInHas LinktreeHas MediumHas OnlyFansHas PatreonHas phone numberHas PinterestHas podcastHas RedbubbleHas ShopifyHas ShopLTKHas ShortsHas SnapchatHas SoundCloudHas SpotifyHas SpringHas StreamlabsHas SubstackHas TelegramHas TikTokHas TumblrHas TwitchHas TwitterHas UdemyHas ViberHas VimeoHas VKHas WeeblyHas WhatsAppHas WixHas YouTubeHashtagsHasYoutube CoursesHasYoutube PodcastHasYoutube StoreIs MonetizingKeywords in Channel DescriptionKeywords in Video DescriptionKeywords in Video TitlesLast Short UploadLast Video UploadLink in bioLink in Channel DescriptionLink in Video DescriptionLive StreamsLookalike / Username SearchMaximum Avg. Views on Long VideosMaximum Avg. Views ShortsMaximum Engagement RateMaximum Estimated IncomeMaximum Number of videosMaximum SubscribersMerch ShopMinimum Avg. Views on Long VideosMinimum Avg. Views ShortsMinimum Engagement RateMinimum Estimated IncomeMinimum Number of videosMinimum Posting FrequencyMinimum SubscribersPersonal websiteProfile GenderProfile LanguageProfile LocationProfile TypeSearch with AI/KeywordsShorts %Streams LiveSubscriber GrowthTagged ProfilesTiktokYoutube MembershipTopicsVerified Profile
Platform coverage

Six platforms with full data, 40+ more in the social graph

Plus Facebook, Pinterest, Reddit, LinkedIn, Discord, Snapchat,
Linktree and 40+ more via connected socials.

FAQ

Frequently asked questions

Which enrichment tiers include avg. views on long-form videos?+

The Full tier (1 credit) always includes it. Profile (0.2) and Analytics (0.8) each return their own subset — check the endpoint reference for the exact field lists per tier.

Where can I find my API key?+

Create a free account. You will find your API key through the API side menu.

How do I get Youtube channels avg long-form views using your API?+

Simply sign up for free, copy your API key, then POST a handle to the enrichment endpoint. The response includes avg. views on long-form videos alongside the rest of the profile, ready to be ingested for your use case.

What are your pricing plans and what do they include?+

Paid plans start at $249/month and use a flexible credit-based model.

Each API call consumes a specific number of credits depending on the endpoint and data depth. You can compare all tiers, credit amounts, and per-endpoint costs in the Pricing section of our API docs.

How can I get in touch with your team?+

Book a time on our calendar to talk to someone from our team and learn about the full capabilities of our API.