MetarabbitMetarabbit

Build rich link previews without scraping OG tags

Metarabbit is a URL metadata API for developers. One fast call extracts Open Graph tags, X/Twitter Cards, titles, descriptions, favicons, and an optional AI summary.

See how it works

Free plan included — 500 metadata requests and 25 AI summaries a month.

The API

Choose exactly what comes back

Fetch metadata, generate an AI summary, or get both in a single request.

GET/v1/metadata?summary=true
Request
curl --get "https://api.metarabbit.dev/v1/metadata" \
  --header "Authorization: Bearer mf_live_..." \
  --data-urlencode "url=https://example.com/article" \
  --data-urlencode "summary=true"
200 response
{
  "id": "9592dd3b-bb41-4296-8059-c092483a375d",
  "status": "completed",
  "url": "https://example.com/article",
  "content": {
    "title": "An example article",
    "description": "A short description of the page.",
    "favicon_url": "https://example.com/favicon.ico",
    "og": {
      "title": "An example article",
      "image": "https://example.com/article-cover.jpg",
      "type": "article"
    },
    "twitter": {
      "card": "summary_large_image",
      "image": "https://example.com/article-cover.jpg"
    },
    "summary": "The article explains how structured metadata makes links easier to preview, organize, and share."
  },
  "usage": {
    "metadata": { "used": 144, "limit": 20000 },
    "summaries": { "used": 9, "limit": 500 },
    "period_end": "2026-09-01T00:00:00.000Z"
  }
}

Everything your link unfurl needs

Metadata extraction, AI summaries, and preview rendering — one API, one dashboard.

One call, clean data

Title, description, favicon, and every OG/Twitter tag — normalized into one JSON response instead of a pile of regex.

AI summaries on request

Add &summary=true and get an LLM summary in the same call — one page fetch, no second round trip.

Previews that match reality

The same response renders pixel-accurate cards for X, search results, and chat unfurls — QA link previews without shipping first.

Built on the edge

Runs on Cloudflare Workers with response caching baked in. Fast from anywhere, with a dashboard, API keys, and usage tracking included.

Use cases

A link preview API for every workflow

Replace brittle scraping code with structured URL metadata your product can use immediately.

Chat and messaging unfurls

Turn pasted URLs into dependable link previews with a title, description, favicon, image, and source domain.

Social feeds and aggregators

Normalize Open Graph metadata and X/Twitter Cards before links enter a feed, directory, or discovery product.

Bookmarking and publishing tools

Enrich saved links and editorial drafts without maintaining your own OG tag scraper or metadata extraction stack.

AI and agent pipelines

Give agents structured URL metadata and an optional page summary that is ready to store, rank, or pass to an LLM.

One response, three faces

Real output from a real request — flip through the tabs to see how it unfurls.

stripe.com
Stripe agrees to acquire OpenRouter to help businesses optimize token routing and usage
Stripe, the programmable financial services company, today announced that it has agreed to acquire OpenRouter, a leading AI model gateway and routing platform.

Pricing

Start free, scale when you need to

Simple monthly limits with no weighted credits. All prices are in USD.

Free

Explore the API and ship your first integration.

$0USD / month

Free forever

  • 500 metadata requests / month
  • 25 AI summaries / month
  • API keys, dashboard, and usage tracking

Hobby

For side projects and small products in production.

$9USD / month

$90 USD billed annually· 2 months free

  • 20,000 metadata requests / month
  • 500 AI summaries / month
  • API keys, dashboard, and usage tracking
Most popular

Pro

For growing products with steady link traffic.

$29USD / month

$290 USD billed annually· 2 months free

  • 100,000 metadata requests / month
  • 3,000 AI summaries / month
  • API keys, dashboard, and usage tracking

Scale

For high-volume platforms and automation workflows.

$99USD / month

$990 USD billed annually· 2 months free

  • 500,000 metadata requests / month
  • 15,000 AI summaries / month
  • API keys, dashboard, and usage tracking

Annual plans include 12 months for the price of 10. Usage limits reset monthly.

FAQ

Link preview API questions

What is a link preview API?

A link preview API fetches a URL and returns structured metadata your product can use to render a rich preview. Metarabbit handles the page request, metadata extraction, normalization, and caching for you.

Which URL metadata does Metarabbit extract?

Metarabbit extracts page titles, descriptions, favicons, Open Graph tags, and X/Twitter Card fields, then returns them in one consistent JSON response.

Can the API generate a URL summary?

Yes. Add summary=true to a metadata request to include an optional AI summary in the same response, or use the dedicated summary endpoint.

Does Metarabbit cache results?

Yes. Public page metadata is cached for 24 hours, reducing repeat fetch time and load on the source site while keeping integrations predictable.

Is there a free plan?

Yes. The free plan includes 500 metadata requests and 25 AI summaries each month, with no credit card required to start.

Ready to see your links this clearly?

Grab an API key and make your first call in under a minute.

© 2026 Metarabbit