MCPcopy
hub / github.com/firecrawl/firecrawl / MapOptions

Class MapOptions

apps/python-sdk/firecrawl/v2/types.py:912–922  ·  view source on GitHub ↗

Options for mapping operations.

Source from the content-addressed store, hash-verified

910
911# Map types
912class MapOptions(BaseModel):
913 """Options for mapping operations."""
914
915 search: Optional[str] = None
916 sitemap: Literal["only", "include", "skip"] = "include"
917 include_subdomains: Optional[bool] = None
918 ignore_query_parameters: Optional[bool] = None
919 limit: Optional[int] = None
920 timeout: Optional[int] = None
921 integration: Optional[str] = None
922 location: Optional["Location"] = None
923
924
925class MapRequest(BaseModel):

Callers 5

test_fieldsMethod · 0.90
mapMethod · 0.70
mapMethod · 0.70

Calls

no outgoing calls

Tested by 3

test_fieldsMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…