Social Meta & Open Graph Preview Extractor avatar

Social Meta & Open Graph Preview Extractor

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Social Meta & Open Graph Preview Extractor

Social Meta & Open Graph Preview Extractor

Extract and validate Open Graph and Twitter Card social-sharing meta from any URL. Flags missing og:title/og:image/og:description/og:type and twitter:card so your links look great when shared on LinkedIn, Facebook, X and Slack. Pay-per-event: $0.01 per batch of up to 200 URLs.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

soot

soot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Extract and validate Open Graph and Twitter Card social-sharing meta from any URL. Flags missing og:title/og:image/og:description/og:type and twitter:card so your links look great when shared on LinkedIn, Facebook, X and Slack.

What it does

This Actor automates a task that would otherwise take hours of manual work. It is built for batch processing — run it once on a list of inputs and get a structured, downloadable report.

Features

  • Batch processing — handle one or many inputs in a single run
  • Structured output — clean, ready for CSV/JSON export
  • Pay-per-event pricing — you only pay for what you use
  • API & CLI ready — integrate it into any workflow

Input configuration

FieldTypeRequiredDescription
urlsarrayOptionalList of page URLs to analyze for social-sharing meta tags.
urlstringOptionalSingle page URL (backward compatibility).

Usage example

Run via Apify API (cURL)

curl -X POST "https://api.apify.com/v2/acts/sootesting~social-meta-preview-extractor/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{}
'

Run via Apify CLI

apify run --actor-name sootesting~social-meta-preview-extractor --input '{}
'

Output schema

The Actor produces the following structured data:

FieldTypeDescription
urlstringAnalyzed URL
social_preview_healthybooleanTrue if all required OG + Twitter tags are present
missing_og_requiredarrayRequired OG tags that are missing
missing_twitter_requiredarrayRequired Twitter Card tags that are missing
open_graphobjectAll detected Open Graph tags
twitter_cardobjectAll detected Twitter Card tags

Pricing

Pay-per-event: $0.01 per batch of up to 200 URLs, plus a small per-start fee. You are only charged for successful events.

Part of the Sootesting SEO & Data Toolkit — a suite of focused actors for technical SEO, security auditing, and data extraction.