Product Hunt Leaderboard Scraper | Daily, Weekly, Monthly
Pricing
Pay per usage
Product Hunt Leaderboard Scraper | Daily, Weekly, Monthly
Scrape Product Hunt leaderboards and extracts product data including upvotes, comments, and categories.
Pricing
Pay per usage
Rating
5.0
(1)
Developer
Pavan
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
1
Monthly active users
6 hours ago
Last modified
Categories
Share
Product Hunt Leaderboard Scraper | Daily, Weekly, Monthly
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 a managed anti-bot backend that solves the challenge and returns rendered HTML — no setup required on your side.
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.
Connect to Claude / AI Agent (MCP)
Connect this Actor directly to Claude Desktop, Cursor, or any MCP client via the Model Context Protocol endpoint:
https://mcp.apify.com/?token=YOUR_APIFY_TOKEN_HERE&tools=actors,docs,excitable_pickle/producthunt-daily-launch-leads
Claude Copy-Paste Prompt
MCP Server URL: https://mcp.apify.com/?token=YOUR_APIFY_TOKEN_HERE&tools=actors,docs,excitable_pickle/producthunt-daily-launch-leadsApify Token: YOUR_APIFY_TOKEN_HEREExecute Actor: excitable_pickle/producthunt-daily-launch-leadsTask: "Execute search with parameters, extract structured results, and present key intelligence in a markdown table."