curl --request GET \
--url https://youtube-scraper-api-v21.p.rapidapi.com/api/v1/trending/video \
--header 'x-rapidapi-key: <api-key>'{
"data": {
"contents": [
{
"author": {
"avatar": {
"url": "https://i.ytimg.com/vi/JednRKQYhC4/default.jpg",
"width": 120,
"height": 90
},
"name": "Alofoke Music"
},
"videoId": "JednRKQYhC4",
"channelId": "UCeDlzhpU8NZAlL1rsXp54zQ",
"thumbnails": [
{
"url": "https://i.ytimg.com/vi/JednRKQYhC4/default.jpg",
"width": 120,
"height": 90
},
{
"url": "https://i.ytimg.com/vi/JednRKQYhC4/mqdefault.jpg",
"width": 320,
"height": 180
},
{
"url": "https://i.ytimg.com/vi/JednRKQYhC4/hqdefault.jpg",
"width": 480,
"height": 360
},
{
"url": "https://i.ytimg.com/vi/JednRKQYhC4/sddefault.jpg",
"width": 640,
"height": 480
}
],
"publishedTimeText": "2 days ago",
"releaseDate": {
"year": 2025,
"month": 11,
"day": 29
},
"title": "MICHAEL FLORES X DANI BARRANCO X ALOFOKE MUSIC - AGUITA E COCO",
"duration": "2:22",
"songwriters": [],
"songProducers": [],
"url": "https://www.youtube.com/watch?v=JednRKQYhC4"
}
]
},
"message": "Success",
"statusCode": 200,
"pagination": {
"total": 100,
"hasMore": true,
"continuation": "CDsQ8FsiEwje95_F1pmRAxXlsykDHUX"
}
}Get trending videos based on geographical location
curl --request GET \
--url https://youtube-scraper-api-v21.p.rapidapi.com/api/v1/trending/video \
--header 'x-rapidapi-key: <api-key>'{
"data": {
"contents": [
{
"author": {
"avatar": {
"url": "https://i.ytimg.com/vi/JednRKQYhC4/default.jpg",
"width": 120,
"height": 90
},
"name": "Alofoke Music"
},
"videoId": "JednRKQYhC4",
"channelId": "UCeDlzhpU8NZAlL1rsXp54zQ",
"thumbnails": [
{
"url": "https://i.ytimg.com/vi/JednRKQYhC4/default.jpg",
"width": 120,
"height": 90
},
{
"url": "https://i.ytimg.com/vi/JednRKQYhC4/mqdefault.jpg",
"width": 320,
"height": 180
},
{
"url": "https://i.ytimg.com/vi/JednRKQYhC4/hqdefault.jpg",
"width": 480,
"height": 360
},
{
"url": "https://i.ytimg.com/vi/JednRKQYhC4/sddefault.jpg",
"width": 640,
"height": 480
}
],
"publishedTimeText": "2 days ago",
"releaseDate": {
"year": 2025,
"month": 11,
"day": 29
},
"title": "MICHAEL FLORES X DANI BARRANCO X ALOFOKE MUSIC - AGUITA E COCO",
"duration": "2:22",
"songwriters": [],
"songProducers": [],
"url": "https://www.youtube.com/watch?v=JednRKQYhC4"
}
]
},
"message": "Success",
"statusCode": 200,
"pagination": {
"total": 100,
"hasMore": true,
"continuation": "CDsQ8FsiEwje95_F1pmRAxXlsykDHUX"
}
}API Key
Country code for trending videos/ filter by country
us, ar, au, at, be, bo, br, ca, cl, co, cr, cz, dk, do, ec, eg, sv, ee, fi, fr, de, gt, hn, hk, hu, is, in, id, ie, il, it, jp, ke, lu, my, mx, nl, nz, ni, ng, no, pa, py, pe, ph, pl, pt, ro, ru, sa, rs, sg, za, kr, es, se, ch, tw, tz, th, tr, ug, ua, ae, gb, uy, vn, zw "us"
Geographical code
US, AE, AR, AT, AU, AZ, BD, BE, BG, BR, CA, CH, CL, CO, CZ, DE, DK, DO, DZ, EC, EG, ES, FI, FR, GB, GH, GR, GT, HK, HN, HR, HU, ID, IE, IL, IN, IQ, IT, JP, KE, KR, LB, LT, LV, MA, MX, MY, NG, NL, NO, NZ, PE, PH, PK, PL, PT, RO, RU, SA, SE, SG, TH, TR, TW, UA, VE, VN, ZA "US"
Language code
ar, az, bg, bn, cs, da, de, el, en, en-GB, en-IE, en-NZ, en-SG, es, es-419, fi, fil, fr, he, hi, hr, hu, id, it, ja, ko, lt, lv, ms, nl, no, pl, pt-BR, pt-PT, ro, ru, sv, th, tr, uk, ur, vi, zh-Hant "en"
Was this page helpful?