# Gen Z News Creators on Instagram

**Use case:** 

Identify Instagram creators focused on Gen Z news. Access profiles with engagement metrics and audience data specifically tailored for your niche.

## Input

```json
{
  "query": "Gen Z news creators",
  "platforms": [
    "instagram"
  ],
  "verified": false,
  "maxResults": 25
}
```

## Output

```json
{
  "creator.avatar_url": {
    "label": "Avatar",
    "format": "string"
  },
  "creator.name": {
    "label": "Name",
    "format": "string"
  },
  "relevant_profile.platform": {
    "label": "Platform",
    "format": "string"
  },
  "relevant_profile.username": {
    "label": "Username",
    "format": "string"
  },
  "relevant_profile.followers": {
    "label": "Followers",
    "format": "number"
  },
  "relevant_profile.engagement_rate": {
    "label": "Engagement Rate",
    "format": "number"
  },
  "match.score": {
    "label": "Match Score",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Influencer Search — AI-Powered Discovery by Influship](https://apify.com/influship/influencer-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/influship/influencer-search) to learn more, explore other use cases, and run it yourself.