v1.0 — Now live

Link previews and
screenshots via one API

Extract Open Graph metadata and capture screenshots from any URL. Built for developers, AI agents, and LLMs. Ship in minutes, not weeks.

# Get link preview metadata
curl https://api.webintel.dev/v1/preview \
  -H "x-api-key: wi_your_key" \
  -G -d "url=https://github.com"

# Capture a screenshot
curl https://api.webintel.dev/v1/screenshot \
  -H "x-api-key: wi_your_key" \
  -G -d "url=https://github.com&format=png" \
  -o screenshot.png

Try it live — no setup required

Enter a URL, pick an endpoint, and hit run. See the API response in real time with generated code you can copy.

Generated code

Two endpoints. One key. Zero hassle.

Both endpoints return clean JSON. Screenshots can also stream the image directly for embedding in HTML.

GET
/v1/preview?url={url}

Extract Open Graph, Twitter Card, and meta tag data from any URL. Returns title, description, image, favicon, author, theme colour, and more.

  • title
  • description
  • image
  • favicon
  • siteName
  • type
  • language
  • themeColor
  • canonical
  • author
  • twitter.card
  • published
GET
/v1/screenshot?url={url}

Capture a screenshot of any web page. Configure viewport size, format, full-page capture, dark mode emulation, and render delay.

  • png
  • jpeg
  • webp
  • width
  • height
  • fullPage
  • darkMode
  • delay
  • base64 json
  • stream image

Three steps to your first call

01

Get your API key

Sign up in 30 seconds. Free tier gives you 100 requests per day across both endpoints. No credit card required.

02

Make a request

Call the REST API directly, or connect the MCP server to Claude. Works with any language, any framework, any LLM.

03

Ship your product

Link previews in your chat app. Screenshots in your monitoring tool. Metadata in your AI agent. Done.

Built for Claude and AI agents

WebIntel ships as both a REST API and an MCP server. Connect it to Claude Desktop, and Claude can call link_preview and take_screenshot as native tools. Same API key, same rate limits, same billing.

Connect to Claude
// Claude will see these tools: link_preview Extract OG metadata from a URL Input: { url: string } take_screenshot Capture screenshot of a URL Input: { url, width, format, fullPage, darkMode }

Start free. Scale when you need to.

Simple, predictable pricing. No hidden fees. No per-endpoint charges. Every plan includes both endpoints.

Free
$0 /month

For side projects and testing

  • 100 requests per day
  • Both endpoints included
  • Standard response time
  • Community support
  • Rate limit headers
Enterprise
Custom

For teams with high-volume needs

  • Unlimited requests
  • Both endpoints included
  • Dedicated infrastructure
  • Custom SLA
  • Priority support
  • On-prem deployment option

Get your API key in 30 seconds

No credit card required for the free tier. Key sent to your inbox via email.