Agent Fetch

Web content fetching, designed for AI agents.

Give your agent a URL. Get clean, structured content back. No scraping headaches.

โšก Try it

POST /api/v1/fetch
Authorization: Bearer af_your_key

{
  "url": "https://example.com",
  "mode": "markdown"
}

โ†’
{
  "title": "Example Domain",
  "content": "This domain is for use...",
  "metadata": { "description": "..." },
  "credits_remaining": 9999
}
๐Ÿ”

Smart Extraction

Readability-based article extraction + metadata from OG tags, JSON-LD, and more.

๐Ÿš€

Fast & Static

Static HTML parsing first. Falls back to headless browser only when needed.

๐Ÿ“

Multiple Modes

Markdown, raw text, structured data (headings/links/images/tables), or screenshots.

๐Ÿค–

Agent-Friendly

JSON responses designed to be parsed by LLMs. Rate limits in headers. Cached results.

Endpoints

GET /api/v1/health Service health check
POST /api/v1/fetch Fetch a URL โ†’ clean content
POST /api/v1/screenshot Screenshot a URL (beta)
GET /api/v1/usage Check your credits & usage
Get an API Key โ†’ ๐Ÿ“– Docs