github: https://github.com/firecrawl/firecrawl
文档: https://docs.firecrawl.dev/introduction
安装:
git clone https://github.com/firecrawl/firecrawl.git
cd firecrawl
docker compose up -d
测试是否成功
curl -X GET http://localhost:3002/test
API test:
如果你想测试 /crawl 端点,可以运行以下命令:
curl -X POST http://localhost:3002/v2/crawl \-H 'Content-Type: application/json' \-d '{"url": "https://docs.firecrawl.dev"}'