# Get the next new video for a keyword — YouTube Botize method — `youtube.new_search_video` (trigger). Given a keyword, it allows searching for videos on YouTube. This is a trigger: it starts the task. A task has exactly one. ## Fields you set The field's internal name, its type and the values it accepts. These fields accept `{{...}}` tags from earlier steps. - `keyword` *(string)* — Keyword ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{title}}` *(text)* — Title - `{{description}}` *(text)* — Description - `{{published_at}}` *(date)* — Published date - `{{link}}` *(url)* — Video URL - `{{channel_title}}` *(text)* — Channel title - `{{thumbnail}}` *(file)* — Video thumbnail - `{{video_id}}` *(text)* — Video Id ## Account Needs a connected YouTube account in Botize: https://botize.com/en/app/youtube/authenticate ## This app Every trigger and action for YouTube: https://botize.com/en/app/youtube.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/method/youtube/new_search_video