Back to YouTube
TikHub·YouTube

YouTube Web V2: Shorts search V2

/api/v1/youtube/web_v2/get_shorts_search_v2sync$0.003 / call

Search specifically for YouTube Shorts. Returns cleaned structured data (compared to getshortssearch which returns raw data). Automatically filters non-Shorts content, returns only short videos. Supports pagination (TikHub · YouTube Web V2)

Input
FieldTypeRequiredDescription
keywordstringSearch keyword (required for first request)
continuation_tokenstringContinuation token for next page
upload_datestringUpload date filter
sort_bystringSort by

Run it

curl -s https://sooma.dev/v1/run \ -H "Authorization: Bearer $SOOMA_API_KEY" \ -H "Content-Type: application/json" \ -d '{"provider":"tikhub","endpoint":"/api/v1/youtube/web_v2/get_shorts_search_v2","input":{}}'

Or ask your agent: it will call inspect for this schema and run it over MCP.