Y
YouTube
/search
Search videos
Search YouTube videos, channels or playlists.
needs keyunknown
youtubesearchvideo
$0.00050
per result + $0.003 call
plus $0.001 platform fee per run
Bring your own YouTube key: provider portion drops to $0.
Not enabled on this deployment yet. Connect your own key to use it now.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run youtube /search for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | Query |
| type | string | video, channel, playlist default "video" |
| limit | number | Max (50) default 10 |
| order | string | relevance, date, viewCount default "relevance" |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"youtube","endpoint":"/search","input":{"query":"...","type":"video","limit":10,"order":"relevance"}}'cli
npx cracked-ai run -p youtube -e /search -i '{"query":"...","type":"video","limit":10,"order":"relevance"}'mcp
run_tool({ provider: "youtube", endpoint: "/search", input: {"query":"...","type":"video","limit":10,"order":"relevance"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.
Provider not enabled: the run returns a 503 with instructions.