Instagram

ig_get_account_insights

Get account-level analytics. Metrics: impressions, reach, follower_count, email_contacts, phone_call_clicks, text_message_clicks, website_clicks, profile_views. Period: day, week, days_28, lifetime.

Remote node2flow/instagram

Other tools also called ig_get_account_insights? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "since": {
      "type": "string",
      "description": "Start date YYYY-MM-DD or Unix timestamp"
    },
    "until": {
      "type": "string",
      "description": "End date YYYY-MM-DD or Unix timestamp (max 30 days range)"
    },
    "metric": {
      "type": "string",
      "description": "Comma-separated metrics (e.g. \"impressions,reach,follower_count,profile_views\")"
    },
    "period": {
      "type": "string",
      "description": "Aggregation period: \"day\", \"week\", \"days_28\", or \"lifetime\" (default: day)"
    },
    "account_id": {
      "type": "string",
      "description": "Instagram Business Account ID"
    }
  }
}