Short answer: You can serper google news search in Serper by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Serper Serper Google News Search action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Query q | string | Required | Query (required) |
Country gl | string | Optional | Country |
Time Range tbs | string | Optional | qdr:d (past day), qdr:w (week) |
{"q": "{{trigger.q}}","gl": "{{trigger.gl}}","tbs": "qdr:d (past day), qdr:w (week)"}
{"news": [{"date": "1 hour ago","link": "https://example.com","title": "Title","snippet": "..."}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.