Instagram · Example Payload

Instagram Graph Api User Example

InstagramMetaPhotosSocial MediaVideosContent Publishing

Instagram Graph Api User Example is an example object payload from Instagram, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idusernamenamebiographywebsiteprofile_picture_urlfollowers_countfollows_countmedia_count

Example Payload

Raw ↑
{
  "id": "17841400123456789",
  "username": "examplebusiness",
  "name": "Example Business",
  "biography": "Official account for Example Business.",
  "website": "https://www.example.com",
  "profile_picture_url": "https://scontent.cdninstagram.com/example.jpg",
  "followers_count": 15000,
  "follows_count": 500,
  "media_count": 342
}