Screenshot, extract, and understand any webpage with a simple API call. Built for AI agents, automation pipelines, and developers who ship fast.
100 free API calls/month. No credit card required.
Capture any URL as PNG, JPEG, or PDF. Custom viewport, full-page, configurable delays. Pixel-perfect every time.
Pull structured data from any page — titles, headings, links, images, text, custom CSS selectors. No AI needed, blazing fast.
Tell the AI what to extract in plain English. Get structured JSON back. Custom schemas supported. Magic.
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
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..."]
}
}
}
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"
}'
Sub-second screenshots. Instant DOM extraction. No waiting.
Starting at $0/mo. Pay only for what you use. No enterprise contracts.
One endpoint, one API key, JSON in/out. Ship in 5 minutes.
Designed for LLMs and automation. Not a legacy scraping tool.
Start free. Scale as you grow. No surprises.
/month
/month
/month
/month
contact us
Start with 100 free API calls. No credit card. No BS.
Enter your email and we'll generate a free API key instantly.