Web content fetching, designed for AI agents.
Give your agent a URL. Get clean, structured content back. No scraping headaches.
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
}
Readability-based article extraction + metadata from OG tags, JSON-LD, and more.
Static HTML parsing first. Falls back to headless browser only when needed.
Markdown, raw text, structured data (headings/links/images/tables), or screenshots.
JSON responses designed to be parsed by LLMs. Rate limits in headers. Cached results.