POST
firecrawl_scrape_interact.py
from charter.packs import firecrawl
result = await firecrawl.scrape_interact.ainvoke({"jobId": ..., "code": ...})
Path parameters
| Field | Type | Description |
|---|---|---|
jobId * | string | The scrape job ID |
Body
| Field | Type | Description |
|---|---|---|
code * | string | Code to execute in the scrape-bound browser sandbox min length 1; max length 100000 |
language | "python" | "node" | "bash" | Language of the code to execute. Use node for JavaScript or bash for agent-browser CLI commands. The server applies ‘node’ when this is absent. |
timeout | integer | Execution timeout in seconds. The server applies 30 when this is absent. ≥ 1; ≤ 300 |
origin | string | Optional origin label used for execution telemetry |