Instagram API
Public Instagram profiles, media, comments, reels, audio, embeds, and discovery.
instagram
Capabilities
Every capability uses the same POST /execute envelope. Open an endpoint for
its exact ID, input contract, code samples, cost, runtime, and illustrative output.
instagram.audio-reels.list
Streams public reels attached to an Instagram audio page with bounded cursor pagination.
instagram.comments.list
Streams public post comments with bounded cursor pagination and deduplication.
instagram.embed.get
Fetches Instagram's public profile or post embed HTML, including the captioned post variant.
instagram.explore.list
Returns public Explore home sections or paginates a selected section.
instagram.hashtag-posts.search
Discovers public indexed posts and reels for a hashtag with media-type and date filters.
instagram.hashtag.search
Searches logged-out popular content for a hashtag keyword; output declares match_mode=keyword_popular and is not an exact tag feed.
instagram.location-posts.list
Lists the reproducible first page of public ranked posts embedded in an Instagram location page.
instagram.location.get
Fetches metadata for a public Instagram location from its direct server-rendered Relay payload.
instagram.popular.search
Searches popular Instagram content for a keyword.
instagram.post.get
Fetches rich public post, reel, or carousel metadata plus backward-compatible oEmbed fields.
instagram.profile.basic
Fetches current public profile metadata using a numeric Instagram user ID.
instagram.profile.search
Discovers public Instagram profiles through web indexing with bounded page traversal and optional enrichment.
instagram.reels.search
Discovers public Instagram reels through web indexing with bounded page traversal and optional enrichment.
instagram.reels.trending
Streams Instagram's public logged-out reels feed with bounded cursor pagination.
instagram.topic.search
Searches Instagram's public popular-content surface for a known explore topic slug, ID, or topic URL.
instagram.topics.list
Lists the module's known Instagram explore-topic taxonomy, optionally filtered by category.
Common uses
- Monitor public creator and brand profiles
- Build public post and reel datasets
- Analyze public comments and audio usage
- Research popular content by keyword or topic
- Track public publishing activity over time
Integration contract
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until it reaches completed or failed.