YouTube videos
List YouTube videos cited by AI
YouTube videos cited by AI providers, with channel, view/like/comment counts, and publish date. Responses are JSON and require a workspace API key.
GET
/v1/brands/{brand_id}/youtube-videosRequires API key
Parameters
brand_iduuid· pathrequiredlimitinteger· queryoptionalcursorISO-8601· queryoptionalRequest
curl -X GET 'https://api.rankr.so/v1/brands/:brand_id/youtube-videos' \
-H 'Authorization: Bearer YOUR_API_KEY'Response200
JSON
{
"data": [
{
"id": "abcd1234-....",
"video_id": "dQw4w9WgXcQ",
"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"title": "Best widget platforms in 2026",
"channel_name": "TechReviewer",
"channel_id": "UC123",
"channel_subscribers": 412000,
"thumbnail_url": "https://i.ytimg.com/...",
"view_count": 182400,
"like_count": 5430,
"comment_count": 211,
"duration": "PT12M34S",
"published_at": "2026-03-22T15:00:00Z",
"last_fetched_at": "2026-04-19T06:05:22Z",
"created_at": "2026-03-23T08:01:00Z"
}
],
"next_cursor": null
}