> ## Documentation Index
> Fetch the complete documentation index at: https://docs.firecrawl.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# 批量抓取完成

> 当批量抓取中的所有 URL 均已处理完成时发送的 Webhook 事件。

有关 payload 示例、配置和重试行为，请参见 [Webhook 事件类型](/zh/webhooks/events#batch_scrapecompleted) 和 [Webhook 概览](/zh/webhooks/overview)。


## OpenAPI

````yaml zh/api-reference/webhooks-openapi.json webhook batchScrapeCompleted
openapi: 3.1.0
info:
  title: Firecrawl Webhooks
  version: v2
servers: []
security: []
paths: {}

````