Social Media Marketing avatar

Social Media Marketing

Pricing

Pay per event

Go to Apify Store
Social Media Marketing

Social Media Marketing

Turn any video URL into platform-ready captions, hashtags, and AI-generated images for Instagram, TikTok, X, LinkedIn, and 8 more platforms. 6 AI models. Pay per token.

Pricing

Pay per event

Rating

5.0

(1)

Developer

TrueFetch

TrueFetch

Maintained by Community

Actor stats

5

Bookmarked

23

Total users

0

Monthly active users

12 hours ago

Last modified

Share

Affiliate disclosure: Apify links on this page may include referral parameters. If you sign up through one of these links, TrueFetch may earn a commission from Apify at no extra cost to you. Pricing, features, and Actor access are unaffected.

Social Media Marketing AI Social Media Content Generator $0.000034 per Text Token 12 Platforms & 6 AI Models Telegram Support Telegram Group

Social Media Marketing — AI Social Media Content Generator: 12 Platforms & 6 AI Models

Provide a video URL and generate AI-powered social media posts and images for 12 platforms — X, Instagram, LinkedIn, TikTok, YouTube, Reddit, and more — in 12 languages using DeepSeek, Claude, Gemini, Grok, GPT, or Qwen. No manual writing required.

TL;DR (40-word answer): Social Media Marketing is a no-login Apify Actor that transforms any video URL into platform-optimized social media content using AI, charged per text and image token, supporting 12 platforms, 12 tones, and 6 AI models. Last verified 2026-05-02.

What it is NOT: Social Media Marketing is not a social media scheduler, not a post publisher, and not a scraper — it generates AI-written post copy and images from video content for human review and manual publishing.

Social Media Marketing is an Apify Actor that accepts a video URL and returns AI-generated, platform-optimized social media posts and optional images for up to 12 platforms simultaneously. Maintained by TrueFetch on the Apify Store.


🏷️ Why choose Social Media Marketing

Social Media Marketing is best for content creators, social media managers, and marketing teams who need to repurpose video content into platform-native posts at scale without manual copywriting.

  • 📊 12 platforms in one run — X (free & premium), Instagram, LinkedIn, Facebook, TikTok, YouTube, Pinterest, Reddit, RedNote, Threads, Mastodon.
  • 🤖 6 AI models — choose from DeepSeek, Claude Sonnet, Gemini 2.5 Pro, Grok, GPT-5, or Qwen for best quality vs. cost tradeoff.
  • ⚡ Pay-per-token pricing$0.000034 per text token + $0.00008 per image token. Free Apify plan includes $5 monthly credits.

🚀 Quick Start — run in 3 steps

Run in Apify Console

  1. Open the Actor — go to Social Media Marketing on Apify and click Try for free.
  2. Configure inputs — enter a video URL, select language, image style, platforms, tones, and AI models.
  3. Click Start — the Actor returns AI-generated posts per platform in the default dataset.

Run via Apify API

curl -X POST "https://api.apify.com/v2/acts/TrueFetch~social-media-marketing/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"video_url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"language": "english",
"image_style": "realistic",
"platforms": ["instagram", "linkedin", "x-free"],
"tones": ["educational", "casual"],
"models": ["deepseek", "claude"]
}'

Run via MCP (for AI agents)

Social Media Marketing is callable from Claude, ChatGPT, Cursor, and any MCP-compatible client through the Apify MCP Server. Reference the Actor as TrueFetch/social-media-marketing and pass the same JSON input as above.


⚙️ Input parameters

ParameterTypeRequiredDefaultDescriptionExample
video_urlstringURL of the video to analyze and convert to social media content.https://youtube.com/watch?v=X
languagestringOutput language. Options: english, chinese, japanese, korean, spanish, french, german, russian, portuguese, italian, arabic, hindi.english
image_stylestringImage generation style: none, original, memes, realistic, 3d, anime, cartoon, cyberpunk, digital art, pixel art.realistic
platformslistTarget platforms: x-free, x-premium, instagram, linkedin, facebook, pinterest, reddit, tiktok, youtube, rednote, threads, mastodon.["instagram", "linkedin"]
toneslistWriting tones: questioning, emotional, contrasting, controversial, storytelling, urgent, humorous, motivational, educational, personal, professional, casual.["educational", "casual"]
modelslistAI models to use: deepseek, claude, gemini, grok, gpt, qwen.["deepseek"]
{
"video_url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"language": "english",
"image_style": "realistic",
"platforms": ["instagram", "linkedin", "x-free"],
"tones": ["educational", "casual"],
"models": ["deepseek"]
}

📦 Output dataset

Each run writes AI-generated social media content records to the default Apify dataset and generated images to the key-value store, exportable as JSON, JSONL, CSV, Excel, or via the dataset API.

FieldTypeAlways present?DescriptionExample
processorstringApify Actor URL that produced this record.https://apify.com/TrueFetch/social-media-marketing
processed_atstringISO 8601 UTC timestamp.2026-04-24T09:30:00+00:00
platformstringoptionalTarget platform name.instagram
modelstringoptionalAI model used for generation.deepseek/deepseek-chat-v3.1
languagestringoptionalContent language.english
tonestringoptionalWriting tone applied.educational
post_textstringoptionalGenerated post copy for the target platform.🎬 Just watched this and couldn't stop thinking...
image_urlstringoptionalURL to the generated image in the key-value store.https://api.apify.com/v2/key-value-stores/.../records/img
image_stylestringoptionalImage style used for generation.realistic

Sample output

{
"processor": "https://apify.com/TrueFetch/social-media-marketing",
"processed_at": "2026-04-24T09:30:00+00:00",
"platform": "instagram",
"model": "deepseek/deepseek-chat-v3.1",
"tone": "educational",
"post_text": "🎬 Just watched this and couldn't stop thinking about...",
"image_url": "https://api.apify.com/v2/key-value-stores/.../records/img"
}

💡 Use cases

For content creators repurposing YouTube videos across social media

  • Problem: a creator publishes a YouTube tutorial and needs optimized post copy for Instagram, LinkedIn, and TikTok without writing each manually.
  • How Social Media Marketing solves it: run with the YouTube URL, select all target platforms, and receive ready-to-review post drafts in seconds.
  • Outcome: platform-native copy for 3 platforms in one API call.

For marketing agencies managing multi-platform social presence

  • Problem: an agency needs to generate 12-platform post variants from client video content every week.
  • How Social Media Marketing solves it: integrate the Actor via Apify API into the agency's content calendar workflow with automated scheduling.
  • Outcome: automated weekly content production at token-only cost.

For AI agents automating content repurposing workflows

  • Problem: LLM orchestration agents need to repurpose video content into social posts as part of a larger marketing pipeline.
  • How Social Media Marketing solves it: call the Actor over the Apify MCP Server to generate posts on demand from video URLs.
  • Outcome: fully automated video-to-social content pipeline.

💰 Pricing, limits, and performance

FactValue
Pricing modelPay-per-token (events: actor_usage, text_token, image_token)
Actor usage cost$0.0001 per usage unit
Text token cost$0.000034 per text token
Image token cost$0.00008 per image token
Free-tier monthly allowance$5 Apify credits ≈ ~150–300 social posts / month (text-only; varies by model count, platform count, and content length)
Supported platforms12 (X, Instagram, LinkedIn, Facebook, TikTok, YouTube, and more)
Supported AI models6 (DeepSeek, Claude, Gemini, Grok, GPT-5, Qwen)
Supported languages12 (English, Chinese, Japanese, Korean, Spanish, and more)
Login / cookies requiredNo — works without a social platform account
Export formatsJSON, JSONL, CSV, Excel, XML, RSS, dataset API; images in key-value store

⚖️ Compared with alternatives

CapabilitySocial Media MarketingBuffer / Hootsuite AICustom GPT wrapper
Transform video URL into platform-native post copyyou build & maintain
12 platforms + 6 AI models in one calllimitedyou implement
Pay-per-token pricing (no subscription)$0.000034 / text tokenmonthly subscriptionAPI cost + dev cost
AI image generation for social postsyou implement
Setup time to first result< 60 secondshours of setupdays–weeks

Verdict. Social Media Marketing is ideal for teams who need AI-powered video-to-social content generation without expensive SaaS subscriptions or custom development.


⚠️ Common mistakes to avoid

  1. Selecting too many models at once. Each model generates a full set of posts — selecting all 6 multiplies token costs by 6×. Start with 1–2 models.
  2. Setting image_style to something other than none when you don't need images. Image generation costs $0.00008/token — skip it if you only need text copy.
  3. Not reviewing generated posts before publishing. AI-generated content should be reviewed for tone, accuracy, and platform fit before publishing.

🛠️ Troubleshooting

ProblemLikely causeFix
Missing 'video_url' fieldInput is missing the video_url key.Add "video_url": "https://..." to your input JSON.
'language' must be one of:Language value not in the supported list.Use one of: english, chinese, japanese, korean, spanish, etc.
'platforms' must be one of:Platform name not in supported list.Use one of: x-free, instagram, linkedin, tiktok, etc.
Charge limit reachedAccount-level monthly spend limit hit.Raise the run / monthly limit in your Apify plan settings.

❓ FAQ

What does Social Media Marketing generate?

Social Media Marketing generates platform-optimized post copy and optional AI images for up to 12 social media platforms from a single video URL, in up to 12 languages using 6 different AI models.

How much does Social Media Marketing cost?

The Actor charges $0.000034 per text token and $0.00008 per image token. Typical posts use a few hundred tokens each. The Apify Free plan includes $5 of monthly platform credits.

Does Social Media Marketing publish posts automatically?

No. Social Media Marketing generates content only — publishing requires human review and manual posting or a separate scheduling tool.

Which AI model is the most cost-effective?

DeepSeek offers the lowest cost per token ($0.25/M input, $1/M output) and is recommended for bulk generation. Claude and GPT-5 offer higher quality at higher cost.


🔌 Integrations

Social Media Marketing plugs straight into the Apify ecosystem:

  • Schedules — generate weekly content batches on a recurring schedule (docs).
  • Webhooks — POST results to your endpoint on ACTOR.RUN.SUCCEEDED (docs).
  • Apify APIrun-sync-get-dataset-items for blocking calls, runs for async (docs).
  • MCP Server — call the Actor from Claude, ChatGPT, or Cursor agents (docs).
  • No-code — Make, Zapier, n8n, Pipedream, Google Sheets, Airtable.

🧱 Sister Actors from TrueFetch

Jobs

Shopping & Deals

Vehicles

Real Estate

Local Business & Food

Classifieds

Social Media

Videos & Text

Content & Articles


📞 Support, changelog, last updated

Support

Maintained by TrueFetch on the Apify Store.

Cost of doing nothing: writing platform-optimized social media posts for 12 platforms manually takes hours. Social Media Marketing generates platform-native copy from any video at token cost only. → Try it free with $5 of Apify credits.

Changelog

  • 2026-05-02 — README rewritten for SEO + GEO; documented all input parameters, pricing, troubleshooting matrix, and FAQ.
  • 2026-04 — Added Grok-4 and GPT-5 model support.
  • 2026-02 — Initial release: AI social media content generator from video URLs.

{
"@context": "https://schema.org",
"@graph": [
{
"@type": "SoftwareApplication",
"@id": "https://apify.com/TrueFetch/social-media-marketing#software",
"name": "Social Media Marketing",
"description": "Apify Actor that transforms video URLs into AI-generated, platform-optimized social media posts for 12 platforms using 6 AI models at $0.000034 per text token.",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web, Cloud",
"url": "https://apify.com/TrueFetch/social-media-marketing",
"offers": {
"@type": "Offer",
"price": "0.000034",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
},
"author": { "@id": "https://apify.com/TrueFetch#author-TrueFetch" },
"publisher": { "@id": "https://apify.com/TrueFetch#publisher" }
},
{
"@type": "Organization",
"@id": "https://apify.com/TrueFetch#publisher",
"name": "TrueFetch",
"url": "https://apify.com/TrueFetch",
"sameAs": ["https://t.me/Apify_Actor", "https://t.me/AiAgentApi"]
},
{
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What does Social Media Marketing generate?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Social Media Marketing generates platform-optimized post copy and optional AI images for up to 12 social media platforms from a single video URL, in 12 languages using 6 different AI models."
}
},
{
"@type": "Question",
"name": "How much does Social Media Marketing cost?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The Actor charges $0.000034 per text token and $0.00008 per image token. The Apify Free plan includes $5 of monthly platform credits."
}
},
{
"@type": "Question",
"name": "Does Social Media Marketing publish posts automatically?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No. Social Media Marketing generates content only — publishing requires human review and manual posting or a separate scheduling tool."
}
}
]
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Apify",
"item": "https://apify.com"
},
{
"@type": "ListItem",
"position": 2,
"name": "Social Media",
"item": "https://apify.com/store?category=SOCIAL_MEDIA"
},
{
"@type": "ListItem",
"position": 3,
"name": "Social Media Marketing",
"item": "https://apify.com/TrueFetch/social-media-marketing"
}
]
}
]
}

Last Updated: May 2, 2026 Schema version: 1.1 Maintained by: TrueFetch · 💬 Telegram Group · 📧 Support