# Instagram Market Research with Account Search

**Use case:** 

Map public Instagram accounts surfaced for a product or audience keyword and export available profile, category, and audience data.

## Input

```json
{
  "keywords": [
    "plant based skincare"
  ],
  "maxItems": 10
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "string"
  },
  "fullName": {
    "label": "Full name",
    "format": "string"
  },
  "userId": {
    "label": "Instagram user ID",
    "format": "string"
  },
  "matchedKeywords": {
    "label": "Matched keywords",
    "format": "array"
  },
  "isVerified": {
    "label": "Verified account",
    "format": "boolean"
  },
  "isPrivate": {
    "label": "Private account",
    "format": "boolean"
  },
  "followerCount": {
    "label": "Followers",
    "format": "integer"
  },
  "followingCount": {
    "label": "Following",
    "format": "integer"
  },
  "postCount": {
    "label": "Posts",
    "format": "integer"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "isBusinessAccount": {
    "label": "Business account",
    "format": "boolean"
  },
  "websiteUrl": {
    "label": "Website URL",
    "format": "string"
  },
  "publicEmail": {
    "label": "Public email",
    "format": "string"
  },
  "publicPhone": {
    "label": "Public phone",
    "format": "string"
  },
  "biography": {
    "label": "Biography",
    "format": "string"
  },
  "profilePictureUrl": {
    "label": "Profile picture URL",
    "format": "string"
  }
}
```

## About this Actor

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