# Buyer Fit Analysis for Social Media Followers

**Use case:** 

This task compares X follower exports to identify the top 10 buyers by fit. Includes match reasons and source URLs for easy reference.

## Input

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

## 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.