A single API to fetch HTML from any website — even the ones that fight back. Built for AI agents. 2× cheaper than Firecrawl.
curl -X POST https://api.flarecrawl.com/v1/scrape \
-H "apikey: fc_live_xxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com"}'<!doctype html> <html> <head><title>Example Domain</title></head> <body>...</body> </html>
from flarecrawl import FlareCrawl
client = FlareCrawl(api_key="fc_live_xxx")
result = client.scrape("https://example.com")
print(result["html"][:200])import { FlareCrawl } from "flarecrawl";
const client = new FlareCrawl({ apiKey: "fc_live_xxx" });
const { html } = await client.scrape("https://example.com");Start fast, no card required, reach the first successful HTML response.
For solo builders proving real agent workflows.
For shipping production integrations with predictable demand.
For teams that need high-volume HTML retrieval and room to scale.
For serious production traffic, admin control, and operational visibility.
| Capability | FlareCrawl | Self-managed |
|---|---|---|
| Anti-bot bypass | ✓ | Manual setup |
| CAPTCHA solving | ✓ | Extra service |
| JS rendering | ✓ | Headless browser |
| Proxy rotation & retries | ✓ | Your code |
| Browser fingerprinting | ✓ | Not available |
| Zero setup / maintenance | ✓ | Not available |
| Pay per success only | ✓ | Pay for bandwidth |
500 free credits. No card required. Sign in and get your API key now.