crawl_result = firecrawl_app.crawl_url(
"https://pytorch.org/docs/stable",
params={"crawlerOptions": {"maxDepth": 10_000, "limit": 10_000}}
)
crawl_result = firecrawl_app.crawl_url(
"https://pytorch.org/docs/stable",
params={"crawlerOptions": {"maxDepth": 10_000, "limit": 10_000}}
)