---
name: "xpay-ddg-search-web-search"
description: "Search the web using DuckDuckGo and return comprehensive results with titles, URLs, and snippets"
version: "1.0.0"
price: "$0.01/call"
provider: "DuckDuckGo Search"
---

# Web Search

Search the web using DuckDuckGo and return comprehensive results with titles, URLs, and snippets

**Provider:** DuckDuckGo Search
**Price:** $0.01/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to search the web using duckduckgo and return comprehensive results with titles, urls, and snippets. This is part of the DuckDuckGo Search provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 3+ 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("ddg-search/web-search")`
2. **`xpay_run`** — Execute: `xpay_run("ddg-search/web-search", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `numResults` | integer | No | Number of results to return per page (default: 10, max: 20) |
| `query` | string | Yes | The search query to find relevant web pages |
| `page` | integer | No | Page number for pagination (default: 1) |

## 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

- [DuckDuckGo Search (all tools)](https://xpay.tools/skills/ddg-search/SKILL.md) — 4 tools
- [Fetch Url](https://xpay.tools/skills/ddg-search/fetch-url/SKILL.md) — $0.01/call
- [Url Metadata](https://xpay.tools/skills/ddg-search/url-metadata/SKILL.md) — $0.01/call
- [Felo Search](https://xpay.tools/skills/ddg-search/felo-search/SKILL.md) — $0.01/call

## Links

- Tool page: https://xpay.tools/ddg-search/web-search/
- Provider: https://xpay.tools/ddg-search/
- All tools: https://xpay.tools/explore
