# Travel Macro-Influencers on Instagram

**Use case:** 

Identify Instagram travel macro-influencers with 200k-2M followers. Get detailed profiles of creators for destination and hotel content.

## Input

```json
{
  "request": "Travel macro-influencer on Instagram with a large engaged following who creates destination travel content, hotel reviews, or adventure travel - suitable for tourism or hospitality brands",
  "targetQuantity": 10,
  "platform": "instagram",
  "minFollowers": 200000,
  "maxFollowers": 2000000,
  "location": "United States"
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "handle": {
    "label": "Handle",
    "format": "text"
  },
  "platform": {
    "label": "Platform",
    "format": "text"
  },
  "displayName": {
    "label": "Display Name",
    "format": "text"
  },
  "followerCount": {
    "label": "Followers",
    "format": "number"
  },
  "engagementRate": {
    "label": "Engagement Rate",
    "format": "number"
  },
  "reasoning": {
    "label": "Reasoning",
    "format": "text"
  },
  "overallScore": {
    "label": "Overall Score (0-15)",
    "format": "number"
  },
  "matchLevel": {
    "label": "Match Level",
    "format": "text"
  },
  "nicheAlignment": {
    "label": "Niche Alignment",
    "format": "number"
  },
  "valuesBrandFit": {
    "label": "Values/Brand Fit",
    "format": "number"
  },
  "keyStrengths": {
    "label": "Key Strengths",
    "format": "array"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Influencer Discovery Agent (Instagram + Tiktok)](https://apify.com/hypebridge/influencer-discovery-agent-instagram-tiktok) with a specific input configuration. Visit the [Actor detail page](https://apify.com/hypebridge/influencer-discovery-agent-instagram-tiktok) to learn more, explore other use cases, and run it yourself.