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