# Most Active Product Hunt Users - Last Month

**Use case:** 

Access the ranked list of the top active Product Hunt users from last month, along with their Kitty Points scores.

## Input

```json
{
  "period": "month",
  "maxScrolls": 5,
  "scrapeProfile": true
}
```

## Output

```json
{
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  },
  "userName": {
    "label": "Name",
    "format": "text"
  },
  "username": {
    "label": "Handle",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "kittyPointsAllTime": {
    "label": "KP (all time)",
    "format": "number"
  },
  "kittyPointsLastYear": {
    "label": "KP (last year)",
    "format": "number"
  },
  "kittyPointsLastMonth": {
    "label": "KP (last month)",
    "format": "number"
  },
  "dayStreak": {
    "label": "Day streak",
    "format": "number"
  },
  "huntedProjects": {
    "label": "Hunted projects",
    "format": "number"
  },
  "followers": {
    "label": "Followers",
    "format": "number"
  },
  "following": {
    "label": "Following",
    "format": "number"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "linkedin": {
    "label": "LinkedIn",
    "format": "link"
  },
  "xProfile": {
    "label": "X (Twitter)",
    "format": "link"
  },
  "about": {
    "label": "About",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Product Hunt Kitty Points Leaderboard](https://apify.com/advantageous_subcontra/producthunt-kitty-leaderboard) with a specific input configuration. Visit the [Actor detail page](https://apify.com/advantageous_subcontra/producthunt-kitty-leaderboard) to learn more, explore other use cases, and run it yourself.