---
name: "xpay-open-websearch-search"
description: "Search the web using multiple engines (e.g., Baidu, Bing, DuckDuckGo, CSDN, Exa, Brave, Juejin(掘金)) with no API key required"
version: "1.0.0"
price: "$0.01/call"
provider: "Open WebSearch"
---

# Search

Search the web using multiple engines (e.g., Baidu, Bing, DuckDuckGo, CSDN, Exa, Brave, Juejin(掘金)) with no API key required

**Provider:** Open WebSearch
**Price:** $0.01/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to search the web using multiple engines (e.g., baidu, bing, duckduckgo, csdn, exa, brave, juejin(掘金)) with no api key required. This is part of the Open WebSearch provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 4+ others):

```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"
```

## How to Execute

Use the xpay✦ meta-tools to run this tool:

1. **`xpay_details`** — Get full input schema: `xpay_details("open-websearch/search")`
2. **`xpay_run`** — Execute: `xpay_run("open-websearch/search", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `limit` | number | No |  |
| `engines` | array | No |  |
| `query` | string | Yes |  |

## Pricing

- **Cost:** $0.01/call
- **Balance check:** Use `xpay_balance` to check remaining credits
- Get your API key at [xpay.tools](https://xpay.tools/account/settings/api-keys/) — $5 free credits included

## Related Skills

- [Open WebSearch (all tools)](https://xpay.tools/skills/open-websearch/SKILL.md) — 5 tools
- [FetchLinuxDoArticle](https://xpay.tools/skills/open-websearch/fetchlinuxdoarticle/SKILL.md) — $0.01/call
- [FetchCsdnArticle](https://xpay.tools/skills/open-websearch/fetchcsdnarticle/SKILL.md) — $0.01/call
- [FetchGithubReadme](https://xpay.tools/skills/open-websearch/fetchgithubreadme/SKILL.md) — $0.01/call
- [FetchJuejinArticle](https://xpay.tools/skills/open-websearch/fetchjuejinarticle/SKILL.md) — $0.01/call

## Links

- Tool page: https://xpay.tools/open-websearch/search/
- Provider: https://xpay.tools/open-websearch/
- All tools: https://xpay.tools/explore
