---
name: "xpay-ddg-search-url-metadata"
description: "Extract metadata from a URL including title, description, Open Graph data, and favicon information"
version: "1.0.0"
price: "$0.01/call"
provider: "DuckDuckGo Search"
---

# Url Metadata

Extract metadata from a URL including title, description, Open Graph data, and favicon information

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

## When to Use

Use this tool when you need to extract metadata from a url including title, description, open graph data, and favicon information. 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/url-metadata")`
2. **`xpay_run`** — Execute: `xpay_run("ddg-search/url-metadata", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `url` | string | Yes | The URL to extract metadata from (must be a valid HTTP/HTTPS URL) |

## 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
- [Web Search](https://xpay.tools/skills/ddg-search/web-search/SKILL.md) — $0.01/call
- [Fetch Url](https://xpay.tools/skills/ddg-search/fetch-url/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/url-metadata/
- Provider: https://xpay.tools/ddg-search/
- All tools: https://xpay.tools/explore
