{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/youtube/profile/full.json","title":"youtube/profile/full data fields","description":"Documented optional core fields of data. Additional source fields are allowed. This is not the response envelope or a guarantee of availability or completeness.","type":"object","properties":{"channel":{"type":"object","properties":{"id":{"type":["string","null"],"description":"Source identifier. Preserve its exact string value; do not convert large IDs to numbers."},"handle":{"type":["string","null"],"description":"Public account username."},"name":{"type":["string","null"],"description":"Display name."},"url":{"type":["string","null"],"description":"Original source URL when supplied."},"description":{"type":["string","null"],"description":"Channel description."},"country":{"type":["string","null"],"description":"Channel country when supplied."},"subscribers":{"type":["number","null"],"description":"Public subscribers; can be rounded reported by the source; null or absent is unknown, not zero."},"subscribers_hidden":{"type":["boolean","null"],"description":"Whether the source marks subscriber totals hidden."},"views":{"type":["number","null"],"description":"Channel views reported by the source; null or absent is unknown, not zero."},"video_count":{"type":["number","null"],"description":"Videos reported by the source; null or absent is unknown, not zero."},"uploads_playlist_id":{"type":["string","null"],"description":"Source identifier. Preserve its exact string value; do not convert large IDs to numbers."}},"additionalProperties":true},"recent_videos":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"],"description":"Source identifier. Preserve its exact string value; do not convert large IDs to numbers."},"url":{"type":["string","null"],"description":"Original source URL when supplied."},"title":{"type":["string","null"],"description":"Video title."},"description":{"type":["string","null"],"description":"Video description."},"published_at":{"type":["string","null"],"description":"Source publication time, normalized to an ISO date-time when available."},"duration_seconds":{"type":["number","null"],"description":"Duration in seconds."},"channel":{"type":"object","properties":{"id":{"type":["string","null"],"description":"Source identifier. Preserve its exact string value; do not convert large IDs to numbers."},"name":{"type":["string","null"],"description":"Channel display name."},"url":{"type":["string","null"],"description":"Original source URL when supplied."}},"additionalProperties":true},"views":{"type":["number","null"],"description":"Views reported by the source; null or absent is unknown, not zero."},"likes":{"type":["number","null"],"description":"Likes reported by the source; null or absent is unknown, not zero."},"comments_count":{"type":["number","null"],"description":"Comments reported by the source; null or absent is unknown, not zero."}},"additionalProperties":true}},"recent_count":{"type":["number","null"],"description":"Returned uploads reported by the source; null or absent is unknown, not zero."},"cursor":{"type":["string","null"],"description":"Uploads continuation token."},"recent_videos_pagination":{"type":"object","properties":{"returned":{"type":["number","null"],"description":"Returned uploads reported by the source; null or absent is unknown, not zero."},"total":{"type":["number","null"],"description":"Reported uploads reported by the source; null or absent is unknown, not zero."},"has_more":{"type":["boolean","null"],"description":"Whether another source page is reported."}},"additionalProperties":true},"sources":{"type":"array","items":{"type":"object","properties":{"source":{"type":["string","null"],"description":"Component name."},"ok":{"type":["boolean","null"],"description":"Component request success."},"complete":{"type":["boolean","null"],"description":"All requested detail records returned."},"missing_ids":{"type":"array","items":{"type":"string"}}},"additionalProperties":true}},"analytics":{"type":["object","null"],"properties":{"sampled_videos":{"type":["number","null"],"description":"Videos with numeric view counts reported by the source; null or absent is unknown, not zero."},"metric_samples":{"type":"object","properties":{"views":{"type":["number","null"],"description":"Videos with views reported by the source; null or absent is unknown, not zero."},"likes":{"type":["number","null"],"description":"View-sample videos with likes reported by the source; null or absent is unknown, not zero."},"comments":{"type":["number","null"],"description":"View-sample videos with comments reported by the source; null or absent is unknown, not zero."},"engagement":{"type":["number","null"],"description":"Videos with all three counters reported by the source; null or absent is unknown, not zero."}},"additionalProperties":true},"avg_views":{"type":["number","null"],"description":"Rounded average views over the view sample."},"avg_likes":{"type":["number","null"],"description":"Rounded average likes over available values in the view sample."},"avg_comments":{"type":["number","null"],"description":"Rounded average comments over available values in the view sample."},"engagement_rate":{"type":["number","null"],"description":"(sum likes + sum comments) / sum views for complete triples, rounded to six decimals. A ratio, not percent; null with zero summed views."},"most_viewed_video_id":{"type":["string","null"],"description":"Source identifier. Preserve its exact string value; do not convert large IDs to numbers."}},"additionalProperties":true},"_warnings":{"type":"array","items":{"type":"string"},"description":"Collection limitations or component warnings. Read before interpreting coverage."}},"additionalProperties":true,"examples":[{"channel":{"id":"UC_example","name":"Example Channel"},"recent_videos":[{"id":"abcdefghijk","title":"A quieter desk setup","published_at":"2026-09-01T12:00:00Z","channel":{"id":"UC_example","name":"Example Channel"},"duration_seconds":482,"views":12600,"likes":640,"comments_count":38}],"recent_count":1,"cursor":null,"recent_videos_pagination":{"returned":1,"total":null,"has_more":false}}]}