# Brand-Fit Instagram Creator Finder

**Use case:** 

Rank Instagram creators by fit to your brand. Give your brand's themes, values, and audience; get a brand-fit score and reasons per creator.

## Input

```json
{
  "mode": "profiles",
  "usernames": [
    "nasa",
    "natgeo",
    "bbcearth"
  ],
  "rankBy": "breakoutPotential",
  "intent": "brand_match",
  "brandProfile": {
    "themes": [
      "science",
      "nature",
      "education"
    ],
    "values": [
      "curiosity",
      "education"
    ],
    "audience": "curious adults interested in science and nature"
  },
  "outputPack": "raw",
  "enableCreatorMemory": true,
  "explainScores": false,
  "taskPack": "none",
  "maxRecentPostsPerProfile": 12,
  "maxPostsDeep": 0,
  "outputProfile": "signals",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "string"
  },
  "handle": {
    "label": "Creator handle",
    "format": "string"
  },
  "brandFit": {
    "label": "Brand fit",
    "format": "object"
  },
  "scores": {
    "label": "Scores",
    "format": "object"
  },
  "creatorShape": {
    "label": "Creator shape",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Scraper — Creator Vetting, Due-Diligence & Tracking](https://apify.com/ryanclinton/instagram-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/instagram-scraper) to learn more, explore other use cases, and run it yourself.