# Instagram Related Business Accounts Discovery

**Use case:** 

Gather data on business accounts related to a specific Instagram profile. Discover connections and retrieve detailed profile statistics.

## Input

```json
{
  "instagramUsernames": [
    "leomessi"
  ],
  "scrapeFacebookProfile": false,
  "scrapeDepth": 1,
  "isBusinessAccount": "yes"
}
```

## Output

```json
{
  "profile_pic_url": {
    "label": "Profile Pic"
  },
  "username": {
    "label": "Username"
  },
  "depth": {
    "label": "Depth"
  },
  "source_username": {
    "label": "Source Username"
  },
  "full_name": {
    "label": "Ful lName"
  },
  "contact_email": {
    "label": "Contact Email"
  },
  "followers": {
    "label": "Followers"
  },
  "following": {
    "label": "Following"
  },
  "post_count": {
    "label": "Posts"
  },
  "igtv_video_count": {
    "label": "IGTV Video Count"
  },
  "is_verified": {
    "label": "Is verified"
  },
  "is_private": {
    "label": "Private"
  },
  "is_business_account": {
    "label": "Business"
  },
  "biography": {
    "label": "Bio"
  },
  "crawled_at": {
    "label": "Crawled"
  }
}
```

## About this Actor

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