curl --request GET \
--url https://youtube-scraper-api-v21.p.rapidapi.com/api/v1/trending/artist \
--header 'x-rapidapi-key: <api-key>'{
"data": {
"contents": [
{
"artistId": "UCLH5ojAg1XIyxcOCazK4n-Q",
"name": "Alka Yagnik",
"avatar": {
"url": "https://lh3.googleusercontent.com/_wPXKRCH5rAX8AK1kJZ1bNhSpNyyEgBRNmREdPmLbvTy3sX_ldiKMRYFc5uChygV_KRx_SDrH1KgUifk",
"width": 0,
"height": 0
},
"views": 476109500,
"position": {
"currentPosition": 1,
"previousPosition": 1,
"percentViewsChange": -0.006110331,
"periodsOnChart": 480
},
"channelId": "UCLH5ojAg1XIyxcOCazK4n-Q",
"url": "https://www.youtube.com/channel/UCLH5ojAg1XIyxcOCazK4n-Q"
}
]
},
"message": "Success",
"statusCode": 200,
"pagination": {
"total": 100,
"hasMore": true,
"continuation": "CDsQ8FsiEwje95_F1pmRAxXlsykDHUX"
}
}Get trending artists based on geographical location
curl --request GET \
--url https://youtube-scraper-api-v21.p.rapidapi.com/api/v1/trending/artist \
--header 'x-rapidapi-key: <api-key>'{
"data": {
"contents": [
{
"artistId": "UCLH5ojAg1XIyxcOCazK4n-Q",
"name": "Alka Yagnik",
"avatar": {
"url": "https://lh3.googleusercontent.com/_wPXKRCH5rAX8AK1kJZ1bNhSpNyyEgBRNmREdPmLbvTy3sX_ldiKMRYFc5uChygV_KRx_SDrH1KgUifk",
"width": 0,
"height": 0
},
"views": 476109500,
"position": {
"currentPosition": 1,
"previousPosition": 1,
"percentViewsChange": -0.006110331,
"periodsOnChart": 480
},
"channelId": "UCLH5ojAg1XIyxcOCazK4n-Q",
"url": "https://www.youtube.com/channel/UCLH5ojAg1XIyxcOCazK4n-Q"
}
]
},
"message": "Success",
"statusCode": 200,
"pagination": {
"total": 100,
"hasMore": true,
"continuation": "CDsQ8FsiEwje95_F1pmRAxXlsykDHUX"
}
}API Key
Country code for trending artists/ filter by country
global, us, ar, au, at, be, bo, br, ca, cl, co, cr, cz, dk, do, ec, eg, sv, ee, fi, fr, de, gt, hn, hu, is, in, id, ie, il, it, jp, ke, lu, mx, nl, nz, ni, ng, no, pa, py, pe, pl, pt, ro, ru, sa, rs, za, kr, es, se, ch, tz, tr, ug, ua, ae, gb, uy, zw "global"
Filter by date, format: YYYYMMDD
"20251106"
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?