List Scraper Studio scrapers
爬虫与作业列表
列出 Scraper Studio 爬虫
使用 GET /dca/collectors_list 获取账户中的 Scraper Studio 爬虫,包含每个爬虫的 ID、名称、活动状态、投递配置和输出模式。
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,在解析记录前映射返回的字段
错误
相关
授权
Use your Bright Data API Key as a Bearer token in the Authorization header.
How to authenticate:
- Obtain your API Key from the Bright Data account settings at https://brightdata.com/cp/setting/users
- Include the API Key in the Authorization header of your requests
- 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"