All sites
Data API
YouTube Data API
Videos, channels, playlists, comments and search from YouTube.
40endpointsRate Limit handled for you
Example
youtube.com
ExampleJSON responseclick the page to trace a field
{
"sound_id": "8xg3vE8Ie_7nn4CJi5Z0000",
"results": [
{
"id": "abc123XYZ90",
"title": "Dance challenge with this sound",
"channel": null,
"published": null,
"duration": null,
"views": "3.4M views",
"thumbnail": "https://i.ytimg.com/vi/abc123XYZ90/oardefault.jpg",
"is_short": true,
"url": "https://www.youtube.com/shorts/abc123XYZ90",
"scraped_at": "2026-08-10T21:05:13.482911+00:00"
}
]
}
GET
/v1/data/youtube/shorts/by_sound/{sound_id}1 credit / runShorts by Sound
Shorts using a given sound.
Handled for you:Rate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| sound_id | string | yes | Sound id. |
| Advanced filters | |||
| continuation | string | no | Token. |