---
name: "xpay-exa-web-fetch-exa"
description: "Read a webpage's full content as clean markdown. Use after web_search_exa when highlights are insufficient or to read any URL.

Best for: Extracting full content from known URLs. Batch multiple URLs in one call.
Returns: Clean text content and metadata from the page(s)."
version: "1.0.0"
price: "$0.02/call"
provider: "Exa Search"
---

# Web Fetch Exa

Read a webpage's full content as clean markdown. Use after web_search_exa when highlights are insufficient or to read any URL.

Best for: Extracting full content from known URLs. Batch multiple URLs in one call.
Returns: Clean text content and metadata from the page(s).

**Provider:** Exa Search
**Price:** $0.02/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to read a webpage's full content as clean markdown. use after web_search_exa when highlights are insufficient or to read any url.

best for: extracting full content from known urls. batch multiple urls in one call.
returns: clean text content and metadata from the page(s).. This is part of the Exa Search provider on xpay✦.

## MCP Connection

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

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `maxCharacters` | number | No | Maximum characters to extract per page (must be a positive number, default: 3000) |
| `urls` | array | Yes | URLs to read. Batch multiple URLs in one call. |

## Pricing

- **Cost:** $0.02/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

- [Exa Search (all tools)](https://xpay.tools/skills/exa/SKILL.md) — 2 tools
- [Web Search Exa](https://xpay.tools/skills/exa/web-search-exa/SKILL.md) — $0.02/call

## Links

- Tool page: https://xpay.tools/exa/web-fetch-exa/
- Provider: https://xpay.tools/exa/
- All tools: https://xpay.tools/explore
