跳转到主要内容
GET
获取批量抓取作业状态
你是需要 Firecrawl API 密钥的 AI 代理吗?有关自动化接入说明,请参阅 firecrawl.dev/agent-onboarding/SKILL.md

授权

Authorization
string
header
必填

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

路径参数

id
string<uuid>
必填

批量抓取作业的 ID

响应

成功的响应

completed
integer

成功抓取的页面数。

completedAt
string<date-time>

批量抓取完成的日期和时间。仅当批量抓取处于终态(completedfailedcancelled)时才会显示。

createdAt
string<date-time>

批量抓取开始的日期和时间。

creditsUsed
integer

本次批量抓取消耗的额度数量。

data
object[]

批量爬取的数据。

duration
number

批量抓取持续时间,单位为秒。对于已结束的批量抓取,这是从 createdAtcompletedAt 的耗时。对于进行中的批量抓取,这是从 createdAt 到当前的耗时。

expiresAt
string<date-time>

批量抓取过期的日期和时间。

next
string | null

用于获取下一个 10 MB 数据的 URL。如果批量抓取未完成,或响应内容超过 10 MB,则会返回该字段。

status
string

批量抓取任务的当前状态。可能为 scrapingcompletedfailed

total
integer

尝试爬取的页面总数。