# Extract a list of news — Google News Botize method — `gnews.multiple_news` (action). Retrieves a list of news filtered by keyword, tags, and a maximum lifespan limit. This is an action: it runs as a step of a task. Several can be chained. ## 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 - `news_max_lifetime_minutes` *(string, one of: "10"; "30"; "60"; "120"; "360"; "720"; "1440"; "1080")* — Max Lifetime (minutes) - `max_results` *(string)* — Maximum number of news articles to retrieve (from 1 to 20) - `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. - `{{news}}` *(array)* — List of news - `{{total}}` *(int)* — Total number of news ## 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/multiple_news