Short answer: You can serper google search in Serper by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Serper Serper Google Search action to a workflow, map its 4 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 | us, in, uk |
Language hl | string | Optional | Language |
Num Results num | string | Optional | Num Results |
{"q": "{{trigger.q}}","gl": "us, in, uk","hl": "{{trigger.hl}}","num": "{{trigger.num}}"}
{"organic": [{"link": "https://example.com","title": "Title","snippet": "..."}],"answerBox": {"answer": "..."}}
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.