AI Scraper Studio API 是一组端点,允许你使用 AI 创建 Scraper Studio 爬虫并使用自我修复工具更新现有爬虫,无需使用 UI。本页说明了应该调用哪个端点以及调用顺序。 两个流程都是异步的:你启动一个 AI 任务,然后检查其进度直到完成。Documentation Index
Fetch the complete documentation index at: https://docs.brightdata.com/llms.txt
Use this file to discover all available pages before exploring further.
工作流 1:使用 AI 创建新爬虫
当你想让 AI 从头为目标网站生成爬虫(schema + 代码)时,请使用这些端点。-
创建爬虫实体
→ 创建爬虫模板 -
启动 AI 生成任务(schema + 代码)
→ 触发 AI Flow 以创建代码 -
轮询直到 AI 任务完成并返回结果
→ AI 任务进度