cURL
curl --request GET \ --url https://api.firecrawl.dev/v2/batch/scrape/{id}/errors \ --header 'Authorization: Bearer <token>'
{ "errors": [ { "id": "<string>", "timestamp": "<string>", "url": "<string>", "error": "<string>" } ], "robotsBlocked": [ "<string>" ] }
如果你是需要 Firecrawl API 密钥的 AI 代理,请参阅 firecrawl.dev/agent-onboarding/SKILL.md 了解自动化入门说明。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
批量抓取任务的 ID
成功的响应
出错的抓取任务和错误详情
Show child attributes
尝试抓取但被 robots.txt 阻止的 URL 列表