Captapi
Pricing
Pay per usage
Captapi
Bring your own Captapi API key and pull structured social media data from YouTube, TikTok, Instagram & Facebook — transcripts, AI summaries, comments, stats, search and downloads. Wraps the Captapi REST API (no scraping); 62 operations, one key.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Fuat Sezer
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
10 days ago
Last modified
Categories
Share
Captapi - Social Media Data (YouTube, TikTok, Instagram, Facebook)
Bring your own Captapi API key and pull structured social media data - transcripts, AI summaries, comments, video/profile stats, search results and download URLs - from YouTube, TikTok, Instagram & Facebook.
This Actor is a thin wrapper: it calls the official Captapi REST API and returns the result. It does not scrape. Credits are billed to your own Captapi account, cached results are free, and failed requests are never charged.
Get a key
Create a free capt_live_... key at
https://captapi.com/dashboard/api-keys (100 free credits to start).
Input
| Field | Required | Notes |
|---|---|---|
| Captapi API key | yes | Your capt_live_... key (stored encrypted). |
| Operation | yes | Which endpoint to call (62 options, grouped by platform). |
| URL | most ops | Video / reel / post / channel / profile / playlist / music URL. |
| Search query | search ops | Keyword or hashtag (min 2 chars). |
| Limit | list ops | Max items to return (billed per result). |
| Language | transcripts | ISO code (e.g. en); defaults to auto-detect. |
| Comment ID | reply ops | Parent comment ID from the comments endpoint. |
| Country | trending feed | Two-letter ISO code (e.g. US). |
| Topic | popular hashtags | Topic/keyword for tiktok_popular_hashtags. |
Each operation only uses the fields it needs; the Actor validates required fields and returns a clear message if one is missing.
Output
One dataset item:
{"operation": "youtube_transcript","ok": true,"cached": false,"creditsUsed": 2,"data": { "...": "the same payload as the REST API" }}
On error, ok is false with status and error, and the run fails with the
API's error message.
Other ways to use Captapi
REST API, MCP server (@captapi/mcp), CLI (@captapi/cli), an n8n community
node (n8n-nodes-captapi), and a Make.com app. See
https://captapi.com/docs/integrations.

