Social Media Automation - Automates Instagram user, media, story, messaging, upload, and insight operations through a unified API wrapper.
API Wrappers - An unofficial Python library that wraps Instagram's private and public APIs for automated content retrieval and social media management.
Detailed Follower Profile Exporters - Returns detailed profile fields per follower including username, profile picture, verification status, and business contact info.
Gradual Account Warmups - Gradually warms new accounts with read-heavy actions to avoid triggering anti-abuse systems.
Intersection Analyzers - Computes follower intersection sets between Instagram accounts to reveal shared audiences.
Public Account Follower Retrievers - Retrieves the complete follower list of any public Instagram account through paginated API requests.
Public Account Following Retrievers - Retrieves the complete list of accounts a public Instagram user follows, supporting pagination for large datasets.
Follower List Retrievers - Returns complete paginated follower and following lists for any public Instagram user without OAuth.
Social Media Content Management - Uploads and manages Instagram media, stories, and reels programmatically with metadata and engagement tracking.
Social Media Data Scraping - Scrapes public Instagram data including profiles, posts, comments, and followers without OAuth.
Profile Information Retrieval - Gets public user data such as username, full name, and profile picture from the platform.
Client Environment Emulations - Configures proxies, device profile, user agent, locale, and timezone to mimic a stable client environment.
User Profile Retrieval - Retrieves full Instagram profile data including bio, follower count, and business contact info via API key.
Story Content Retrieval - Returns current stories and highlight reels with direct media URLs and metadata before they expire.
High Performance Scraping - Scales high-volume scraping by processing large batches of profile or media requests without throttling.
Social Media Automation Clients - Automates Instagram actions like login, session management, posting, messaging, and follower analysis through a unified interface.
Automated Credential Logins - Automates credential-based login with optional TOTP two-factor authentication for secure access.
HTTP Session Persisters - Saves and reloads HTTP session state and cookies from local files to maintain continuity across runs.
Rate Limiting & Abuse Prevention - Distinguishes between throttling, session expiry, and challenges, applying different recovery actions for each.
Randomized Request Delays - Inserts variable pauses between requests to mimic human browsing patterns and avoid detection.
Session Authentication - Manages Instagram login sessions, handles 2FA, challenges, and cookie persistence for automated access.
Session-Cookie Persistences - Persists session cookies and device identifiers to avoid repeated password logins across runs.
Session Management - Stores, loads, and saves session cookies and device configuration to a file for reuse.
Rate-Limit-Aware Backoffs - Ships a rate-limit-aware backoff that distinguishes throttling, session expiry, and challenge responses.
Social Graph Paginators - Paginates through Instagram API responses to retrieve complete follower, following, comment, and media lists.
Authenticated Session Clients - Sends requests through Instagram's private mobile API using a logged-in session for authorized operations.
Public-Fallback API Routings - Implements a fallback routing strategy that tries public endpoints before authenticated mobile API paths.
Social Media Extraction Tools - Extracts public Instagram data including profiles, posts, reels, stories, and engagement metrics without OAuth.
Account-Level Read-Write Separations - Separates read and write workloads across accounts to reduce the risk of restrictions on social media platforms.
Message Management - Reads and sends messages within private conversation threads on the platform.
Model Context Protocol Servers - An MCP server that exposes Instagram and Threads data tools for natural-language queries from AI assistants.
Social Media Post Retrievers - Accesses public post metadata, reels, and their associated comments from Instagram.
Reel Downloaders - Fetches a specific reel by its shortcode or media ID and provides a direct HD video download URL.
Engagement Data Scrapers - Collects comments, follower lists, and like/comment counts on posts with pagination support.
Media Post Scrapers - Fetches posts, reels, and stories with captions, engagement metrics, and download URLs for any media type.
Comment Extractors - Paginates through all comments on a post with commenter profiles and timestamps for analysis.
Social Platform Data Extraction - Fetches public Threads profile metadata, posts, replies, and network relationships for analytics and monitoring.