Skip to main content

Instagram

The Instagram connector exposes two endpoints:

EndpointPurposeBilled
GET /v1/instagram/searchKeyword / hashtag search (native relevance)per page
GET /v1/instagram/post/{post_id}Full post/reel details + all engagement metricsper request

Post identifiers

A post is identified by its shortcode — the code in a post URL:

https://www.instagram.com/p/DcghxSFtjRB/
└──────────┘
shortcode = DcghxSFtjRB

You can pass either the bare shortcode (DcghxSFtjRB) or a full URL (/p/…, /reel/…, /tv/…) — the API normalises it.

Media types

typeMeaning
imageSingle image post
videoFeed video
reelReel (product_type: clips)
carouselMulti-item album

Reels expose play/view counts in the post response.