INSTAGRAM_USERStatus: BETA An
INSTAGRAM_USER link type corresponds to an Instagram profile. In addition to the baseline preview attributes (title, description, image), INSTAGRAM_USER links provide rich information about the user’s account, including their follower counts, bio, and verification status. This makes it simple to display detailed profile previews and give your users a quick snapshot of a creator or influencer’s reach.
What It Includes
Whentype is INSTAGRAM_USER, the response includes an instagramUser object with fields like:
- username & name: The user’s handle and display name.
- avatar: Responsive images representing the user’s profile picture.
- bio: A short biography or description provided by the user.
- url: A personal website URL, if set.
- followersCount, followingCount, postsCount: Metrics reflecting the user’s scale of influence and activity.
- visibility: Indicates if the account is
PUBLICorPRIVATE. - verified: Whether the account is verified by Instagram.
Example Request
Example Response
Special Notes
- Fallback Strategies: If certain fields (like name or description) are missing, Peekalink infers suitable defaults to maintain a consistent preview.
- Visibility & Verification: Use these fields to present public accounts prominently or to highlight verified creators.
- Scalable Integration: Start by showing basic profile info and incrementally add more data—like follower counts or a link to their personal website—as your use case evolves.