YouTube
Search
YouTube search results: videos, channels, playlists and shorts, plus the related searches and 'people also watched' shelves.
GET
/v1/youtube/search10 creditsParameters
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | required | Search terms, e.g. "best laptop 2025". |
| device | string | optional | Layout to render. One of: desktop, mobile. |
| sp | string | optional | YouTube's own filter/sort/pagination token, taken from a previous response. |
| hl | string | optional | Interface language, default "en". |
| gl | string | optional | Country code for ranking, default "us". |
Request
curl --request GET 'https://data-api.roketfy.com/v1/youtube/search?q=%3Cq%3E' \
--header 'Authorization: Bearer YOUR_TOKEN'MCP
Available to AI agents as the tool youtube_search, with the same parameters and the same credit cost.