POST
firecrawl_crawl_params_preview.py
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Preview crawl parameters generated from a natural language prompt.
from charter.packs import firecrawl
result = await firecrawl.crawl_params_preview.ainvoke({"url": ..., "prompt": ...})
| Field | Type | Description |
|---|---|---|
url * | string | The URL to crawl |
prompt * | string | Natural language prompt describing what you want to crawl max length 10000 |
Was this page helpful?