WebIntel API

Website intelligence at your fingertips. Screenshots, metadata, content extraction — one API call.

📸 Screenshots

Full-page or element-level screenshots. Custom viewport, JPEG quality control, JS rendering.

🔍 Metadata

Title, description, Open Graph, Twitter Cards, favicons, language, charset — everything.

🔗 Content

Links, images, headings, social profiles, email/phone extraction, text preview.

⚡ Fast

Lightweight extraction in ~200ms. Browser rendering for JS-heavy pages when needed.

API Endpoints

POST /v1/screenshot
Take a screenshot — returns base64 JPEG
POST /v1/extract
Extract metadata, links, images, contacts from URL
POST /v1/analyze
Full analysis — extract + optional screenshot
GET /v1/quick/{url}
Quick extraction via GET — pass URL in path

Quick Start

curl -X POST https://api.webintel.io/v1/extract \
  -H "Authorization: Bearer wi_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com"}'

Simple Pricing

Free

$0/mo
  • 100 requests/day
  • 5 requests/minute
  • All endpoints
  • Community support

Business

$99/mo
  • 10,000 requests/day
  • 300 requests/minute
  • Dedicated resources
  • Priority support