Product Hunt Leaderboard Scraper | Daily, Weekly, Monthly avatar

Product Hunt Leaderboard Scraper | Daily, Weekly, Monthly

Pricing

Pay per usage

Go to Apify Store
Product Hunt Leaderboard Scraper | Daily, Weekly, Monthly

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

Pavan

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

6 hours ago

Last modified

Share

Product Hunt Leaderboard Scraper | Daily, Weekly, Monthly Logo

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

ParameterTypeDefaultDescription
modestringdailyLeaderboard type: daily, weekly, monthly, or yearly
datestringtodayDate for daily mode, in YYYY-MM-DD format
weeknumbercurrentWeek number for weekly mode
monthnumbercurrentMonth number for monthly mode
yearnumbercurrentYear for any mode
includeAllbooleanfalseReturn all products instead of featured only
maxProductsnumberallMaximum number of products
enrichEmailsbooleanfalseResolve each launch's own website and look for public contact emails
maxEnrichnumber25Cap 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-leads
Apify Token: YOUR_APIFY_TOKEN_HERE
Execute Actor: excitable_pickle/producthunt-daily-launch-leads
Task: "Execute search with parameters, extract structured results, and present key intelligence in a markdown table."