The Bright Data Partner connector is developed and maintained by Bright Data. Customer support is handled through the Boomi Support Portal, where tickets are triaged to Bright Data.
Which object types are supported
The connector supports the following object types, each accessed via the Execute action:Prerequisites
Before you begin, ensure you have:- A valid Bright Data account
- An API key generated from the Bright Data Control Panel with permissions for the services you intend to use
Connect your Bright Data account
1
Open the Connection configuration
In your Boomi process, add a new Bright Data Partner connector component and navigate to the Connection tab.
2
Set the Base URL
Enter the Bright Data API base URL:Customize this value only if you need to point to a different endpoint, such as for testing or regional deployments.
3
Enter your API key
Paste your Bright Data API key into the API Token field (Boomi’s connector UI labels it this way). The connector uses this key for Bearer authentication.
4
Test the connection
Click Test Connection to verify your settings. If the test succeeds, save the connection. If it fails, review your Base URL and API key, then test again.
Configure an operation
Each operation defines how the connector interacts with a specific Bright Data object. Create a separate operation component for each action/object combination your integration requires. All object types use the Execute action.Options tab fields
How each object type behaves
How the Dataset object works
The connector operates in one of two modes depending on whether asnapshot_id is present:
- Mode A (Filter): No
snapshot_idprovided. Filters marketplace datasets based on your query parameters. - Mode B (Snapshot): A
snapshot_idstarting withsnap_is provided. The connector polls every 10 seconds, up to 25 retries, until the snapshot is ready.
How the Scraper object works
- Mode A (Trigger): No
snapshot_idprovided. Submits a new scraping job and returns asnapshot_id. - Mode B (Snapshot): A
snapshot_idstarting withs_is provided. The connector polls for completion and downloads results.
How the Unlocker object works
Requires aurl parameter to bypass website restrictions. Supports method, country, and body parameters.
How the SERP object works
Requiresengine and query parameters. Supports multiple engines in a single request using a comma-separated list.
The connector returns all data in JSON format. If the underlying API returns non-JSON content such as HTML or CSV, the connector wraps the raw content in a JSON structure for consistent processing in Boomi.