Short answer: You can serper image search in Serper by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Serper Serper Image 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 |
Num Results num | string | Optional | Num Results |
{"q": "{{trigger.q}}","gl": "{{trigger.gl}}","num": "{{trigger.num}}"}
{"images": [{"title": "T","source": "x.com","imageUrl": "https://x.com/i.jpg","thumbnailUrl": "https://x.com/t.jpg"}]}
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.