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


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.
Free plan included — 500 metadata requests and 25 AI summaries a month.
The API
Fetch metadata, generate an AI summary, or get both in a single request.
/v1/metadata?summary=truecurl --get "https://api.metarabbit.dev/v1/metadata" \
--header "Authorization: Bearer mf_live_..." \
--data-urlencode "url=https://example.com/article" \
--data-urlencode "summary=true"{
"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"
}
}Metadata extraction, AI summaries, and preview rendering — one API, one dashboard.
Title, description, favicon, and every OG/Twitter tag — normalized into one JSON response instead of a pile of regex.
Add &summary=true and get an LLM summary in the same call — one page fetch, no second round trip.
The same response renders pixel-accurate cards for X, search results, and chat unfurls — QA link previews without shipping first.
Runs on Cloudflare Workers with response caching baked in. Fast from anywhere, with a dashboard, API keys, and usage tracking included.
Use cases
Replace brittle scraping code with structured URL metadata your product can use immediately.
Turn pasted URLs into dependable link previews with a title, description, favicon, image, and source domain.
Normalize Open Graph metadata and X/Twitter Cards before links enter a feed, directory, or discovery product.
Enrich saved links and editorial drafts without maintaining your own OG tag scraper or metadata extraction stack.
Give agents structured URL metadata and an optional page summary that is ready to store, rank, or pass to an LLM.
Real output from a real request — flip through the tabs to see how it unfurls.
Pricing
Simple monthly limits with no weighted credits. All prices are in USD.
Explore the API and ship your first integration.
Free forever
For side projects and small products in production.
$90 USD billed annually· 2 months free
For growing products with steady link traffic.
$290 USD billed annually· 2 months free
For high-volume platforms and automation workflows.
$990 USD billed annually· 2 months free
Annual plans include 12 months for the price of 10. Usage limits reset monthly.
FAQ
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.
Metarabbit extracts page titles, descriptions, favicons, Open Graph tags, and X/Twitter Card fields, then returns them in one consistent JSON response.
Yes. Add summary=true to a metadata request to include an optional AI summary in the same response, or use the dedicated summary endpoint.
Yes. Public page metadata is cached for 24 hours, reducing repeat fetch time and load on the source site while keeping integrations predictable.
Yes. The free plan includes 500 metadata requests and 25 AI summaries each month, with no credit card required to start.
Grab an API key and make your first call in under a minute.