Social Preview & Open Graph Checker avatar

Social Preview & Open Graph Checker

Pricing

$20.00 / 1,000 preview checkeds

Go to Apify Store
Social Preview & Open Graph Checker

Social Preview & Open Graph Checker

Pricing

$20.00 / 1,000 preview checkeds

Rating

0.0

(0)

Developer

Anthony Snider

Anthony Snider

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

See exactly how any URL will look when shared on social media — the title, description, and image platforms pull from Open Graph and Twitter Card tags. No API key, pay per URL.

▶ Live on the Apify Store: https://apify.com/eliai/social-preview-checker — run it instantly, or call it as an agent tool via Apify MCP.

What it returns

  • The rendered preview — title, description, image, site name (with the same fallback logic platforms use: OG → Twitter → <title>)
  • Open Graph tagsog:title, og:description, og:image (resolved to absolute URL), og:type, og:site_name
  • Twitter Card tagstwitter:card, twitter:title, twitter:image
  • Issues — missing tags that degrade the share preview

Input

{ "url": "https://example.com" }

or bulk:

{ "urls": ["https://a.com", "https://b.com"], "maxUrls": 25 }

Output (per URL)

{
"url": "https://example.com",
"renderedPreview": { "title": "...", "description": "...", "image": "https://.../og.png", "siteName": "Example" },
"openGraph": { "title": "...", "image": "https://.../og.png" },
"twitter": { "card": "summary_large_image" },
"issues": ["Missing og:description"],
"summary": "1 preview issue(s)"
}

Use cases

Pre-publish checks, social/marketing QA, and link-preview debugging — by hand or wired into a CMS/agent. Pairs with our SEO & Tech Auditor.