xpay tools logo
  • Tools
  • Collections
  • Skills
  • Docs
  • xpay.sh
  1. Home
  2. ›
  3. Providers
  4. ›
  5. Bright Data

Bright Data logo

Bright Data

4 tools

$0.03/call

100+ calls

Web scraping, search engine results, screenshots, and data collection

​
​
How it works ↓
Search Engine
search_engine

Scrape search results from Google, Bing or Yandex. Returns SERP results in JSON or Markdown (URL, title, description), Ideal for gathering current information, news, and detailed search results.


flat

$0.03/call

Scrape As Markdown
scrape_as_markdown

Scrape a single webpage URL with advanced options for content extraction and get back the results in MarkDown language. This tool can unlock any webpage even if it uses bot detection or CAPTCHA.


flat

$0.03/call

Search Engine Batch
search_engine_batch

Run multiple search queries simultaneously. Returns JSON for Google, Markdown for Bing/Yandex.


flat

$0.03/call

Scrape Batch
scrape_batch

Scrape multiple webpages URLs with advanced options for content extraction and get back the results in MarkDown language. This tool can unlock any webpage even if it uses bot detection or CAPTCHA.


flat

$0.03/call

Connect Bright Data tools
​
​

Cursor

Claude Code

Claude Desktop

Windsurf

VS Code

Cline

Roo Code

ChatGPT

Gemini CLI

Amazon Q

Goose

Augment

n8n

API / cURL

AI SDK

TypeScript SDK

Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "bright-data": {
      "url": "https://bright-data.mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
Or connect all tools

Access all tools (including Bright Data) through a single MCP connection.

https://mcp.xpay.sh/mcp?key=***
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
Agent Discovery

Machine-readable catalogs for LLM agents and automation.

llms.txt — Human-readable tool catalog
curl https://xpay.tools/llms.txt
agents.txt — Structured JSON for agents
curl https://xpay.tools/agents.txt
skill.md — Claude Code skill
curl https://xpay.tools/skill.md
Pricing

Pay per tool call. No subscriptions.

4 Bright Data tools available
About Bright Data

Bright Data on xpay — Web scraping and search results at per-call pricing

Bright Data is a leading provider of web scraping, search engine integration, and data collection APIs. Developers use it to gather real-time information from search engines, extract structured content from webpages, and run batch operations at scale—all without managing proxies, bot detection, or CAPTCHA handling themselves. On xpay, you call Bright Data's tools directly through MCP without signing up for a Bright Data account or committing to a subscription.

What's available

  • search_engine — Scrape search results from Google, Bing, or Yandex. Returns SERP data (URL, title, description) in JSON or Markdown. Ideal for gathering current information, news, and competitive intelligence.
  • scrape_as_markdown — Extract content from a single webpage URL and return it as Markdown. Handles bot detection and CAPTCHA automatically.
  • search_engine_batch — Run multiple search queries simultaneously across Google, Bing, or Yandex. Returns results in JSON (Google) or Markdown (Bing/Yandex).
  • scrape_batch — Scrape multiple webpage URLs in parallel with advanced extraction options. Unlocks pages protected by bot detection or CAPTCHA.

When Bright Data is the right tool

  • You need live search results from Google, Bing, or Yandex for research, SEO monitoring, or competitive analysis.
  • You're building a content aggregator or news feed that pulls from multiple sources.
  • You want to extract structured data (text, tables, lists) from websites without managing proxy rotation or bot detection.
  • You need batch operations to scrape or search at scale without writing custom retry logic.
  • You're prototyping a research agent or AI assistant that requires real-time web access.

When to choose something else

  • If you only need a single search query and don't need real-time results, a cached or static dataset may be cheaper.
  • If you're scraping a single, well-documented API (e.g., a public JSON endpoint), calling that API directly is simpler and often faster.
  • If you need deep historical data or archival content, specialized providers like Wayback Machine or academic databases are better suited.
  • If your use case is primarily social media monitoring or sentiment analysis, dedicated social listening platforms offer richer features.
  • If you're building a high-frequency trading or real-time analytics system, latency-sensitive workloads may require a dedicated connection rather than MCP.

Pricing snapshot

ToolPrice per call
search_engine$0.03
scrape_as_markdown$0.03
search_engine_batch$0.03
scrape_batch$0.03

Quickstart

claude mcp add --transport http bright-data "https://bright-data.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"

Replace YOUR_XPAY_KEY with your xpay API key (get one free at https://xpay.tools after signup). Once connected, Claude Code will expose Bright Data's tools by their native names. Tell your agent "use search_engine to find recent articles about AI" and it will call the tool directly.

Alternatively, to access all xpay providers (including Bright Data) through a single MCP connection:

claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"

For Cursor, Windsurf, Cline, or VS Code with Copilot, add the server to your mcp.json file:

{
  "mcpServers": {
    "bright-data": {
      "url": "https://bright-data.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
    }
  }
}

Why route Bright Data through xpay?

  • No Bright Data signup. xpay holds the provider credentials; you authenticate once with your xpay API key.
  • Pay per call, no subscription. Each search or scrape costs $0.03. No monthly minimums or unused quota.
  • MCP-native integration. Call Bright Data's tools directly from Claude Code, Cursor, or any MCP-compatible agent—no REST API wrappers or custom code.
  • Unified billing. If you use multiple providers (Tavily, Apollo, Bright Data, etc.), one xpay invoice covers them all.
  • Instant access. Get a free $5 credit on signup and start scraping immediately.
Frequently Asked Questions

Bright Data is a web scraping and data collection platform that provides APIs for search engine results, webpage extraction, and batch operations. It handles bot detection, CAPTCHA, and proxy rotation automatically, so you don't have to. On xpay, you call these APIs through MCP at $0.03 per call.

No. xpay holds the Bright Data credentials on your behalf. You only need an xpay API key (free signup at https://xpay.tools). You never sign up for Bright Data directly or manage your own account.

All four Bright Data tools cost $0.03 per call on xpay. There is no subscription, no monthly minimum, and no unused quota. You pay only for what you use. New xpay users get a $5 free credit.

Run: `claude mcp add --transport http bright-data "https://bright-data.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"` (replace YOUR_XPAY_KEY with your xpay API key). Once connected, Claude Code will have access to search_engine, scrape_as_markdown, search_engine_batch, and scrape_batch.

Add a server entry to your mcp.json file with the URL `https://bright-data.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY`. For example: `{ "mcpServers": { "bright-data": { "url": "https://bright-data.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY" } } }`. Restart your editor and the tools will be available.

Common use cases include gathering live search results for research or SEO monitoring, extracting structured content from websites, building content aggregators, monitoring competitors, and prototyping AI agents that need real-time web access. The `search_engine` and `scrape_as_markdown` tools are the most popular starting points.

If you only need search results, Tavily Search is a lighter-weight alternative. For lead enrichment or people data, Apollo or Hunter work better. For social media monitoring, dedicated platforms like Brandwatch are more feature-rich. For archival or historical content, Wayback Machine or academic databases are better suited. xpay supports multiple providers, so you can mix and match.

Yes. Instead of the per-provider endpoint, use the unified xpay endpoint: `https://mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY`. This exposes all xpay providers (Bright Data, Tavily, Apollo, etc.) through a single MCP connection. You can then use xpay_discover() to find tools and xpay_run() to call them.

xpay tools logo

Marketplace for AI Capabilities. Run agents, tools & prompts with pay-per-use micropayments.

or ask your AI app
Popular Tools
FirecrawlTavilyExaHunterPerplexityRecraftIdeogramFlux
Collections
AI Image & MediaContent & ResearchDev ToolsFinanceLead GenWeb ScrapingCompetitive Intel
Developers
DocumentationAPI ReferenceQuickstartSDKsSkillsskill.mdllms.txt
Resources
The Agentic EconomyAgentic CommerceAgent Frameworksx402 ProtocolBlog
Company
About xpayxpay.shGitHubDiscordTwitter / X

© 2026 Agentically Inc. All rights reserved.
Privacy PolicyTerms of Service
✦
xpay Assistant
Bright Data Tools

Ask me about tools, pricing, or how to connect

What tools does Bright Data offer?
How do I connect via MCP?
Show me pricing
DocsCollectionsExplore