Product Hunt Leaderboard Scraper | Daily, Weekly, Monthly
Pricing
from $2.00 / 1,000 results
Product Hunt Leaderboard Scraper | Daily, Weekly, Monthly
Scrape Product Hunt leaderboards and extracts product data including upvotes, comments, and categories.
Pricing
from $2.00 / 1,000 results
Rating
5.0
(3)
Developer
Muzaffer Kadir YILMAZ
Maintained by CommunityActor stats
1
Bookmarked
152
Total users
25
Monthly active users
4 hours ago
Last modified
Categories
Share
Product Hunt Leaderboard Scraper
Scrapes Product Hunt leaderboards and extracts product data including ranks, upvotes, comments, categories, and thumbnails.
Features
- Get top products for a specific day
- Get weekly, monthly, or yearly leaderboard results
- Choose featured products or all listed products
- Limit the number of products returned
- Collect product names, taglines, categories, engagement metrics, and links
Input
| Parameter | Type | Default | Description |
|---|---|---|---|
mode | string | daily | Leaderboard type: daily, weekly, monthly, or yearly |
date | string | today | Date for daily mode, in YYYY-MM-DD format |
week | number | current | Week number for weekly mode |
month | number | current | Month number for monthly mode |
year | number | current | Year for any mode |
includeAll | boolean | false | Return all products instead of featured only |
maxProducts | number | all | Maximum number of products |
enrichEmails | boolean | false | Resolve each launch's own website and look for public contact emails |
maxEnrich | number | 25 | Cap how many products are enriched |
Setup
Product Hunt fronts every page with a Cloudflare challenge, so the Actor fetches pages through Scrappey, which solves the challenge and returns rendered HTML. Billing is per request, not per gigabyte.
Set your Scrappey key as a secret environment variable named SCRAPPEY_API_KEY
on the Actor (Console → Actor → Settings → Environment variables), or in a local
.env file when running locally. The run fails fast with a clear message if it
is missing.
Examples
Daily
{ "mode": "daily", "date": "2025-12-06", "maxProducts": 20 }
Weekly
{ "mode": "weekly", "year": 2025, "week": 49 }
Yearly
{ "mode": "yearly", "year": 2024, "includeAll": true }
Output
Each dataset item contains product data such as:
- Rank, product name, tagline, and Product Hunt URL
- Upvotes, comments, and categories
- Thumbnail image
- Selected leaderboard mode and scraped period
- Scrape timestamp
Disclaimer
This is an unofficial Actor. It is not affiliated with, endorsed by, or sponsored by Product Hunt. All product names, logos, and trademarks are the property of their respective owners and are used here for identification purposes only.
The Actor collects only publicly available information. It does not log in, create accounts, bypass paywalls, or access anything that is not visible to an ordinary visitor.
Output may include information relating to identifiable people. You are the data controller for anything you collect with this Actor and are responsible for having a lawful basis to process it under applicable data-protection law (such as GDPR or KVKK), and for complying with the source website's terms.