メインコンテンツへスキップ
GET
/
batch
/
scrape
/
{id}
/
errors
バッチスクレイピングジョブで発生したエラーを取得する
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>"
  ]
}

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

パスパラメータ

id
string<uuid>
必須

バッチスクレイピングジョブのID

レスポンス

成功時のレスポンス

errors
object[]

エラーが発生したスクレイピングジョブとエラーの詳細

robotsBlocked
string[]

スクレイピングを試行したが、robots.txt によってブロックされた URL の一覧