/install bright-data
Bright Data - Web Scraping & Search
Direct API access to Bright Data's Web Unlocker and SERP APIs.
Setup
1. Get your API Key: Get a key from Bright Data Dashboard.
2. Create a Web Unlocker zone: Create a zone at brightdata.com/cp by clicking "Add" (top-right), selecting "Unlocker zone".
3. Set environment variables:
export BRIGHTDATA_API_KEY="your-api-key"
export BRIGHTDATA_UNLOCKER_ZONE="your-zone-name"
Usage
Google Search
Search Google and get structured JSON results (title, link, description).
bash scripts/search.sh "query" [cursor]
cursor: Optional page number for pagination (0-indexed, default: 0)
Web Scraping
Scrape any webpage as markdown. Bypasses bot detection and CAPTCHA.
bash scripts/scrape.sh "url"
Output Formats
Search Results
Returns JSON with structured organic array:
{
"organic": [
{"link": "...", "title": "...", "description": "..."}
]
}
Scrape Results
Returns clean markdown content from the webpage.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install bright-data - After installation, invoke the skill by name or use
/bright-data - Provide required inputs per the skill's parameter spec and get structured output
What is Bright Data?
Web scraping and search via Bright Data API. Requires BRIGHTDATA_API_KEY and BRIGHTDATA_UNLOCKER_ZONE. Use for scraping any webpage as markdown (bypassing bot detection/CAPTCHA) or searching Google with structured results. It is an AI Agent Skill for Claude Code / OpenClaw, with 2879 downloads so far.
How do I install Bright Data?
Run "/install bright-data" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Bright Data free?
Yes, Bright Data is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Bright Data support?
Bright Data is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Bright Data?
It is built and maintained by MeirKaD (@meirkad); the current version is v1.0.0.