# Scrape Instagram profile info

**Use case:** 

Extract Instagram profile bio, followers, websites, related accounts, and latest posts from any username or profile URL.

## Input

```json
{
  "profiles": [
    "nasa"
  ],
  "includeAbout": false
}
```

## Output

```json
{
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "displayName": {
    "label": "Display name",
    "format": "string"
  },
  "followerCount": {
    "label": "Followers",
    "format": "integer"
  },
  "followingCount": {
    "label": "Following",
    "format": "integer"
  },
  "postCount": {
    "label": "Posts",
    "format": "integer"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "isBusiness": {
    "label": "Business account",
    "format": "boolean"
  },
  "businessCategory": {
    "label": "Business category",
    "format": "string"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "string"
  },
  "avatarUrl": {
    "label": "Avatar URL",
    "format": "string"
  }
}
```

## About this Actor

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