# Get an Instagram account's follower count

**Use case:** 

Look up the follower count, following count and post count for any Instagram username. Fast, no login required.

## Input

```json
{
  "usernames": [
    "natgeo"
  ],
  "concurrency": 5,
  "delayBetweenRequests": 1,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "username": {
    "label": "Username"
  },
  "fullName": {
    "label": "Full name"
  },
  "followerCount": {
    "label": "Followers"
  },
  "followingCount": {
    "label": "Following"
  },
  "mediaCount": {
    "label": "Posts"
  },
  "isVerified": {
    "label": "Verified"
  },
  "isPrivate": {
    "label": "Private"
  },
  "category": {
    "label": "Category"
  },
  "publicEmail": {
    "label": "Email"
  },
  "publicPhone": {
    "label": "Phone"
  },
  "externalUrl": {
    "label": "Link"
  },
  "biography": {
    "label": "Bio"
  }
}
```

## About this Actor

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