Tool Skill
Linkup Fetch
linkup_fetchThe /fetch endpoint allows you to fetch a single webpage from a given URL.
$0.02/call
Flat rate
Linkup API
When to Use
Use this tool when you need to the /fetch endpoint allows you to fetch a single webpage from a given url.. This is part of the Linkup API provider on xpay✦.
MCP Connection
Connect to xpay✦ to access this tool (and 1+ others):
{
"mcpServers": {
"xpay": {
"url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}
For Claude Code:
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:
xpay_details— Get full input schema:xpay_details("linkup/linkup_fetch")xpay_run— Execute:xpay_run("linkup/linkup_fetch", { ...inputs })
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
extractImages | boolean | No | Defines whether the API should extract the images from the webpage in its response. |
includeRawHtml | boolean | No | Defines whether the API should include the raw HTML of the webpage in its response. |
url | string | Yes | The URL of the webpage you want to fetch. |
renderJs | boolean | No | Defines whether the API should render the JavaScript of the webpage. |
Pricing
- Cost: $0.02/call
- Balance check: Use
xpay_balanceto check remaining credits - Get your API key at xpay.tools — $5 free credits included
Related Skills
- Linkup API (all tools) — 2 tools
- Linkup Search — $0.02/call
Links
- Tool page: https://xpay.tools/linkup/linkup-fetch/
- Provider: https://xpay.tools/linkup/
- All tools: https://xpay.tools/explore
How to Execute
// 1. Get full schema
xpay_details("linkup/linkup_fetch")// 2. Execute
xpay_run("linkup/linkup_fetch", { ...inputs })Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
extractImages | boolean | No | Defines whether the API should extract the images from the webpage in its response. |
includeRawHtml | boolean | No | Defines whether the API should include the raw HTML of the webpage in its response. |
url | string | Yes | The URL of the webpage you want to fetch. |
renderJs | boolean | No | Defines whether the API should render the JavaScript of the webpage. |
Related Tools from Linkup API
Install Skill
Claude Code
claude /install-skill https://xpay.tools/skills/linkup/linkup-fetch/SKILL.md
CLI
npx @xpaysh/cli install linkup/linkup-fetch
Manual
curl -o SKILL.md https://xpay.tools/skills/linkup/linkup-fetch/SKILL.md
Pricing
Cost
$0.02/call
Model
Flat rate
Provider
Linkup API

