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.
1 credit per requestinstagram.comments.list
Streams public post comments with bounded cursor pagination and deduplication.
1 credit per requestinstagram.embed.get
Fetches Instagram's public profile or post embed HTML, including the captioned post variant.
1 credit per requestinstagram.explore.list
Returns public Explore home sections or paginates a selected section.
1 credit per requestinstagram.hashtag-posts.search
Discovers public indexed posts and reels for a hashtag with media-type and date filters.
1 credit per requestinstagram.hashtag.search
Searches logged-out popular content for a hashtag keyword; output declares match_mode=keyword_popular and is not an exact tag feed.
1 credit per requestinstagram.popular.search
Searches popular Instagram content for a keyword.
1 credit per requestinstagram.post.get
Fetches rich public post, reel, or carousel metadata plus backward-compatible oEmbed fields.
1 credit per requestinstagram.profile-posts.list
Lists public profile posts with bounded cursor pagination, deduplication, and optional timestamp filtering.
1 credit per requestinstagram.profile.basic
Fetches current public profile metadata using a numeric Instagram user ID.
1 credit per requestinstagram.profile.get
Fetches public Instagram profile metadata by username or profile URL.
1 credit per requestinstagram.profile.search
Discovers public Instagram profiles through web indexing with bounded page traversal and optional enrichment.
1 credit per requestinstagram.reels.list
Lists public profile reels with bounded cursor pagination, deduplication, and optional timestamp filtering.
1 credit per requestinstagram.reels.search
Discovers public Instagram reels through web indexing with bounded page traversal and optional enrichment.
1 credit per requestinstagram.reels.trending
Streams Instagram's public logged-out reels feed with bounded cursor pagination.
1 credit per requestinstagram.topic.search
Searches Instagram's public popular-content surface for a known explore topic slug, ID, or topic URL.
1 credit per requestinstagram.topics.list
Lists the module's known Instagram explore-topic taxonomy, optionally filtered by category.
1 credit per requestCommon 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.