Instagram

ig_get_account

Get Instagram Business/Creator account info: username, name, bio, followers, following, media count, profile picture, and website.

Remote node2flow/instagram

Other tools also called ig_get_account? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "fields": {
      "type": "string",
      "description": "Comma-separated fields (e.g. \"username,followers_count,media_count\"). Default: all basic fields."
    },
    "account_id": {
      "type": "string",
      "description": "Instagram Business Account ID. Find via Facebook Page settings or fb_list_pages + /page_id?fields=instagram_business_account"
    }
  }
}