> ## 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.

# 抓取已启动

> 爬取任务开始处理时发送的 Webhook 事件。

有关 payload 示例、配置和重试行为，请参见 [Webhook Event Types](/zh/webhooks/events#crawlstarted) 和 [Webhook Overview](/zh/webhooks/overview)。


## OpenAPI

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

````