Skip to main content
GET
List Scraper Studio scrapers
Use GET /dca/collectors_list to retrieve the Bright Data Scraper Studio scrapers available in your account. The response includes scraper IDs, names, active status, delivery configuration, last run time and the output schema when available.
Use this endpoint to discover the scraper id values in your account, then pass an id as the collector parameter when you trigger a scraper.

Search scrapers

Use the search query parameter to return only scrapers whose name matches a search term, for example ?search=amazon. Omit search to return every scraper in the account.

When to use this endpoint

  • Look up the id of a scraper before triggering a batch or real-time job
  • Build a picker that lists every scraper in your account
  • Audit which scrapers are active and which have run before (last_run)
  • Read the output_schema to map returned fields before parsing records

Errors

Authorizations

Authorization
string
header
required

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

Query Parameters

Filters the scraper list by the provided search term.

Example:

"amazon"

Response

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.