Back to YouTube
TikHub·YouTube

YouTube Web V2: Shorts search (raw data, recommend V2)

/api/v1/youtube/web_v2/get_shorts_searchsync$0.0015 / call

YouTube Shorts specialized search using native YouTube API (TikHub · YouTube Web V2)

Input
FieldTypeRequiredDescription
search_querystringyesSearch keyword
language_codestringLanguage code (default "en-US")
country_codestringCountry code (default "US")
time_zonestringLosAngeles, Asia / Time zone (default "America/Los_Angeles")
upload_timestring| Upload time filter for Shorts
sort_bystring| Sort by for Shorts
continuation_tokenstringPagination token
filter_mixed_contentbooleanFilter mixed content (long videos), default True (default true)

Run it

curl -s https://www.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","input":{}}'

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