← All integrations

Bright Data

Bright Data integration (Data, Developer Tools). Imported from open-connector.

API key6 native toolsIcon fallback
This catalogue entry describes the current repository definition. Availability, scopes, and production readiness should be confirmed during private-beta onboarding.

Native tools

GET
bright_data_get_account_status
Fetch the Bright Data account status for the connected API key and return account request capability metadata.

/status

GET
bright_data_list_datasets
List Bright Data marketplace dataset IDs available to the connected account.

/datasets/list

GET
bright_data_get_dataset_metadata
Fetch Bright Data marketplace dataset field metadata for a dataset ID.

/datasets/{datasetId}/metadata

1 parameter
ParamTypeRequiredDescription
datasetIdstringrequiredThe Bright Data dataset identifier.
GET
bright_data_list_dataset_views
List Bright Data dataset views available to the connected account.

/datasets/views

GET
bright_data_get_snapshot_metadata
Fetch metadata for a Bright Data marketplace dataset snapshot.

/datasets/snapshots/{snapshotId}

1 parameter
ParamTypeRequiredDescription
snapshotIdstringrequiredThe Bright Data snapshot identifier.
GET
bright_data_get_snapshot_parts
Fetch the number of delivery parts for a ready Bright Data marketplace dataset snapshot.

/datasets/snapshots/{snapshotId}/parts

4 parameters
ParamTypeRequiredDescription
snapshotIdstringrequiredThe Bright Data snapshot identifier.
formatstringoptionalThe snapshot delivery format.
compressbooleanoptionalWhether the corresponding snapshot download uses gzip compression.
batchSizeintegeroptionalThe record count used for each response batch.
Request private-beta access