Automate your web data workflows by integrating Bright Data with Lindy.ai. Learn how to connect APIs, trigger real-time data collection, and enhance business automation.
Expand to get your Bright Data Proxy Access Information
https://geo.brdtest.com/welcome.txt
.Some tools use popular search engines (like google.com) as a default test target. Bright Data will block those requests and you tool will show proxy error although your proxy is perfectly fine.If your proxy test fails, this is probably the reason. Make sure that your test domain is not a search engine (this is done in the tool configuration, and not controlled by Bright Data).Prerequisites
Choose and Configure Your Bright Data API
🔗 Example API endpoint (DCA):
Get Your Bright Data API Key
Create a New Workflow in Lindy.ai
Add an HTTP Request Block
Configure as follows:
- Method:
POST
orGET
(depends on API)- URL: Bright Data API endpoint (e.g., DCA trigger endpoint)
- Headers:
Authorization
:Bearer <your_api_key>
Content-Type
:application/json
- Body (if POST): JSON payload for your API
collection_id
, which you can use in another step fetch the results.”Add Logic to Handle API Response
Test & Deploy