
Instagram RealtimeAPI
@XPack
The Instagram RealTimeAPI offers access to live data streams. It includes tools like Comments, Likes, Post Info, and more. These can fetch post comments, user likes, detailed post/user info, convert IDs to usernames, search for users/hashtags/accounts, and retrieve various types of Instagram content and related data.
Instagram RealtimeAPI Documentation
1. Overview
The Instagram RealTimeAPI allows you to tap into Instagram's live data streams. You can track engagement, monitor trends, and capture audience insights using its powerful API.
2. Tools and Their Descriptions
2.1 Comments
- Description: Fetches comments from a specific Instagram post. This endpoint allows retrieving the comments associated with a post, with optional support for pagination and threading.
2.2 Likes
- Description: Fetches the list of users who liked a specific media post. It provides a list of Instagram users who have liked a specific media post.
2.3 Post Info
- Description: Fetches detailed information about a specific post.
2.4 User ID to Username
- Description: Converts Instagram user ID to Instagram username
2.5 Username To User ID
- Description: Converts Instagram user name to Instagram ID
2.6 User ID Info
- Description: This endpoint retrieves detailed information about a specific Instagram user by their user - id. It provides various profile details such as bio, follower count, and other relevant user information.
2.7 Username Extended Info
- Description: This endpoint returns information about a particular Instagram user, such as their bio, follower count, and other profile details
2.8 User Info
- Description: Fetch profile information for a specific Instagram user. Returns information about a particular Instagram user, such as their bio, follower count, and other profile details.
2.9 Map
- Description: Fetches nearby places based on the provided location coordinates. Returns a list of places around a specific location point (latitude and longitude). You can filter the results by category or by providing a place ID.
2.10 Users
- Description: Search for Instagram users based on a query string. Allows searching for Instagram users by providing a query string. It supports various search parameters to refine the results.
2.11 Hashtags
- Description: Search for Instagram hashtags based on a query string. Allows users to search for hashtags related to a specific query. It returns a list of matching hashtags along with their metadata, such as post counts.
2.12 Accounts
- Description: Search Instagram accounts by query string. Allows searching for Instagram accounts using a query string.
2.13 Url
- Description: Resolve an Instagram post URL. Takes a URL of an Instagram post it to retrieve the corresponding media.
2.14 UsernameInfo
- Description: Fetch information about an Instagram user based on their username. Retrieves detailed information about a specific Instagram user by their username. It provides various profile details such as bio, follower count, and other relevant user information.
2.15 Feed
- Description: Fetch user's feed posts based on a user identifier.
2.16 HighlightsTray
- Description: Retrieve a user's Instagram highlights tray. Fetches the highlights tray for a specified user on Instagram. Highlights are collections of Instagram Stories that users can save and organize.
2.17 Sections
- Description: Can be used to organize or filter content by geographic areas, which is particularly useful for services that involve check - ins or content discovery based on place
2.18 Location Story
- Description: Fetch stories for a location.
2.19 Hashtags Info
- Description: Retrieve detailed information for a specific Instagram hashtag. Returns metadata and statistics related to a particular hashtag, such as the number of posts, top posts using the tag, and the overall popularity.
2.20 Hashtags Sections
- Description: Fetch specific sections within an Instagram hashtag. Retrieves different sections of media or content under a specific hashtag, such as recent posts or top posts, and allows pagination through sections.
2.21 CommentsReplies
- Description: Fetch replies for a given post and comment.
2.22 Following
- Description: Fetch the list of users that a specific user is following.
2.23 Clips
- Description: Fetch users related to a specific target user in clips.
2.24 Followers
- Description: Fetches the followers of a specified Instagram user. Allows retrieving a list of followers for a given user, with optional support for pagination and filtering.
2.25 Story
- Description: Fetch user's stories based on the user identifier.
2.26 TaggedFeed
- Description: Retrieve a feed of media tagged by a specific Instagram user. Fetches a feed of media that has been tagged by a specified Instagram user. It provides a paginated view of the tagged media, with optional pagination support.
2.27 Locations
- Description: Search for locations based on latitude, longitude, and an optional search query. Allows users to search for locations near a specific latitude and longitude. An optional search query can also be included to refine the results further.
2.28 Places
- Description: Search for places based on a query.
2.29 Top_search
- Description: Perform a top search on Instagram using the given query. Performs a search for top results on Instagram based on the search query. It can return a combination of users, hashtags, and locations depending on the search criteria. For paginated requests: get the next_max_id, reels_max_id, rank_token from previous request
XPack MCP
{
"mcpServers": {
"instagram-realtimeapi": {
"type": "sse",
"autoApprove":"all",
"url": "https://mcp.xpack.ai/v1/mcp/instagram-realtimeapi?authkey={Your-XPack-Auth-Key}"
}
}
}