Fastcrawl

Cloud scraping & crawling API for AI agents.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • Scrape: Scrape a URL and return clean, LLM-ready markdown. Renders JavaScript. Set waitFor (ms) for heavy SPAs. Use formats: ['json'] for structured data extraction.
  • Crawl: Crawl a website breadth-first (parallel). Returns a job id; poll GET /api/v1/crawl/{id}/ for the result.
  • Map: Discover URLs on a website (sitemap + page links).

What data it sees

Do you need an account

No: the server works without sign-in

Cloud scraping & crawling API for AI agents. Turn any URL into clean, LLM-ready markdown, or crawl, map, search and extract a whole site — JavaScript rendering included. Free tier with 2,000 credits/month, no card. One API key works across REST and MCP.

Server tool list (12)

Raw names from tools/list. Only developers need these.

scrapeScrape a URL and return clean, LLM-ready markdown. Renders JavaScript. Set waitFor (ms) for heavy SPAs. Use formats: ['json'] for structured data extraction.
crawlCrawl a website breadth-first (parallel). Returns a job id; poll GET /api/v1/crawl/{id}/ for the result.
mapDiscover URLs on a website (sitemap + page links).
searchSearch the web and return ranked results (title, url, snippet).
extractExtract structured JSON from a page using an LLM and a schema.
screenshotCapture a full-page screenshot of a URL as base64 PNG.
pdfRender a URL to PDF (base64).
parseParse a PDF document into clean, LLM-ready markdown.
monitor_createCreate a monitor — scheduled re-scrape of a URL with change detection.
monitor_listList your monitors with last run status.
monitor_runRun a monitor immediately (1 credit on success).
monitor_deleteDelete a monitor (irreversible).