Firecrawl API
Firecrawl 网页抓取接口
Web scraping and crawling API optimized for AI. Converts web pages into clean markdown or structured data.
专为 AI 优化的网页抓取和爬取工具,将网页转为干净 Markdown 或结构化数据。
Website
Documentation
Pricing
free tier (500 pages/mo), paid plans
Authentication
- API Key
Rate Limit
500 pages/mo (free tier)
Popularity
77/100
Endpoints
https://api.firecrawl.dev/v1/scrape
https://api.firecrawl.dev/v1/crawl
SDKs
PythonNode.jsGocurl
Key Features
- ◆Web scraping for AI agents
- ◆Converts pages to clean Markdown
- ◆Supports JS-rendered pages
- ◆Crawl entire websites
- ◆Free tier available
Code Examples
Scrape a URL to Markdownbash
curl https://api.firecrawl.dev/v1/scrape \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $FIRECRAWL_API_KEY" \
-d '{"url": "https://example.com", "formats": ["markdown"]}'Tags
scrapingcrawlingwebmarkdown
Last updated: 2026-07-28
Similar APIs
Tavily Search API
★95AI-native search engine optimized for LLMs and AI agents. Real-time web data with structured results.
Serper API
★90Fast Google Search API with rich SERP data including knowledge graph, shopping, and organic results.
Brave Search API
★88Independent search index API with web, news, image, and video results. Privacy-focused.
Jina AI API
★80Universal AI services: embeddings (8K+ dimensions), Reader API for web content, and segmentation.
Something wrong or missing? Open an issue on GitHub →
Pricing Comparison
| API | Pricing | Auth | Popularity |
|---|---|---|---|
| Tavily Search API | free tier (1000 credits/mo), pay-as-you-go | API Key | 95 |
| Serper API | free tier (2500 queries), pay-as-you-go from $50/mo | API Key | 90 |
| Brave Search API | free tier (2000 queries/mo), paid plans | API Key | 88 |
| Exa Search API | free tier (1000 queries/mo), paid plans | API Key | 82 |
Get Started with Firecrawl API
Click below to visit the official website and start using this API.
Visit Firecrawl API →Discussion
Questions, feedback, or suggestions? Start a discussion.
Discuss on GitHub