Skip to main content
Account management is not a supported use case on the Bright Data platform as of April 1, 2026. This includes managing accounts on platforms like TikTok, Instagram, or similar services. Bright Data proxies cannot be used for this purpose. See Acceptable Use Policy for details.

Building an AI startup?

You might be eligible for our Startup Program. Get fully funded access to the infrastructure you’re reading about right now (up to $20K value).
OpenClaw is a self-hosted AI assistant gateway that connects messaging apps like WhatsApp, Telegram, Discord, and iMessage to AI coding agents. It features a plugin system that lets you extend your agent with new tools and capabilities. The Bright Data plugin for OpenClaw brings the full power of Bright Data’s web data infrastructure directly into your OpenClaw agent. Install once, and your agent gains:
  • Real-time web search via Google, Bing, and Yandex with geo-targeting
  • Bot-bypass scraping through Web Unlocker, which handles CAPTCHAs, JS rendering, and rate limits automatically
  • Full browser automation via a real Chromium instance routed through Bright Data’s residential proxy network
  • 50+ structured data tools for Amazon, LinkedIn, Instagram, TikTok, YouTube, Reddit, and more
The plugin registers 66 tools across five categories: search, scrape, batch operations, browser automation, and structured web data.

Steps to Get Started

1

Prerequisites

2

Obtain Your Bright Data API Key

3

Install the Bright Data Plugin

Install the plugin using the OpenClaw CLI:
Verify the installation:
You should see the plugin ID brightdata along with all registered tools.
4

Configure Your API Key

Choose one of the following methods to provide your Bright Data API key:
The plugin automatically creates two proxy zones on first use: mcp_unlocker (Web Unlocker) and mcp_browser (Browser API). No manual zone setup is required.
To use existing zones instead:
5

Enable the Plugin

Enable the plugin and restart the gateway:
If the plugin tools are not being exposed to your agent, you may need to explicitly allow plugin tools:
6

Start Using the Tools

Your OpenClaw agent now has access to all 66 Bright Data tools. Try these example prompts:
Search the web
Scrape a webpage
Automate a browser
Get structured data

Available Tools

How to search the web

Parameters for brightdata_search:

Scrape

Parameters for brightdata_scrape:

How to automate the browser

Full Chromium browser control routed through Bright Data’s residential proxy network. Sessions idle-timeout after 10 minutes.

Structured Web Data (50+ Platforms)

Each tool accepts a url or keyword and returns clean, typed JSON. No scraping or parsing required.
InstagramFacebookTikTokX (Twitter)YouTube & Reddit

Web Search Provider Integration

The plugin also registers as an OpenClaw web search provider. To set Bright Data as your default search provider:
Once set, any generic web search your agent performs will route through Bright Data’s search infrastructure.

Which settings to configure

All settings can be provided via environment variable or OpenClaw config. Environment variables take priority.

How to manage the plugin

Troubleshooting

Plugin not found after install
  • Run openclaw plugins list to verify the plugin is installed.
  • Check that the plugin ID is brightdata with openclaw plugins inspect brightdata.
  • Run openclaw plugins doctor for diagnostic information.
Tools not registering
  • Ensure the plugin is enabled: openclaw plugins enable brightdata.
  • Restart the gateway: openclaw gateway restart.
Authentication errors
  • Verify your API key is set correctly via env var or config.
  • Check that the token has not expired in your Bright Data dashboard.
Zone creation failures
  • The plugin auto-creates mcp_unlocker and mcp_browser zones on first use.
  • If auto-creation fails, create the zones manually in your Bright Data dashboard and set them via environment variables.

Where to learn more