# Kalshi trader profile scraper example

**Use case:** 

Extract a public Kalshi trader profile, social counts, performance metrics, categories, and ranking badges by nickname.

## Input

```json
{
  "nicknames": [
    "weatherman.allday"
  ],
  "modes": [
    "profile"
  ],
  "maxItemsPerNickname": 10,
  "includeBadges": true
}
```

## Output

```json
{
  "nickname": {
    "label": "Nickname",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "follower_count": {
    "label": "Followers",
    "format": "integer"
  },
  "following_count": {
    "label": "Following",
    "format": "integer"
  },
  "posts_count": {
    "label": "Posts",
    "format": "integer"
  },
  "joined_at": {
    "label": "Joined",
    "format": "string"
  },
  "profile_view_count": {
    "label": "Views",
    "format": "integer"
  },
  "open_interest": {
    "label": "Open interest",
    "format": "number"
  },
  "volume": {
    "label": "Volume",
    "format": "number"
  },
  "pnl": {
    "label": "PnL",
    "format": "number"
  },
  "num_markets_traded": {
    "label": "Markets traded",
    "format": "integer"
  },
  "top_categories": {
    "label": "Top categories",
    "format": "array"
  },
  "badges": {
    "label": "Badges",
    "format": "array"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Kalshi Trader Social Profile Scraper](https://apify.com/automation-lab/kalshi-trader-social-profile-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/kalshi-trader-social-profile-scraper) to learn more, explore other use cases, and run it yourself.