# Find Beauty Creators on Threads

**Use case:** 

Find Threads (by Meta) beauty creators - usernames, names, followers & verification. Export to JSON, CSV or Excel.

## Input

```json
{
  "operation": "search_creators",
  "keywords": [
    "beauty"
  ],
  "maxItems": 50
}
```

## Output

```json
{
  "record_type": {
    "label": "Record type",
    "format": "string"
  },
  "post_url": {
    "label": "Post URL",
    "format": "string"
  },
  "text": {
    "label": "Text",
    "format": "string"
  },
  "author_username": {
    "label": "Author",
    "format": "string"
  },
  "like_count": {
    "label": "Likes",
    "format": "integer"
  },
  "reply_count": {
    "label": "Replies",
    "format": "integer"
  },
  "repost_count": {
    "label": "Reposts",
    "format": "integer"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "full_name": {
    "label": "Full name",
    "format": "string"
  },
  "follower_count": {
    "label": "Followers",
    "format": "integer"
  },
  "create_time": {
    "label": "Published (ISO)",
    "format": "string"
  },
  "input": {
    "label": "Input",
    "format": "string"
  }
}
```

## About this Actor

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