# Competitor Instagram Follower Growth Tracker

**Use case:** 

Monitor competitor Instagram accounts to track follower counts, following counts, and posting activity for insights on growth trends.

## Input

```json
{
  "usernames": [
    "bethfiit"
  ]
}
```

## Output

```json
{
  "id": {
    "label": "Profile ID",
    "format": "text"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "fullName": {
    "label": "Full Name",
    "format": "text"
  },
  "biography": {
    "label": "Biography",
    "format": "text"
  },
  "biography_with_entities": {
    "label": "Biography with Entities",
    "format": "object"
  },
  "fbid": {
    "label": "Facebook ID",
    "format": "text"
  },
  "has_channel": {
    "label": "Has Channel",
    "format": "boolean"
  },
  "highlight_reel_count": {
    "label": "Highlight Reel Count",
    "format": "number"
  },
  "externalUrls": {
    "label": "External URLs",
    "format": "array"
  },
  "external_url": {
    "label": "External URL",
    "format": "url"
  },
  "externalUrlShimmed": {
    "label": "Shimmed External URL",
    "format": "url"
  },
  "followersCount": {
    "label": "Followers Count",
    "format": "number"
  },
  "followsCount": {
    "label": "Following Count",
    "format": "number"
  },
  "isBusinessAccount": {
    "label": "Business Account",
    "format": "boolean"
  },
  "business_address_json": {
    "label": "Business Address",
    "format": "object"
  },
  "businessCategoryName": {
    "label": "Business Category",
    "format": "text"
  },
  "private": {
    "label": "Private Account",
    "format": "boolean"
  },
  "verified": {
    "label": "Verified Account",
    "format": "boolean"
  },
  "is_joined_recently": {
    "label": "Joined Recently",
    "format": "boolean"
  },
  "profilePicUrl": {
    "label": "Profile Pic URL",
    "format": "url"
  },
  "hdProfilePicUrl": {
    "label": "HD Profile Pic URL",
    "format": "url"
  },
  "postsCount": {
    "label": "Posts Count",
    "format": "number"
  },
  "latestPosts": {
    "label": "Latest Posts",
    "format": "array"
  }
}
```

## About this Actor

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