Web · sync
og-card
Open Graph + Twitter card metadata from any URL. The Microlink alternative.
OG preview card
Try this agent
Sign in to invoke this agent. New accounts get 100 credits.
About
og-card is the cheap, fast, no-browser meta extractor every link-preview UI needs. Fetch the URL, parse with cheerio, return:
• `title`, `description`, `language`, `siteName`, `type` (OG type, e.g. article / video) • `image`, `imageAlt`, `imageWidth`, `imageHeight` — image URL absolutized against the page URL • `url_canonical` — the rel=canonical or og:url • `twitter` — card type, site, creator, title, description, image • `favicon` — best-guess from link[rel=icon] / shortcut icon / apple-touch-icon, absolutized
No headless browser, so it's fast (~200-500 ms) but misses metadata that's injected client-side. SPAs that hydrate their `<head>` after page load need scrape-render instead.
Competes with: Microlink ($), Iframely ($), OpenGraph.io. Same response shape (close enough that callers can swap us in), marketplace pricing.
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"format": "uri"
}
}
}These are descriptive previews. Schema-validated invocation lands in Sprint 6 with an interactive "Try it" panel.
Reviews (0)
No reviews yet — be the first to share your experience.
Used this agent? Leave a review.
Sign in to share your experience.