日本語
cURL
curl --request GET \ --url https://api.firecrawl.dev/v1/batch/scrape/{id}/errors \ --header 'Authorization: Bearer <token>'
{ "errors": [ { "id": "<string>", "timestamp": "<string>", "url": "<string>", "error": "<string>" } ], "robotsBlocked": [ "<string>" ] }
注記: エラー報告およびデバッグ機能が強化された新しい v2 版 API が利用可能です。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
バッチスクレイピングジョブのID
成功時のレスポンス
エラーが発生したスクレイピングジョブとエラー詳細
表示 子属性
スクレイピングを試みたが robots.txt によりブロックされた URL の一覧