---
name: "xpay-bright-data"
description: "Web scraping, search engine results, screenshots, and data collection"
version: "1.0.0"
provider: "Bright Data"
tools: 4
---

# Bright Data

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

## Bright Data

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

### Available Tools

- **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. — $0.03/call
- **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. — $0.03/call
- **search_engine_batch**: Run multiple search queries simultaneously. Returns JSON for Google, Markdown for Bing/Yandex. — $0.03/call
- **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. — $0.03/call

### Quick Start

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

### Pricing

Pay per tool call from your XPay wallet. No subscriptions, no minimums.

Get an API key at [xpay.tools](https://xpay.tools).


**Tools:** 4
**Category:** Web Scraping & Extraction

## When to Use

Use Bright Data tools when you need to web scraping, search engine results, screenshots, and data collection. All tools are available through xpay✦'s single MCP connection.

## MCP Connection

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## Available Tools

- **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. — $0.03/call — [SKILL.md](https://xpay.tools/skills/bright-data/search-engine/SKILL.md)
- **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. — $0.03/call — [SKILL.md](https://xpay.tools/skills/bright-data/scrape-as-markdown/SKILL.md)
- **Search Engine Batch** — Run multiple search queries simultaneously. Returns JSON for Google, Markdown for Bing/Yandex. — $0.03/call — [SKILL.md](https://xpay.tools/skills/bright-data/search-engine-batch/SKILL.md)
- **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. — $0.03/call — [SKILL.md](https://xpay.tools/skills/bright-data/scrape-batch/SKILL.md)

## How to Execute

1. **`xpay_discover`** — Search for tools: `xpay_discover("bright-data")`
2. **`xpay_details`** — Get input schema: `xpay_details("bright-data/TOOL_NAME")`
3. **`xpay_run`** — Execute: `xpay_run("bright-data/TOOL_NAME", { ...inputs })`
4. **`xpay_balance`** — Check credits

## Links

- Provider page: https://xpay.tools/bright-data/
- All providers: https://xpay.tools/explore
- Docs: https://docs.xpay.sh
