Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

n8n-nodes-instagram-private-api-wrapped

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-instagram-private-api-wrapped

n8n community node for Instagram automation using private API capabilities

Source
npmnpm
Version
0.0.4
Version published
Weekly downloads
48
92%
Maintainers
1
Weekly downloads
 
Created
Source

n8n-nodes-instagram-private-api

n8n.io - Workflow Automation

This is an n8n community node for Instagram integration using the instagram-private-api library.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources
[

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

This node provides the following operations:

Profile

  • Get Profile Info: Retrieve Instagram profile information

Media

  • Get Media: Retrieve user media posts

Followers

  • Get Followers: Retrieve list of followers

Following

  • Get Following: Retrieve list of accounts being followed

Posts

  • Create Post: Upload and publish posts to Instagram
  • Get User Feed: Retrieve user's timeline feed

Credentials

This node requires Instagram login credentials:

  • Username: Your Instagram username
  • Password: Your Instagram password

Important Security Note: This node uses the instagram-private-api library which requires your actual Instagram credentials. Make sure to:

  • Use n8n's credential system to store sensitive information securely
  • Consider the risks of using your personal account
  • Be aware of Instagram's terms of service

Compatibility

This community node was developed and tested with n8n version 1.0+.

Usage

This node uses the instagram-private-api library to interact with Instagram's private API endpoints. This allows for more comprehensive access to Instagram features compared to the official APIs, but comes with additional considerations:

Features Available:

  • Access to private account information
  • Retrieve followers and following lists
  • Upload photos and stories
  • Access to direct messages
  • Timeline and user feed access

Important Considerations:

  • Terms of Service: Using private APIs may violate Instagram's Terms of Service
  • Rate Limiting: Instagram has strict rate limits - use delays between requests
  • Account Safety: Consider using a dedicated account for automation
  • Stability: Private APIs can change without notice

Example Usage:

  • Get Profile Info: Retrieve detailed profile information including follower count, bio, etc.
  • Get Media: Fetch user's posted media with metadata
  • Get Followers: Access follower list with user details
  • Create Posts: Upload and publish photos with captions

Resources

Version history

  • 0.1.0: Template implementation following n8n guidelines

Development

To work with this template:

# Install dependencies
npm install

# Build the node
npm run build

# Run linting
npm run lint

# Run tests
npm test

# Format code
npm run format

License

MIT

Keywords

n8n-community-node-package

FAQs

Package last updated on 02 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts