# Scrape a Threads profile and follower count

**Use case:** 

Get a Threads account's bio, follower count, verification and link. Paste usernames and run.

## Input

```json
{
  "usernames": [
    "nasa"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxConcurrency": 5
}
```

## Output

```json
{
  "username": {
    "label": "username"
  },
  "fullName": {
    "label": "fullName"
  },
  "followerCount": {
    "label": "followerCount"
  },
  "followingCount": {
    "label": "followingCount"
  },
  "postCount": {
    "label": "postCount"
  },
  "isVerified": {
    "label": "isVerified"
  },
  "bio": {
    "label": "bio"
  },
  "externalUrl": {
    "label": "externalUrl"
  },
  "profileUrl": {
    "label": "profileUrl"
  },
  "scrapedAt": {
    "label": "scrapedAt"
  }
}
```

## About this Actor

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