Social Media Marketing
Pricing
Pay per event
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
Actor stats
5
Bookmarked
23
Total users
0
Monthly active users
12 hours ago
Last modified
Categories
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: 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
- Open the Actor — go to Social Media Marketing on Apify and click Try for free.
- Configure inputs — enter a video URL, select language, image style, platforms, tones, and AI models.
- 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
| Parameter | Type | Required | Default | Description | Example |
|---|---|---|---|---|---|
video_url | string | ✅ | — | URL of the video to analyze and convert to social media content. | https://youtube.com/watch?v=X |
language | string | ✅ | — | Output language. Options: english, chinese, japanese, korean, spanish, french, german, russian, portuguese, italian, arabic, hindi. | english |
image_style | string | ✅ | — | Image generation style: none, original, memes, realistic, 3d, anime, cartoon, cyberpunk, digital art, pixel art. | realistic |
platforms | list | ✅ | — | Target platforms: x-free, x-premium, instagram, linkedin, facebook, pinterest, reddit, tiktok, youtube, rednote, threads, mastodon. | ["instagram", "linkedin"] |
tones | list | ✅ | — | Writing tones: questioning, emotional, contrasting, controversial, storytelling, urgent, humorous, motivational, educational, personal, professional, casual. | ["educational", "casual"] |
models | list | ✅ | — | AI 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.
| Field | Type | Always present? | Description | Example |
|---|---|---|---|---|
processor | string | ✅ | Apify Actor URL that produced this record. | https://apify.com/TrueFetch/social-media-marketing |
processed_at | string | ✅ | ISO 8601 UTC timestamp. | 2026-04-24T09:30:00+00:00 |
platform | string | optional | Target platform name. | instagram |
model | string | optional | AI model used for generation. | deepseek/deepseek-chat-v3.1 |
language | string | optional | Content language. | english |
tone | string | optional | Writing tone applied. | educational |
post_text | string | optional | Generated post copy for the target platform. | 🎬 Just watched this and couldn't stop thinking... |
image_url | string | optional | URL to the generated image in the key-value store. | https://api.apify.com/v2/key-value-stores/.../records/img |
image_style | string | optional | Image 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
| Fact | Value |
|---|---|
| Pricing model | Pay-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 platforms | 12 (X, Instagram, LinkedIn, Facebook, TikTok, YouTube, and more) |
| Supported AI models | 6 (DeepSeek, Claude, Gemini, Grok, GPT-5, Qwen) |
| Supported languages | 12 (English, Chinese, Japanese, Korean, Spanish, and more) |
| Login / cookies required | No — works without a social platform account |
| Export formats | JSON, JSONL, CSV, Excel, XML, RSS, dataset API; images in key-value store |
⚖️ Compared with alternatives
| Capability | Social Media Marketing | Buffer / Hootsuite AI | Custom GPT wrapper |
|---|---|---|---|
| Transform video URL into platform-native post copy | ✅ | ❌ | you build & maintain |
| 12 platforms + 6 AI models in one call | ✅ | limited | you implement |
| Pay-per-token pricing (no subscription) | $0.000034 / text token | monthly subscription | API cost + dev cost |
| AI image generation for social posts | ✅ | ❌ | you implement |
| Setup time to first result | < 60 seconds | hours of setup | days–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
- 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.
- Setting
image_styleto something other thannonewhen you don't need images. Image generation costs $0.00008/token — skip it if you only need text copy. - Not reviewing generated posts before publishing. AI-generated content should be reviewed for tone, accuracy, and platform fit before publishing.
🛠️ Troubleshooting
| Problem | Likely cause | Fix |
|---|---|---|
Missing 'video_url' field | Input 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 reached | Account-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 API —
run-sync-get-dataset-itemsfor blocking calls,runsfor 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
- Best Job Search
- Glassdoor Job Search
- Glints Company Finder
- Glints Job Finder
- Indeed Job Search
- JobStreet Company Finder
- JobStreet Job Finder
- LinkedIn Job Search
- StepStone Company Finder
- StepStone Job Finder
Shopping & Deals
- Amazon Deals Scraper
- Amazon Store Finder
- Argos Deals Scraper
- ASOS Fashion Scraper
- eBay Deals Scraper
- eBay Seller Finder
- Flipkart Deals Scraper
- John Lewis Deals Scraper
- Lidl Deals Scraper
- Magalu Deals Scraper
- MediaMarkt Deals Scraper
- Mercado Livre Deals Scraper
- Nykaa Beauty Scraper
- OTTO Deals Scraper
- Target Deals Scraper
- TradeIndia Product Finder
- TradeIndia Supplier Finder
- Walmart Deals Scraper
Vehicles
- AutoTrader Car Finder
- AutoTrader Dealer Finder
- Cars.com Car Finder
- Cars.com Dealer Finder
- Webmotors Car Finder
Real Estate
Local Business & Food
- BBB Business Finder
- BBB Review Checker
- Google Business Profile
- Reclame Aqui Company Finder
- Zomato Menu Checker
- Zomato Restaurant Finder
Classifieds
Social Media
- Find Any Company On LinkedIn
- Find Anyone On LinkedIn
- Instagram Explore
- Instagram Post
- Instagram Profile
- Reddit Community Post
- Reddit Community Profile
- Reddit Community User
- Reddit Post Search
- Reddit User Profile
- Social Media Marketing
- Telegram Channel Message
- Telegram Group Member
- Telegram Profile
- X Community Profile
- X User Profile
Videos & Text
- Best Video Downloader
- Instagram To Text
- TikTok Live Recorder
- TikTok Video Downloader
- TikTok Video Lookup
- Video Subtitles Downloader
- Video To Text
- YouTube Niche Scraper
- YouTube Video Downloader
Content & Articles
📞 Support, changelog, last updated
Support
- 💬 Telegram Group: t.me/Apify_Actor
- 📧 Direct support: t.me/AiAgentApi
- 📖 Actor page & docs: apify.com/TrueFetch/social-media-marketing
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