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.
| 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). |
| search | Search the web and return ranked results (title, url, snippet). |
| extract | Extract structured JSON from a page using an LLM and a schema. |
| screenshot | Capture a full-page screenshot of a URL as base64 PNG. |
| Render a URL to PDF (base64). | |
| parse | Parse a PDF document into clean, LLM-ready markdown. |
| monitor_create | Create a monitor — scheduled re-scrape of a URL with change detection. |
| monitor_list | List your monitors with last run status. |
| monitor_run | Run a monitor immediately (1 credit on success). |
| monitor_delete | Delete a monitor (irreversible). |