npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-captapi

v0.1.0

Published

n8n community node for Captapi — structured social media data from YouTube, TikTok, Instagram & Facebook (transcripts, AI summaries, comments, stats, search, downloads). 62 operations, one API key.

Downloads

140

Readme

n8n-nodes-captapi

This is an n8n community node. It lets you use Captapi in your n8n workflows.

Captapi turns YouTube, TikTok, Instagram and Facebook URLs into clean, structured JSON — transcripts, AI summaries, comments, video/post details, profile & channel stats, search, hashtag/music lookups and downloads. One API key, 62 operations.

Installation · Credentials · Operations · Usage · Resources

Installation

Follow the community nodes installation guide in the n8n docs.

In your n8n instance:

  1. Go to Settings → Community Nodes.
  2. Select Install.
  3. Enter n8n-nodes-captapi as the npm package name.
  4. Agree to the risks and select Install.

The Captapi node and Captapi API credential will then be available.

Credentials

You need a Captapi API key:

  1. Create a free account at captapi.com.
  2. Open Dashboard → API Keys and copy a key.
  3. In n8n, create a new Captapi API credential and paste the key.

The credential test calls /v1/account/limits to confirm the key works. Base URL defaults to https://api.captapi.com and rarely needs changing.

Operations

Pick a Platform (YouTube, TikTok, Instagram, Facebook), then an Operation. Highlights per platform:

  • YouTube — Transcript, Summarizer, Video/Channel Details, Comments, Search, Channel Videos/Shorts/Streams/Playlists, Community Posts, Comment Replies, Downloads.
  • TikTok — Transcript, Summarizer, Video/Channel Details, Comments, Search, Channel Posts, Followers/Followings, Music Posts, Song Details, Trending Feed, Popular Hashtags, Downloads.
  • Instagram — Transcript, Summarizer, Post/Reel Details, Comments, Channel Posts/Reels, Reels/Hashtag/Profile Search, Story Highlights, Tagged & Music Posts, Embed, Downloads.
  • Facebook — Details, Transcript, Summarizer, Comments, Page Details, Profile Posts/Reels, Group Posts, Comment Replies.

Each operation maps 1:1 to a Captapi REST endpoint and exposes exactly the inputs that endpoint accepts (e.g. URL, Query, Limit, Language, Comment ID).

Usage

A minimal flow: Manual Trigger → Captapi.

  1. Add the Captapi node.
  2. Platform: YouTube, Operation: YouTube Transcript.
  3. URL: https://youtube.com/watch?v=dQw4w9WgXcQ.
  4. Execute — the node returns the transcript JSON.

Pricing is credit-based and per result; cached responses are free and failed requests are never charged. See captapi.com/pricing.

Resources