Self-hosted in Iceland · x402-ready

Give your AI agents real web access.

Render JavaScript websites, extract clean Markdown, capture screenshots and PDFs, inspect SEO and security — with simple pay-per-request access and no long-lived API keys.

No account
Just pay & use
No API key
Agent-friendly
x402 payments
USDC on Base
Browser workers available
POST /v1/pdf
{
  "url": "https://example.com",
  "format": "A4"
}

→ x402 payment required
→ render complete: 2.84s
→ PDF ready

One API. Real browser capabilities.

Built for agents, automation, research systems and developers who need the live web without maintaining their own browser infrastructure.

</>

Rendered HTML

Execute JavaScript and return the fully rendered page.

$0.01
per request
MD

Markdown

Turn webpages into clean structured Markdown.

$0.01
per request

Screenshot

Capture viewport or full-page screenshots.

$0.02
per request
PDF

PDF Render

Generate print-ready PDF from any webpage.

$0.03
per request
SEO

SEO Analysis

Extract titles, headings, metadata, links and schema.

$0.015
per request

Security Check

Inspect TLS, headers and common web security signals.

$0.015
per request
{}

Structured Data

Extract links, JSON-LD and machine-readable page data.

$0.01
per request
DNS

DNS / Headers

Fast DNS, HTTP header and robots.txt inspection.

$0.002
per request

Built for machine-to-machine commerce

Your agent calls an endpoint, receives HTTP 402, authorizes payment, and gets the result.

01 · REQUEST

Call an endpoint

Send a normal HTTP request with a URL and options.

02 · PAY

x402 handles payment

The client authorizes the required USDC payment.

03 · PROCESS

We run the job

Chromium renders, extracts, analyzes or prints the webpage.

04 · RECEIVE

Get the result

Receive JSON, Markdown, image or PDF output immediately.

Example · PDF render
curl -X POST https://api.agentfetch.is/v1/pdf \
  -H "Content-Type: application/json" \
  -d '{
    "url":"https://example.com",
    "format":"A4",
    "printBackground":true
  }'
Example response
{
  "success": true,
  "price": "$0.03",
  "pages": 5,
  "render_ms": 2841,
  "content_type": "application/pdf",
  "download_url": "/files/abc123.pdf"
}
8 → 32scalable browser workers
USDCx402 pay-per-request
REST + MCPagent-friendly interfaces
Icelandself-hosted infrastructure

Simple usage pricing

No monthly plan required. Prices shown are launch targets and can be adjusted as the service matures.

MD

Extract

Rendered HTML or Markdown from a webpage.

$0.01
per request

Screenshot

Fast browser screenshots for agents and automations.

$0.02
per request
PDF

PDF

Print-ready PDF generated from a live webpage.

$0.03
starting price
+

Analyze

SEO, security, structured data and technology checks.

$0.015
from
Talk to us

Building an agent that needs the web?

Tell us what you are building, the volume you expect, or which capability you need. AgentFetch is being designed for both autonomous agents and developer integrations.

Email: hello@agentfetch.is

API: https://api.agentfetch.is