# Extract Instagram Profile Data

**Use case:** 

Extract Instagram profile data from public accounts, including username, full name, bio, followers, verification, profile image, and public email.

## Input

```json
{
  "usernames": [
    "zuck",
    "natgeo"
  ],
  "resultsType": "userInfo",
  "limit": 50
}
```

## Output

```json
{
  "strong_id__": {
    "label": "Strong ID",
    "format": "text"
  },
  "id": {
    "label": "User ID",
    "format": "text"
  },
  "pk": {
    "label": "PK",
    "format": "text"
  },
  "fbid_v2": {
    "label": "FBID v2",
    "format": "text"
  },
  "hd_profile_pic_url_info.url": {
    "label": "Profile Pic",
    "format": "image"
  },
  "hd_profile_pic_versions": {
    "label": "Profile Pic Versions",
    "format": "array"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "full_name": {
    "label": "Full Name",
    "format": "text"
  },
  "biography": {
    "label": "Biography",
    "format": "text"
  },
  "follower_count": {
    "label": "Followers",
    "format": "number"
  },
  "following_count": {
    "label": "Following",
    "format": "number"
  },
  "media_count": {
    "label": "Media",
    "format": "number"
  },
  "is_private": {
    "label": "Private",
    "format": "boolean"
  },
  "is_verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "is_business": {
    "label": "Business",
    "format": "boolean"
  },
  "account_type": {
    "label": "Account Type",
    "format": "number"
  },
  "profile_type": {
    "label": "Profile Type",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "account_category": {
    "label": "Account Category",
    "format": "text"
  },
  "external_url": {
    "label": "External URL",
    "format": "text"
  },
  "public_email": {
    "label": "Public Email",
    "format": "text"
  },
  "public_phone_country_code": {
    "label": "Phone Country",
    "format": "text"
  },
  "public_phone_number": {
    "label": "Public Phone",
    "format": "text"
  },
  "city_name": {
    "label": "City",
    "format": "text"
  },
  "profile_context": {
    "label": "Profile Context",
    "format": "text"
  },
  "profile_context_facepile_users": {
    "label": "Profile Context Users",
    "format": "array"
  },
  "profile_context_links_with_user_ids": {
    "label": "Profile Context Links",
    "format": "array"
  },
  "highlights_tray_type": {
    "label": "Highlights Tray",
    "format": "text"
  },
  "is_eligible_for_meta_verified_label": {
    "label": "Meta Verified Label",
    "format": "boolean"
  },
  "meta_verified_benefits_info.active_meta_verified_benefits": {
    "label": "Active MV Benefits",
    "format": "array"
  },
  "meta_verified_benefits_info.is_eligible_for_meta_verified_content_protection": {
    "label": "MV Content Protection",
    "format": "boolean"
  },
  "meta_verified_benefits_info.is_eligible_for_ig_meta_verified_label": {
    "label": "IG MV Benefit Label",
    "format": "boolean"
  }
}
```

## About this Actor

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