# Instagram Influencer Evaluation for Brand Deals

**Use case:** 

Evaluate the Instagram influencer kayla_itsines with detailed analytics and engagement metrics. Get comprehensive insights before signing a contract.

## Input

```json
{
  "influencerHandle": "kayla_itsines",
  "platform": "instagram"
}
```

## Output

```json
{
  "handle": {
    "label": "Handle",
    "format": "text"
  },
  "displayName": {
    "label": "Display Name",
    "format": "text"
  },
  "profileImageUrl": {
    "label": "Profile Image",
    "format": "image"
  },
  "platformData": {
    "label": "Platform Data",
    "format": "object"
  },
  "audience": {
    "label": "Audience Insights",
    "format": "object"
  },
  "topLocations": {
    "label": "Top Locations",
    "format": "array"
  },
  "content": {
    "label": "Content Insights",
    "format": "object"
  },
  "engagement": {
    "label": "Engagement Quality",
    "format": "object"
  },
  "hypebridge": {
    "label": "HypeBridge Scores",
    "format": "object"
  },
  "contact": {
    "label": "Contact Details",
    "format": "object"
  },
  "successFactors": {
    "label": "Success Factors",
    "format": "object"
  },
  "uniqueInsights": {
    "label": "Unique Insights",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Influencer Evaluation Agent (Instagram + Tiktok)](https://apify.com/hypebridge/influencer-evaluation-agent-instagram-tiktok) with a specific input configuration. Visit the [Actor detail page](https://apify.com/hypebridge/influencer-evaluation-agent-instagram-tiktok) to learn more, explore other use cases, and run it yourself.