# Get Instagram Profile Data and Follower Counts

**Use case:** 

Pull Instagram profiles in bulk — bio, followers, following, posts, verification, category and link. No login needed. Perfect for influencer vetting.

## Input

```json
{
  "scrapeType": "profile",
  "directUrls": [
    "nasa",
    "@nike",
    "https://www.instagram.com/natgeo/"
  ],
  "search": "nasa",
  "searchType": "all",
  "resultsLimit": 100,
  "maxRetries": 6
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "array"
  },
  "fullName": {
    "label": "Full name",
    "format": "array"
  },
  "followersCount": {
    "label": "Followers count",
    "format": "array"
  },
  "followsCount": {
    "label": "Follows count",
    "format": "array"
  },
  "postsCount": {
    "label": "Posts count",
    "format": "array"
  },
  "isVerified": {
    "label": "Is verified",
    "format": "array"
  },
  "isPrivate": {
    "label": "Is private",
    "format": "array"
  },
  "biography": {
    "label": "Biography",
    "format": "array"
  },
  "externalUrl": {
    "label": "External url",
    "format": "array"
  },
  "profilePicUrl": {
    "label": "Profile pic url",
    "format": "array"
  },
  "url": {
    "label": "Url",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Scraper API — Profiles, Posts, Followers & Comments](https://apify.com/pro100chok/instagram-scraper-all-in-one) with a specific input configuration. Visit the [Actor detail page](https://apify.com/pro100chok/instagram-scraper-all-in-one) to learn more, explore other use cases, and run it yourself.