Product Hunt Kitty Points Leaderboard avatar

Product Hunt Kitty Points Leaderboard

Pricing

from $0.70 / 1,000 profiles

Go to Apify Store
Product Hunt Kitty Points Leaderboard

Product Hunt Kitty Points Leaderboard

Get a list of the most active people on Product Hunt: scrapes the Product Hunt Kitty Points leaderboard for any time period and returns ranked users with their KP scores.

Pricing

from $0.70 / 1,000 profiles

Rating

0.0

(0)

Developer

Fabian Maume

Fabian Maume

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 days ago

Last modified

Categories

Share

Product Hunt Kitty Points Leaderboard Scraper

Extract the full Product Hunt Kitty Points leaderboard for any time period — weekly, monthly, yearly, or all-time — and download the ranked list of top community members with their KP scores.

Why use this Actor?

Kitty Points (KP) are Product Hunt's community currency, earned by commenting, reviewing, submitting products, and engaging with the platform. The leaderboard surfaces the most active and influential community members.

Use this Actor to:

  • Identify top Product Hunt influencers for outreach or partnership
  • Monitor community engagement trends over time
  • Build databases of active Product Hunt users for market research
  • Track how rankings shift week-over-week or month-over-month

What data does it extract?

FieldTypeDescription
rankNumberPosition on the leaderboard
nameStringUser's display name
profileUrlStringFull URL to the user's Product Hunt profile
kittyPointsNumberTotal Kitty Points for the selected period

How to scrape the Product Hunt leaderboard

  1. Create a free account on Apify and open this Actor.
  2. Select your Time Period (Last Week, Last Month, Last Year, or All Time).
  3. Set Max Scrolls to control how many entries to retrieve (each scroll loads ~100 more users).
  4. Click Start and wait for the run to finish.
  5. Download your results in JSON, CSV, or Excel from the Dataset tab.

How much will it cost?

This Actor uses Playwright to render the page and scroll through results. A typical run with 3 scrolls (~300–400 entries) uses approximately 0.5–1 compute unit, well within the free tier on most Apify plans.

Input

ParameterTypeDefaultDescription
periodStringyearTime period: week, month, year, or all_time
maxScrollsInteger3Scroll count to load more entries (0 = first ~100 only)

See the Input tab for all options.

Output

Results are saved to the default dataset. Example output:

[
{
"rank": 1,
"name": "Chris Messina",
"profileUrl": "https://www.producthunt.com/@chrismessina",
"kittyPoints": 19639
},
{
"rank": 2,
"name": "Kevin William David",
"profileUrl": "https://www.producthunt.com/@kwdinc",
"kittyPoints": 15280
}
]

You can download results in JSON, CSV, HTML, or Excel from the Dataset tab, or access them via the Apify API.

FAQ & Support

Is this legal?

This Actor only extracts publicly visible leaderboard data that Product Hunt displays to all visitors. It does not access private user data, email addresses, or any information not shown on the public leaderboard page.

Why are fewer than expected results returned?

Increase the Max Scrolls input to load more leaderboard entries. Each scroll loads approximately 100 additional users.

The Actor failed — what should I do?

Product Hunt occasionally updates its page structure. Please open an ../../issues with the error message and we'll fix it promptly.

For questions or feedback, use the Issues tab. For programmatic access, see the API tab.