Short answer: You can get firecrawl agent result in Firecrawl by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Firecrawl Get Firecrawl Agent Result action to a workflow, map its 1 input 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 |
|---|---|---|---|
Agent Job ID agent_id | string | Required | The agent job id returned by Run Agent (the `id` field of that op's response). |
{"agent_id": "e.g. 019e216a-e71f-753c-b876-7230fa0a6cd4"}
{"data": {"title": "I Moved My Digital Stack to Europe"},"model": "spark-1-pro","status": "completed","success": true,"expiresAt": "2026-05-14T12:58:46.741Z","creditsUsed": 0}
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.