Captapi avatar

Captapi

Pricing

Pay per usage

Go to Apify Store
Captapi

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

Fuat Sezer

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

10 days ago

Last modified

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

FieldRequiredNotes
Captapi API keyyesYour capt_live_... key (stored encrypted).
OperationyesWhich endpoint to call (62 options, grouped by platform).
URLmost opsVideo / reel / post / channel / profile / playlist / music URL.
Search querysearch opsKeyword or hashtag (min 2 chars).
Limitlist opsMax items to return (billed per result).
LanguagetranscriptsISO code (e.g. en); defaults to auto-detect.
Comment IDreply opsParent comment ID from the comments endpoint.
Countrytrending feedTwo-letter ISO code (e.g. US).
Topicpopular hashtagsTopic/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.