Social Preview Audit (Open Graph) avatar

Social Preview Audit (Open Graph)

Pricing

$250.00 / 1,000 completed audits

Go to Apify Store
Social Preview Audit (Open Graph)

Social Preview Audit (Open Graph)

Will your links unfurl correctly on social and chat platforms? Open Graph tags, Twitter card, canonical, and title/description lengths checked per URL, with og:image actually verified reachable, not just present. Specific issues per URL. Charged only on completed audits.

Pricing

$250.00 / 1,000 completed audits

Rating

0.0

(0)

Developer

Chris Arsenault

Chris Arsenault

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Why does the link look broken when shared? This Actor answers it before anyone shares: for each URL it checks the Open Graph tags, the Twitter card, the canonical link, and title/description lengths — and it verifies the og:image actually loads, which is where most preview failures hide (an image URL that exists in markup and 404s in reality).

Output

Summary plus one row per URL:

{
"url": "https://example.com/launch-post/",
"og_title": "Our Big Launch",
"og_image": "https://cdn.example.com/launch.png",
"og_image_reachable": false,
"twitter_card": null,
"issues": [
"og:image URL is dead (preview shows a broken image)",
"twitter:card missing (X/Twitter uses a minimal preview)"
]
}

Use cases

  • Before campaigns: audit every URL in the send list; broken previews burn the best channel you have.
  • Agents publishing content: verify the preview right after publishing, automatically.
  • Site-wide sweeps: feed a sitemap's top URLs and fix the pages people actually share.

Honesty notes

  • Static HTML is what's audited; previews injected purely by client-side JavaScript are invisible to most platform crawlers too, so this matches how platforms actually see the page.
  • One GET per URL plus one HEAD per og:image; up to 50 URLs per run.
  • If none of the URLs are reachable, the run says so and you are not charged; billing is per completed audit.

Built by 1450 Enterprises.