日本語
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>" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
バッチスクレイピングジョブのID
成功時のレスポンス
エラーが発生したスクレイピングジョブとエラーの詳細
表示 子属性
スクレイピングを試行したが、robots.txt によってブロックされた URL の一覧