Short answer: You can web search in Tavily by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Tavily Web Search action to a workflow, map its 5 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 query | string | Required | Search query |
Depth search_depth | options | Optional | Depth. Options: Basic (fast), Advanced (thorough) |
Max Results max_results | string | Optional | 5 |
Topic topic | options | Optional | Topic. Options: General, News, Finance |
Include Answer Summary include_answer | options | Optional | Include Answer Summary. Options: Yes, No |
{"query": "e.g. latest news on quantum computing","search_depth": "{{trigger.search_depth}}","max_results": "5","topic": "{{trigger.topic}}","include_answer": "{{trigger.include_answer}}"}
{"query": "quantum computing","answer": "Recent advances in quantum computing include...","results": [{"url": "https://example.com","score": 0.95,"title": "Title","content": "..."}]}
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.