# Product Hunt Top Hunters Leaderboard

**Use case:** 

Retrieve the all-time list of the most active users on Product Hunt based on Kitty Points. Those are the best candidates if you need a hunter.

## Input

```json
{
  "period": "all_time",
  "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.