# Find Influencers in a Public Twitter Community

**Use case:** 

Filter public X Community members to profiles with at least 5,000 followers for expert and influencer discovery.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://x.com/elonmusk/followers"
    },
    {
      "url": "https://x.com/nasa/verified_followers"
    }
  ],
  "twitterHandles": [
    "elonmusk",
    "@nasa"
  ],
  "username": "nasa",
  "usernames": [
    "elonmusk",
    "@nasa"
  ],
  "user_names": [
    "elonmusk",
    "@nasa"
  ],
  "userIds": [
    "44196397"
  ],
  "twitterUserIds": [
    "44196397"
  ],
  "user_ids": [
    "44196397"
  ],
  "listIds": [
    "1748648376080666720"
  ],
  "communityIds": [
    "1493446837214187523"
  ],
  "relation": "community_members",
  "getFollowers": false,
  "getFollowing": false,
  "getVerifiedFollowers": false,
  "getListMembers": false,
  "getListFollowers": false,
  "getCommunityMembers": false,
  "maxItems": 150,
  "outputMode": "full",
  "includeRaw": false,
  "scrapeAllResults": false,
  "includeUnavailableFields": false,
  "includeUnavailableUsers": false,
  "includeTargetMetadata": true,
  "dedupeAcrossTargets": false,
  "dedupeMode": "merge",
  "overlapMode": false,
  "minFollowers": 5000,
  "verifiedOnly": false,
  "verifiedType": "business",
  "hasWebsite": false,
  "hasLocation": false,
  "bioContains": "founder",
  "locationContains": "New York",
  "usernameContains": "ai"
}
```

## Output

```json
{
  "status": {
    "label": "Status",
    "format": "string"
  },
  "message": {
    "label": "Message",
    "format": "string"
  },
  "id": {
    "label": "User ID",
    "format": "string"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "name": {
    "label": "Display Name",
    "format": "string"
  },
  "description": {
    "label": "Bio",
    "format": "string"
  },
  "followers": {
    "label": "Followers",
    "format": "integer"
  },
  "following": {
    "label": "Following",
    "format": "integer"
  },
  "statusesCount": {
    "label": "Tweets",
    "format": "integer"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "verifiedType": {
    "label": "Verified Type",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "url": {
    "label": "Website",
    "format": "string"
  },
  "createdAt": {
    "label": "Account Created At",
    "format": "string"
  },
  "sourceTarget": {
    "label": "Source Target",
    "format": "string"
  },
  "sourceRelation": {
    "label": "Source Relation",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "overlapCount": {
    "label": "Overlap Count",
    "format": "integer"
  },
  "sourceTargets": {
    "label": "Source Targets",
    "format": "array"
  },
  "sourceRelations": {
    "label": "Source Relations",
    "format": "array"
  },
  "sourceUrls": {
    "label": "Source URLs",
    "format": "array"
  },
  "schemaVersion": {
    "label": "Schema Version",
    "format": "integer"
  },
  "_schema_version": {
    "label": "Schema Version (snake_case)",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [X (Twitter) Follower Scraper | From $0.10/1K | Pay-Per Result](https://apify.com/xquik/x-follower-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/xquik/x-follower-scraper) to learn more, explore other use cases, and run it yourself.