Give AI agents
eyes on the web

Screenshot, extract, and understand any webpage with a simple API call. Built for AI agents, automation pipelines, and developers who ship fast.

See Examples

100 free API calls/month. No credit card required.

📸

/screenshot

Capture any URL as PNG, JPEG, or PDF. Custom viewport, full-page, configurable delays. Pixel-perfect every time.

🔍

/extract

Pull structured data from any page — titles, headings, links, images, text, custom CSS selectors. No AI needed, blazing fast.

🧠

/extract/ai

Tell the AI what to extract in plain English. Get structured JSON back. Custom schemas supported. Magic.

Three lines to web perception

Screenshot a URL

curl -X POST https://api.mantisapi.com/screenshot \
  -H "X-API-Key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com", "fullPage": true}' \
  --output screenshot.png

Extract structured data

curl -X POST https://api.mantisapi.com/extract \
  -H "X-API-Key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://news.ycombinator.com", "selectors": {"titles": ".titleline > a"}}'
{
  "success": true,
  "data": {
    "title": "Hacker News",
    "custom": {
      "titles": ["Show HN: I built...", "Why Rust is...", "The future of..."]
    }
  }
}

AI-powered extraction

curl -X POST https://api.mantisapi.com/extract/ai \
  -H "X-API-Key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://news.ycombinator.com",
    "prompt": "Extract the top 5 stories with title, URL, points, and comment count"
  }'

Built for the agent economy

Fast

Sub-second screenshots. Instant DOM extraction. No waiting.

💰

Cheap

Starting at $0/mo. Pay only for what you use. No enterprise contracts.

🔧

Simple

One endpoint, one API key, JSON in/out. Ship in 5 minutes.

🤖

Agent-First

Designed for LLMs and automation. Not a legacy scraping tool.

Simple, transparent pricing

Start free. Scale as you grow. No surprises.

Free

$0

/month

  • ✓ 100 API calls
  • ✓ Screenshot + Extract
  • ✓ AI Extract (Haiku)
  • ✓ Community support

Starter

$49

/month

  • ✓ 5,000 API calls
  • ✓ All endpoints
  • ✓ AI Extract (Haiku)
  • ✓ Email support
POPULAR

Pro

$149

/month

  • ✓ 30,000 API calls
  • ✓ All endpoints
  • ✓ AI Extract (Haiku + Sonnet)
  • ✓ Priority support

Business

$399

/month

  • ✓ 100,000 API calls
  • ✓ All endpoints
  • ✓ AI Extract (all models)
  • ✓ Dedicated support

Enterprise

Custom

contact us

  • ✓ Unlimited calls
  • ✓ Custom SLAs
  • ✓ On-prem option
  • ✓ Dedicated infra
Contact Us

Ready to give your agents vision?

Start with 100 free API calls. No credit card. No BS.

Get your API key

Enter your email and we'll generate a free API key instantly.