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-instagram-publisher

v1.0.10

Published

n8n community node — publish Images, Reels, Stories, and Carousels via the Instagram Graph API

Downloads

1,369

Readme

n8n-nodes-instagram-publisher

Donate via PayPal

An unofficial community node for n8n that allows you to fully automate your Instagram presence using the official Instagram Graph API.

Instagram Publisher Node

Unlike the default n8n Instagram nodes, this package combines everything you need into a single, highly powerful node that natively supports background processing queues, video polling, and metadata mapping.

Features

  • 📸 Post Images: Publish single photos directly to your feed.
  • 🎬 Post Reels: Upload MP4/MOV videos as Reels (with options to share to the Feed grid).
  • 📖 Post Stories: Post 24-hour disappearing images and videos to your Story.
  • 🎠 Post Carousels: Combine up to 10 photos/videos into a single swipeable carousel.
  • 🎵 Search Audio: Find trending music or original sounds to attach directly to your Reels.
  • 🔍 Get Media Info: Fetch metadata for your published posts.

Advanced Capabilities

  • Automated Wait Queues: The node automatically handles Facebook's video processing queues. It will poll the server and wait for your video to be fully processed before publishing.
  • Auto-Hashtags: Append a mapped list of hashtags directly to the end of your caption.
  • First Comment: Automatically post a comment on your photo/video the second it goes live (great for hiding hashtags or adding extra context).
  • Accessibility: Natively supports mapping custom alt_text for image posts.
  • Collaborators & Location: Tag other users and add Location IDs to your posts.

Installation

Follow the standard n8n community node installation guide:

  1. Go to Settings > Community Nodes in your n8n instance.
  2. Select Install.
  3. Enter n8n-nodes-instagram-publisher in the npm package name field.
  4. Agree to the risks and install.

Credentials

This node connects using the Facebook Graph API. You can use your existing n8n Native OAuth credential, or the Custom Token credential provided by this package.

How to get your Instagram User ID

Because Instagram requires a numeric ID (not your @username), you must find your Business/Creator ID:

  1. Log into the Facebook Graph API Explorer.
  2. Select the Meta App and Facebook Page connected to your Instagram account.
  3. In the query box, enter: me?fields=instagram_business_account
  4. Click Submit.
  5. Copy the ID number inside the instagram_business_account JSON response.

Note: Your token must have the instagram_content_publish and pages_read_engagement permissions.

Compatibility

This node was tested and built for n8n versions v1.0.0 and above. It defaults to using the v26.0 Graph API, but is backwards compatible.

Support the Developer

If you find this community node useful and it saves you time, please consider supporting its ongoing development!

Donate via PayPal

License

MIT License