# Kalshi posts and comments extractor

**Use case:** 

Collect public posts and comments for a selected Kalshi trader into separate datasets for sentiment and journalism workflows.

## Input

```json
{
  "nicknames": [
    "galamex1"
  ],
  "modes": [
    "posts",
    "comments"
  ],
  "maxItemsPerNickname": 25,
  "includeBadges": false
}
```

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