Social Meta & Open Graph Preview Extractor
Pricing
from $0.01 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
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
| Field | Type | Required | Description |
|---|---|---|---|
urls | array | Optional | List of page URLs to analyze for social-sharing meta tags. |
url | string | Optional | Single 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:
| Field | Type | Description |
|---|---|---|
url | string | Analyzed URL |
social_preview_healthy | boolean | True if all required OG + Twitter tags are present |
missing_og_required | array | Required OG tags that are missing |
missing_twitter_required | array | Required Twitter Card tags that are missing |
open_graph | object | All detected Open Graph tags |
twitter_card | object | All 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.
Related
Part of the Sootesting SEO & Data Toolkit — a suite of focused actors for technical SEO, security auditing, and data extraction.