跳转到主要内容
GET
List Scraper Studio scrapers
使用 GET /dca/collectors_list 获取您账户中可用的 Bright Data Scraper Studio 爬虫。响应包含爬虫 ID、名称、活动状态、投递配置、最近运行时间,以及可用时的输出模式。
使用该端点发现账户中的爬虫 id 值,然后在触发爬虫时将某个 id 作为 collector 参数传入。

搜索爬虫

使用 search 查询参数,仅返回名称与搜索词匹配的爬虫,例如 ?search=amazon。省略 search 则返回账户中的所有爬虫。

何时使用该端点

  • 在触发批量或实时作业前查找爬虫的 id
  • 构建一个列出账户中所有爬虫的选择器
  • 审计哪些爬虫处于 active 状态以及哪些已运行过(last_run
  • 读取 output_schema,在解析记录前映射返回的字段

错误

相关

授权

Authorization
string
header
必填

Use your Bright Data API Key as a Bearer token in the Authorization header.

How to authenticate:

  1. Obtain your API Key from the Bright Data account settings at https://brightdata.com/cp/setting/users
  2. Include the API Key in the Authorization header of your requests
  3. Format: Authorization: Bearer YOUR_API_KEY

Example:

Learn how to get your Bright Data API key: https://docs.brightdata.com/api-reference/authentication

查询参数

Filters the scraper list by the provided search term.

示例:

"amazon"

响应

200 - application/json

A paginated list of Scraper Studio scrapers.

total
integer

Total number of scrapers matching the request.

offset
integer

Zero-based index of the first scraper returned.

limit
integer

Maximum number of scrapers returned in the response.

data
object[]

List of scraper objects.