DELETE
firecrawl_scrape_interact_stop.py
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Stop the interactive browser session associated with a scrape job.
from charter.packs import firecrawl
result = await firecrawl.scrape_interact_stop.ainvoke({"jobId": ...})
| Field | Type | Description |
|---|---|---|
jobId * | string | The scrape job ID |
Was this page helpful?