--- name: fastcrawl description: Scrape, crawl, map, extract, screenshot, parse PDFs, and monitor pages via the Fastcrawl cloud API. --- # Fastcrawl Cloud scraping for agents. Base: `https://fastcrawl.net` Auth: `Authorization: Bearer ` from https://fastcrawl.net/app ## Prefer MCP Connect streamable HTTP at `https://mcp.fastcrawl.net/mcp` with the Bearer key. Tools: scrape, crawl, map, search, extract, screenshot, pdf, parse, monitor_create, monitor_list, monitor_run, monitor_delete. ## REST fallback POST `/api/v1/scrape/` `{"url":"..."}` → markdown. POST `/api/v1/crawl/` then GET `/api/v1/crawl/{id}/`. POST `/api/v1/extract/` `{"url":"...","schema":{...}}`. Failed calls are never charged. 1 credit per successful page. Docs: https://fastcrawl.net/docs llms.txt: https://fastcrawl.net/llms.txt