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
(3)
Developer
Actor stats
6
Bookmarked
25
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
๐ $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
- 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 Listing
- Glassdoor Job Listing
- Glints Company Profile
- Glints Job Listing
- Indeed Job Listing
- JobStreet Company Profile
- JobStreet Job Listing
- LinkedIn Job Listing
- StepStone Company Profile
- StepStone Job Listing
Shopping & Deals
- Amazon Product Listing
- Amazon Store Profile
- Argos Product Listing
- ASOS Product Listing
- eBay Listing
- eBay Seller Profile
- Flipkart Product Listing
- John Lewis Product Listing
- Lidl Product Listing
- Magalu Product Listing
- MediaMarkt Product Listing
- Mercado Livre Product Listing
- Nykaa Product Listing
- OTTO Product Listing
- Target Product Listing
- TradeIndia Product Listing
- TradeIndia Supplier Profile
- Walmart Product Listing
Vehicles
- AutoTrader Car Listing
- AutoTrader Dealer Profile
- Cars.com Car Listing
- Cars.com Dealer Profile
- Webmotors Car Listing
Real Estate
- MagicBricks Builder Profile
- MagicBricks Property Listing
- US Property Listing
- Zillow Property Listing
Local Business & Food
- BBB Business Profile
- BBB Review
- Google Maps Business Listing
- Reclame Aqui Company Profile
- Zomato Restaurant Menu
- Zomato Restaurant Listing
Classifieds
Social Media
- LinkedIn Company Profile
- LinkedIn Person Profile
- Instagram Explore Post Post
- Instagram Profile Post
- Instagram Profile
- Reddit Community Post
- Reddit Community Profile
- Reddit Community Member
- 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 Video Transcript
- TikTok Live Recorder
- TikTok Video Downloader
- TikTok Profile Video
- Video Subtitles Downloader
- Video To Text
- YouTube Niche Listing
- YouTube Video Downloader
Content & Articles
๐ Support, changelog, last updated
Support
- ๐ฌ Telegram Group: t.me/TrueFetch
- ๐ง 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/TrueFetch","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
