# Find Emerging Instagram Creators & Micro-Influencers

**Use case:** 

Surface rising and micro Instagram creators before they're expensive. Paste handles, get them ranked by breakout potential with a radar rank.

## Input

```json
{
  "mode": "profiles",
  "usernames": [
    "natgeo",
    "gopro",
    "redbull",
    "lego"
  ],
  "rankBy": "breakoutPotential",
  "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"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  },
  "scores": {
    "label": "Scores",
    "format": "object"
  },
  "signalEvents": {
    "label": "Signal events",
    "format": "array"
  },
  "radarRank": {
    "label": "Radar rank",
    "format": "number"
  }
}
```

## 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.