# Travel influencer profiles

**Use case:** Influencer scouting

Identify and compare potential influencer partners by analyzing audience size, engagement, and content relevance.

## Input

```json
{
  "usernames": [
    "theblondeabroad",
    "expertvagabond",
    "doyoutravel",
    "gypsea_lust",
    "muaboratrav",
    "chrisburkard",
    "alexstrohl",
    "designlovefest",
    "saltyluxe",
    "haylsa"
  ],
  "includeAboutSection": true
}
```

## Output

```json
{
  "fullName": {
    "label": "Name",
    "format": "text"
  },
  "profilePicUrl": {
    "label": "Profile pic url"
  },
  "username": {
    "label": "Username"
  },
  "postsCount": {
    "label": "Number of posts",
    "format": "text"
  },
  "followersCount": {
    "label": "Followers",
    "format": "text"
  },
  "followsCount": {
    "label": "Following",
    "format": "number"
  },
  "private": {
    "label": "Private"
  },
  "verified": {
    "label": "Verified"
  },
  "isBusinessAccount": {
    "label": "Is business account"
  },
  "biography": {
    "label": "Bio",
    "format": "text"
  }
}
```

## About this Actor

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