# X Follower Data Export for Local Research

**Use case:** 

Extract follower data, including verified flags and bios. Get up to 15 buyer-ready records with source URLs and match reasons.

## Input

```json
{
  "mode": "sample",
  "sourceUrls": [],
  "maxItems": 15
}
```

## Output

```json
{
  "productSlug": {
    "label": "Product"
  },
  "title": {
    "label": "Title"
  },
  "summary": {
    "label": "Summary"
  },
  "sourceMode": {
    "label": "Source mode"
  },
  "generatedAt": {
    "label": "Generated at"
  }
}
```

## About this Actor

This example demonstrates how to use [X Follower Export + Segmenter](https://apify.com/zentrafoundry/x-follower-segmenter) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/x-follower-segmenter) to learn more, explore other use cases, and run it yourself.