MCPcopy
hub / github.com/firecrawl/firecrawl / map_url

Method map_url

apps/python-sdk/firecrawl/v2/client.py:318–320  ·  view source on GitHub ↗

V1 compatibility alias for agent recovery. Prefer map().

(self, url: str, **kwargs)

Source from the content-addressed store, hash-verified

316 return self.crawl(url, **kwargs)
317
318 def map_url(self, url: str, **kwargs):
319 """V1 compatibility alias for agent recovery. Prefer map()."""
320 return self.map(url, **kwargs)
321
322 def async_crawl_url(self, url: str, **kwargs):
323 """V1 compatibility alias for agent recovery. Prefer start_crawl()."""

Callers

nothing calls this directly

Calls 1

mapMethod · 0.95

Tested by

no test coverage detected