# Instagram Creator Research by Keyword

**Use case:** 

Research public Instagram creators for a topic and compare available biographies, categories, follower counts, and verification status.

## Input

```json
{
  "keywords": [
    "travel creator"
  ],
  "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.