ARTICLE DETAIL

资讯详情

深耕网站建设与运营推广的一线实战洞察。

firecrawl 私有部署(test)

firecrawl 私有部署(test)

 

 

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"}'

 


 

返回列表