OG Social Card Generator
Under maintenancePricing
from $10.00 / 1,000 results
OG Social Card Generator
Under maintenanceTurn any URL into a stunning 1200×630 Open Graph share card — in batch. Auto-extracts title, description & site name, with light/dark/auto themes, custom text overrides, and your logo. $0.03/card.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
Yixing Chen
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
16 days ago
Last modified
Categories
Share
Turn any URL into a stunning 1200×630 Open Graph (OG) share card — automatically. Perfect for link previews on Twitter/X, Facebook, LinkedIn, Slack, and Discord.
Why this one (not the free generators)
- Batch mode — paste several URLs (comma or newline separated) and get a card for each in a single run. Most free tools only do one at a time.
- Full control — override the auto-extracted title, description, or site name with your own copy when the page metadata is weak.
- Theme picker —
auto(follows Dark mode),light, ordark. - Branding — drop in your own logo (URL or data URI).
- Deterministic palette — each domain gets a consistent accent color, so your cards look on-brand at a glance.
Input
| Field | Type | Default | Description |
|---|---|---|---|
url | string (required) | — | One URL, or several separated by commas / new lines |
theme | auto | light | dark | auto | Card theme |
dark_mode | boolean | false | Used when theme is auto |
logo | string | — | Optional logo image URL or data URI |
title_override | string | — | Replace the extracted title |
description_override | string | — | Replace the extracted description |
siteName_override | string | — | Replace the extracted site name |
Output
- A PNG per URL saved to the Key-Value Store as
CARD.png(orCARD_1.png,CARD_2.png, … for batches) - One dataset item per URL:
url,siteName,title,description,theme,cardImageKey
Examples
Single card:
{ "url": "https://github.com" }
Batch of three:
{ "url": "https://github.com, https://apify.com, https://openai.com" }
Custom copy + dark:
{ "url": "https://example.com", "theme": "dark", "title_override": "My Big Launch", "description_override": "Join the waitlist today" }
Pricing
$0.03 per card (per dataset item). No subscription, no minimum — you only pay for the cards you actually generate.
Notes
Premium features (PDF export, API-key auth, Pro tier with higher rate limits) are coming soon.