MCPcopy
hub / github.com/firecrawl/firecrawl / FormData

Interface FormData

apps/ui/ingestion-ui/src/components/ingestion.tsx:25–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23const FIRECRAWL_API_KEY = "fc-YOUR_API_KEY"; // Replace with your actual API key
24
25interface FormData {
26 url: string;
27 crawlSubPages: boolean;
28 limit: string;
29 maxDepth: string;
30 excludePaths: string;
31 includePaths: string;
32 extractMainContent: boolean;
33}
34
35interface CrawlerOptions {
36 includes?: string[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…