# Extract the next new article based on keyword — Google News Botize method — `gnews.rss_keyword` (trigger). Search for news articles based on specific keywords. 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 - `tags` *(string)* — Only articles containing all this tags - `country_params` *(string, one of: "hl=es&gl=ES&ceid=ES:es"; "hl=es-419&gl=MX&ceid=MX:es-419"; "hl=en-US&gl=US&ceid=US:en"; "hl=fr&gl=FR&ceid=FR:fr"; "hl=it&gl=IT&ceid=IT:it"; "hl=ja&gl=JP&ceid=JP:ja")* — Language - Country ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{created_at}}` *(date)* — Created at - `{{title}}` *(text)* — Article Title - `{{link}}` *(url)* — Article URL - `{{description}}` *(text)* — Article Description - `{{guid}}` *(text)* — GUID ## This app Every trigger and action for Google News: https://botize.com/en/app/gnews.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/gnews/rss_keyword