Bright Data Research

Structured web research workflows (search, scrape, extract, report) on top of Bright Data MCP.

Tested · Works

Test report

Verdict
Tested · Works
Score
8.8/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · e9560d0

Ran its own phase workflow (official pricing pages instead of blog aggregators) on a 3-tool pricing lookup and it caught a real error the ad-hoc baseline missed: the baseline reported Notion Plus at $10/mo USD from a third-party aggregator, but the primary source actually shows EUR pricing — exactly the kind of cross-reference mistake the skill's own 'Data Quality' step exists to catch.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 4/5

What Bright Data Research does

Runs a 6-phase market-research/data-extraction pipeline — query analysis, source discovery, quick/standard/deep content collection, AI extraction schemas, and report generation — over Bright Data's MCP search/scrape/extract tools. Triggers on web scraping, competitor analysis, price monitoring, and product-data collection requests.

How to install Bright Data Research

git clone https://github.com/liangdabiao/Bright-Data-MCP-Claude-Skill-deep-research
cd Bright-Data-MCP-Claude-Skill-deep-research
mkdir -p ~/.claude/skills
cp -r .claude/skills/research-brightdata ~/.claude/skills/research-brightdata

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Bright Data Research

  • /research-brightdata Structured web research workflows (search, scrape, extract, report) on top of Bright Data MCP.

It also activates on plain-language prompts like these:

  • Research trending sneaker prices across different retailers
  • Scrape competitor pricing pages and give me a market analysis
  • Extract structured data from these fifteen product pages

Frequently asked questions

Is the Bright Data Research skill free?
Yes. The skill itself is free from liangdabiao/Bright-Data-MCP-Claude-Skill-deep-research. SkillProof publishes the install command and an independent test verdict at no cost.
Does Bright Data Research work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Ran its own phase workflow (official pricing pages instead of blog aggregators) on a 3-tool pricing lookup and it caught a real error the ad-hoc baseline missed: the baseline reported Notion Plus at $10/mo USD from a third-party aggregator, but the primary source actually shows EUR pricing — exactly the kind of cross-reference mistake the skill's own 'Data Quality' step exists to catch.
What is the Bright Data Research SkillProof Score?
8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
How do I install Bright Data Research?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Bright Data Research with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.