# Find related Instagram accounts to grow your niche

**Use case:** 

Enter a few seed accounts and get Instagram's suggested similar profiles, each enriched with followers, category, engagement, and contact info.

## Input

```json
{
  "startUsernames": [
    "nike"
  ],
  "searchDepth": "1",
  "maxCountExpansion": 10,
  "extractEmail": true,
  "extractPhoneNumber": false,
  "extractWebsiteUrl": true,
  "extractBusinessCategory": true,
  "extractPhysicalAddress": false,
  "analyzeQuality": true,
  "minEngagementRate": 0,
  "extractPosts": false,
  "searchContactsInPosts": false,
  "keywords": [],
  "keywordLocation": "bio_or_name",
  "locationKeywords": "",
  "profileLanguage": "any",
  "minFollowers": 0,
  "maxFollowers": 0,
  "lastPostDays": 0,
  "lastReelDays": 0,
  "minPostsInPeriod": 0,
  "postsCheckPeriodDays": "30",
  "minMedianViews": 0,
  "viewFollowerRatioMin": 0,
  "viewFollowerRatioMax": 0,
  "contactInfoType": "any",
  "hasWebsite": false,
  "accountType": "any",
  "filterForInfluencers": false,
  "categoryFilter": "any",
  "filterCombination": "AND",
  "mustBeVerified": false,
  "clearSavedData": true,
  "enableOfflineMode": false
}
```

## Output

```json
{
  "Account": {
    "label": "Instagram account URL",
    "format": "string"
  },
  "Full Name": {
    "label": "Display name",
    "format": "string"
  },
  "Source": {
    "label": "Discovery source",
    "format": "string"
  },
  "Tagged Location": {
    "label": "Tagged location",
    "format": "string"
  },
  "Matched By": {
    "label": "Filter match reason",
    "format": "string"
  },
  "Mutual Follow": {
    "label": "Mutual follow flag",
    "format": "string"
  },
  "Followers Count": {
    "label": "Follower count",
    "format": "integer"
  },
  "Following Count": {
    "label": "Following count",
    "format": "integer"
  },
  "Biography": {
    "label": "Bio text",
    "format": "string"
  },
  "Email": {
    "label": "Public email",
    "format": "string"
  },
  "Email Source": {
    "label": "Email origin",
    "format": "string"
  },
  "Phone": {
    "label": "Public phone",
    "format": "string"
  },
  "External URL": {
    "label": "Bio link",
    "format": "string"
  },
  "Address": {
    "label": "Physical address",
    "format": "string"
  },
  "Category": {
    "label": "Business category",
    "format": "string"
  },
  "Profile Picture": {
    "label": "Profile picture URL",
    "format": "string"
  },
  "Reels Count": {
    "label": "Reels count",
    "format": "integer"
  },
  "Last Reel (Days Ago)": {
    "label": "Last reel age (days)",
    "format": "integer"
  },
  "Median Views": {
    "label": "Median Reel views",
    "format": "integer"
  },
  "Avg Likes": {
    "label": "Average likes per post",
    "format": "number"
  },
  "Avg Comments": {
    "label": "Average comments per post",
    "format": "number"
  },
  "Views/Followers Ratio": {
    "label": "Views-to-followers ratio (%)",
    "format": "string"
  },
  "Posts per Month": {
    "label": "Posts per month (rolling)",
    "format": "number"
  },
  "Total Posts": {
    "label": "Total posts",
    "format": "integer"
  },
  "Detected Language": {
    "label": "Detected language",
    "format": "string"
  },
  "Last Post Within (Days)": {
    "label": "Last post age (days)",
    "format": "integer"
  },
  "Median ER": {
    "label": "Median engagement rate (%)",
    "format": "string"
  },
  "Quality": {
    "label": "Quality flag",
    "format": "string"
  },
  "Post 1": {
    "label": "Recent post 1 (caption)",
    "format": "string"
  },
  "Post 2": {
    "label": "Recent post 2 (caption)",
    "format": "string"
  },
  "Post 3": {
    "label": "Recent post 3 (caption)",
    "format": "string"
  },
  "Post 4": {
    "label": "Recent post 4 (caption)",
    "format": "string"
  },
  "Post 5": {
    "label": "Recent post 5 (caption)",
    "format": "string"
  },
  "Post 6": {
    "label": "Recent post 6 (caption)",
    "format": "string"
  },
  "Post 7": {
    "label": "Recent post 7 (caption)",
    "format": "string"
  },
  "Post 8": {
    "label": "Recent post 8 (caption)",
    "format": "string"
  },
  "Email from Posts": {
    "label": "Email parsed from posts",
    "format": "string"
  },
  "Phone from Posts": {
    "label": "Phone parsed from posts",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Related Profiles Scraper](https://apify.com/afanasenko/instagram-related-profiles-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/afanasenko/instagram-related-profiles-scraper) to learn more, explore other use cases, and run it yourself.