Back to YouTube
TikHub·YouTube
YouTube Web V2: General search (raw data, recommend V2)
/api/v1/youtube/web_v2/get_general_searchsync$0.0015 / callYouTube comprehensive search with multiple filter options for precise result filtering (TikHub · YouTube Web V2)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| search_query | string | yes | Search keyword |
| language_code | string | — | Language code (default "zh-CN") |
| country_code | string | — | Country code (default "US") |
| time_zone | string | — | LosAngeles, Asia / Time zone (default "America/Los_Angeles") |
| upload_time | string | — | | Upload time filter |
| duration | string | — | | Duration filter |
| content_type | string | — | | Content type filter |
| feature | string | — | | Feature filter |
| sort_by | string | — | | Sort by |
| continuation_token | string | — | Pagination token |
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_general_search","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.