---
name: "xpay-tavily-tavily-extract"
description: "Extract content from URLs. Returns raw page content in markdown or text format."
version: "1.0.0"
price: "$0.02/call"
provider: "Tavily Search"
---

# Tavily Extract

Extract content from URLs. Returns raw page content in markdown or text format.

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

## When to Use

Use this tool when you need to extract content from urls. returns raw page content in markdown or text format.. This is part of the Tavily Search provider on xpay✦.

## MCP Connection

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

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `format` | string | No | Output format |
| `urls` | array | Yes | List of URLs to extract content from |
| `include_favicon` | boolean | No | Include favicon URLs |
| `extract_depth` | string | No | Use 'advanced' for LinkedIn, protected sites, or tables/embedded content |
| `include_images` | boolean | No | Include images from pages |
| `query` | string | No | Query to rerank content chunks by relevance |

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

- [Tavily Search (all tools)](https://xpay.tools/skills/tavily/SKILL.md) — 6 tools
- [Tavily Search](https://xpay.tools/skills/tavily/tavily-search/SKILL.md) — $0.02/call
- [Tavily Crawl](https://xpay.tools/skills/tavily/tavily-crawl/SKILL.md) — $0.02/call
- [Tavily Map](https://xpay.tools/skills/tavily/tavily-map/SKILL.md) — $0.02/call
- [Tavily Research](https://xpay.tools/skills/tavily/tavily-research/SKILL.md) — $0.02/call
- [Tavily Skill](https://xpay.tools/skills/tavily/tavily-skill/SKILL.md) — $0.02/call

## Links

- Tool page: https://xpay.tools/tavily/tavily-extract/
- Provider: https://xpay.tools/tavily/
- All tools: https://xpay.tools/explore
