Skip to main content
Type Value: INSTAGRAM_USER
Status: 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

When type 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 PUBLIC or PRIVATE.
  • verified: Whether the account is verified by Instagram.
With these attributes, you can highlight a user’s credibility, popularity, and content focus, helping users discover interesting profiles more quickly.

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.

Schema reference

For a full technical breakdown of all fields and validation rules, including detailed JSON schemas, please refer to the API Reference.