# Compare public Threads profile presence

**Use case:** 

Compare bios, follower counts, verification status, and profile links across a short list of public Threads accounts.

## Input

```json
{
  "usernames": [
    "zuck",
    "natgeo"
  ],
  "maxPostsPerProfile": 1,
  "includeProfileInfo": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "string"
  },
  "authorFullName": {
    "label": "Author full name",
    "format": "string"
  },
  "authorFollowerCount": {
    "label": "Author follower count",
    "format": "integer"
  },
  "bio": {
    "label": "Bio",
    "format": "string"
  },
  "externalUrl": {
    "label": "External url",
    "format": "string"
  },
  "profilePicUrl": {
    "label": "Profile pic url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Threads Scraper — Profile Posts, Media & Engagement](https://apify.com/khadinakbar/meta-threads-profile-posts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/khadinakbar/meta-threads-profile-posts-scraper) to learn more, explore other use cases, and run it yourself.