Skip to content
@brightdata

Bright Data

How the world collects public web data
Bright Data

The web data layer for AI agents

Production-grade access to the open web.
Search, scrape, browse, and extract from any public site - at any scale, in any geo, without getting blocked.

Get Started Documentation MCP Server

MCP Stars


Quickstart

Connect Bright Data to Claude Code, Cursor, or any MCP-compatible client in one line:

claude mcp add --transport http brightdata https://mcp.brightdata.com/mcp?token=YOUR_API_TOKEN

Prefer raw HTTP? Hit the API directly:

curl -X POST https://api.brightdata.com/request \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"zone": "unblocker", "url": "https://example.com", "format": "raw"}'

Or use the SDK:

from brightdata import SyncBrightDataClient

with SyncBrightDataClient(api_token="YOUR_API_TOKEN") as client:
    result = client.scrape_url(url="https://example.com")
    print(result)

Free for agents. MCP and CLI users get 5,000 requests/month - no setup beyond the API key. Grab one →


Why Bright Data?

AI agents are only as good as the data they can reach.

We're the web data infrastructure behind some of the world's most demanding AI systems — billions of requests a day, every public site, every geography, no breakage. While other tools work great until the page actually has a CAPTCHA, geo-block, or anti-bot stack, we handle the parts of the web that break everyone else.

If your agent needs to read the open web in production, this is the layer underneath it.


The ecosystem

Bright Data MCP — The flagship for AI agents

brightdata/brightdata-mcp - GitHub

One MCP for the web. Search, navigate, extract, and unlock any public site from inside Claude, Cursor, Codex, or any MCP client. Used by 150K+ agent calls per week.


Bright Data CLI — Web data, from your terminal

brightdata/cli - GitHub

Give coding agents real-time web data without leaving the shell. Install once, and Claude Code, Codex, and Gemini CLI can search, scrape, and crawl autonomously.

npx skills add brightdata/cli

Web Unlocker API — Get past anything

luminati-io/bright-data-web-unlocker-nodejs-project - GitHub

The site you're trying to scrape is fighting back? We solve fingerprinting, CAPTCHAs, IP rotation, retries, and anti-bot stacks in real time — single API call, you get the page.


SERP API — Search results, structured

brightdata/bright-data-serp-api-python-project - GitHub

Real user search results from Google, Bing, and every major engine. Returns clean JSON or HTML, with full geo and device targeting. Ranked exactly the way a real person would see them.


Browser API — Headless browsers that don't get blocked

luminati-io/bright-data-scraping-browser-nodejs-playwright-project - GitHub

Drop-in replacement for Playwright and Puppeteer with proxy rotation, CAPTCHA solving, and anti-detection built in. Render JavaScript-heavy sites at scale, the way an agent needs to.


Datasets & Data Feeds — The web, pre-extracted

brightdata/bright-data-scrape-chatgpt-search-nodejs-project - GitHub

Skip the scraping infrastructure entirely. Subscribe to fresh structured datasets — products, jobs, profiles, news, reviews — delivered via API, webhook, S3, or your warehouse of choice.



What you can build

A few patterns we see most often:

  • Research agents that browse, read, and synthesize across hundreds of sources
  • Price intelligence workflows that monitor SKUs across regions in real time
  • Lead enrichment pipelines that pull live company, role, and contact signals
  • Training data collection at petabyte scale for foundation models
  • Vertical agents for travel, real estate, e-commerce, and finance that need fresh inventory

Browse example apps and integrations →


Integrations

We're built into the agent stack you're already using:

LangChain · LangGraph · LlamaIndex · CrewAI · Vercel AI SDK · n8n · Make · Zapier · IBM watsonx · AWS Bedrock · Snowflake · Databricks

See all integrations →


Ready to plug your agent into the open web?
Start free · Read the docs · Star the MCP


Made by the team behind the world's best web access layer for AI.

Pinned Loading

  1. brightdata-mcp brightdata-mcp Public

    A powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.

    JavaScript 2.3k 297

  2. browserai-mcp browserai-mcp Public

    A powerful Model Context Protocol (MCP) server that provides an access to serverless browser for AI agents and apps

    JavaScript 32 8

Repositories

Showing 10 of 66 repositories

Top languages

Loading…

Most used topics

Loading…