Short answer: You can map site in Tavily by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Tavily Map Site 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 |
|---|---|---|---|
Starting URL url | string | Required | Starting URL (required) |
Max Depth max_depth | string | Optional | Max Depth |
URL Limit limit | string | Optional | URL Limit |
{"url": "e.g. https://example.com/path","max_depth": "{{trigger.max_depth}}","limit": "{{trigger.limit}}"}
{"results": ["https://example.com/p1","https://example.com/p2"],"base_url": "https://example.com"}
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.