channels_findCreators
Find creator channels from video mentions using a search query, filtered by subscriber count and recent upload activity.
Instructions
Find creator channels from video mentions with subscriber band and recent activity filters in one call
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | No | Search ordering such as relevance or date | |
| query | Yes | Search query such as a game name or topic mention | |
| sortBy | No | Optional ranking mode such as relevance, indie_priority, subscribers_asc, subscribers_desc, or recent_activity | |
| maxResults | No | Maximum number of video matches to scan before channel enrichment | |
| creatorOnly | No | Only include channels heuristically classified as creators | |
| videoPublishedAfter | No | Only include matched videos published after this ISO 8601 date | |
| videoPublishedBefore | No | Only include matched videos published before this ISO 8601 date | |
| channelMaxSubscribers | No | Maximum subscriber count for returned creator channels | |
| channelMinSubscribers | No | Minimum subscriber count for returned creator channels | |
| channelLastUploadAfter | No | Only include channels whose latest upload is after this ISO 8601 date | |
| sampleVideosPerChannel | No | How many matched video samples to include per returned channel | |
| channelLastUploadBefore | No | Only include channels whose latest upload is before this ISO 8601 date |