get_instagram_profile
Retrieve Instagram profile information including bio, follower count, and posts using a username handle from the SociaVault social media data platform.
Instructions
Get Instagram profile data
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| handle | Yes | Instagram username | 
Input Schema (JSON Schema)
{
  "properties": {
    "handle": {
      "description": "Instagram username",
      "type": "string"
    }
  },
  "required": [
    "handle"
  ],
  "type": "object"
}