Web fetching, search, and structured data extraction API built for AI agents. Fetch any page as clean markdown, raw HTML, or JSON-LD. Search the web and news across 20+ countries. One credit per request, no tiers, no subscriptions. 500 free requests on signup.
概览
Refetch.cloud: Web API for AI Agents
One API to fetch pages, search the web, and extract structured data. Built for agents, not browsers. No Docker, no local process — just a URL and an API key.
Tools
| Tool | Description |
|---|---|
fetch | Fetch any URL as clean markdown, optimized for LLM context windows |
fetch_html | Fetch raw HTML with full SPA rendering |
fetch_structured_data | Extract JSON-LD schema.org data from any page |
search_web | Web search returning structured JSON results |
search_news | News search across 20+ countries with source and date |
check_usage | Check your credit balance and usage history (free) |
Why refetch?
- One credit = one request. Every endpoint, same price, no multipliers
- $2.50 per 1,000 requests. Credits never expire
- No infrastructure. Block detection, CAPTCHA handling, and SPA rendering built into every request
- Streamable HTTP. No stdio, no Docker — works with Claude Desktop, Cursor, Windsurf, and any MCP client
Setup
Add to your MCP client config:
{
"mcpServers": {
"refetch": {
"url": "https://refetch.cloud/mcp",
"headers": {
"X-API-Key": "<YOUR_API_KEY>"
}
}
}
}
Get your free API key (500 requests, no credit card) at refetch.cloud
Links
服务器配置
{
"mcpServers": {
"refetch": {
"url": "https://refetch.cloud/mcp",
"headers": {
"X-API-Key": "<YOUR_API_KEY>"
}
}
}
}