Short answer: You can serper google videos search in Serper by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Serper Serper Google Videos 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}}"}
{"videos": [{"link": "https://youtube.com/watch?v=abc","title": "T","channel": "C","duration": "5:00"}]}
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.