Benchmarks
Proof surfaces for speed and output quality
Use benchmark-style sections, structured outputs, and operator cues instead of decorative product storytelling.
Trusted by developer teams building agents, automations, and web-native tooling
AGENTS
SEARCH
SCRAPE
RAG
AUTOMATION
BROWSER
AGENTS
SEARCH
SCRAPE
RAG
AUTOMATION
BROWSER
Developer First
Built for developers
The code surface should look like a real operator workflow, not placeholder SDK marketing.
1
# pip install firecrawl-py
2
from firecrawl import FirecrawlApp
3
4
app = FirecrawlApp(api_key="fc-***")
5
6
# Search, scrape, then hand clean markdown to your agent
7
result = app.scrape_url("https://firecrawl.dev")
8
print(result["markdown"])