List Scraper Studio scrapers
List scrapers & jobs
List Scraper Studio scrapers
GET /dca/collectors_list returns the Scraper Studio scrapers in your account, with each scraper’s ID, name, active status, delivery config and output schema.
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 thesearch 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
idof a scraper before triggering a batch or real-time job - Build a picker that lists every scraper in your account
- Audit which scrapers are
activeand which have run before (last_run) - Read the
output_schemato map returned fields before parsing records
Errors
Related
- List Jobs: list the jobs a scraper has run
- Trigger async batch collection: pass the scraper
idas thecollectorparameter - Job data: job-level metadata for a triggered scraper
- Receive batch data: download the records a scraper produced
Authorizations
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
Query Parameters
Filters the scraper list by the provided search term.
Example:
"amazon"