Product Hunt Scraper ๐Ÿš€ (launches, votes, no API key) avatar

Product Hunt Scraper ๐Ÿš€ (launches, votes, no API key)

Pricing

from $1.05 / 1,000 launches

Go to Apify Store
Product Hunt Scraper ๐Ÿš€ (launches, votes, no API key)

Product Hunt Scraper ๐Ÿš€ (launches, votes, no API key)

Every Product Hunt launch for any date, with rank, votes, launch-day votes, comments, topics and tagline, and optionally the product website plus the makers behind it. The official Product Hunt API wants an OAuth token and a rate-limit budget; this wants a date. Empty pages are caught, not shipped.

Pricing

from $1.05 / 1,000 launches

Rating

0.0

(0)

Developer

Tagada Data

Tagada Data

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Get every Product Hunt launch for any day, week or month you ask for, ranked exactly the way Product Hunt ranks it, with the vote count, the comment count, the topics and the tagline. Ask for one day or for three years of days.

Turn on product details and each row also carries the product's own website URL, the full description, the makers with their Product Hunt usernames, the categories, follower and review counts and the social links. That is the row you need to actually contact a founder the week they launch.

Product Hunt does publish an official API, and it is free, but you have to register an application, carry an OAuth token on every request and stay inside 6,250 complexity points per fifteen minutes. This actor asks you for a date.

Why this one, and not the cheaper one

The thing to compare here is not price, it is whether the run comes back with data. Product Hunt answers a request it does not like with HTTP 200 and an empty 7 kB page shell: no error, no captcha, no 403, just a valid-looking response with nothing in it. A scraper that trusts the status code ships that as a successful run with an empty dataset.

The Store publishes every actor's run statistics, so you can see how that plays out. Failure rates below are that public figure for the last 30 days, read on 17 August 2026, counting runs that failed outright plus runs that timed out.

ScraperFailed or timed out (30 days)Price on its Store page
This actorfails loudly instead of returning an empty datasetone flat price per launch, details optional, platform usage included
maximedupre/product-hunt-scraper406 of 1,265 runs, 32%$0.90 per 1,000 launches, plus $1.80 per 1,000 email enrichments
fatihtahta/product-hunt-scraper-fast-reliable-4-1k94 of 291 runs, 32%$0.75 per 1,000 results, plus per-maker and per-email add-ons
parseforge/producthunt-scraper70 of 162 runs, 43%$0.005 per run, plus $31.99 per 1,000 results
memo23/producthunt-scraper4 of 154 runs, 3%$0.01 per run, plus $0.80 per 1,000 results

This actor treats a 200 with no data payload as a block, rotates the exit and retries. If every attempt comes back empty it fails the run rather than handing you an empty dataset and calling it a success. A genuinely empty day, like a date in the future, still comes back as a clean successful run with zero launches, so quiet days and broken pages stay distinguishable.

What you get

One row per launch.

FieldWhat it is
name, taglineProduct name and its one-line pitch
votesThe upvote total Product Hunt shows today
launchDayVotesVotes earned during the launch day itself
commentsComment count
dailyRank, weeklyRank, monthlyRankWhere it placed on each leaderboard
launchDate, featuredAtWhen it went live
topics, topicSlugsProduct Hunt topics, as names and as slugs
url, productUrlLaunch page and product page
thumbnailUrlProduct thumbnail
postId, productId, productSlugStable ids for joining runs together

With Add website, makers and company details turned on, each row also gets:

FieldWhat it is
websiteUrl, websiteDomainThe product's own site
descriptionThe full product description
makers, makerUsernames, makerHeadlinesWho built it, with their PH handles
categories, categorySlugsProduct Hunt categories
followersCount, launchesCountAudience size and how many times they have launched
reviewsCount, reviewsRatingReview volume and average rating
twitterUrl, linkedinUrl, githubUrl, iosUrl, androidUrlWhere else the product lives
wasInYCombinator, employeeSize, fundingAmountCompany facts, where Product Hunt has them
isNoLongerOnlineProduct Hunt has marked the product dead

Fields are null when Product Hunt genuinely does not have the data. Nothing is guessed or filled in.

Who uses this

Founders and product marketers watching a category. Pull the daily leaderboard for your topics every morning and you know what shipped, how it did, and who is now competing for the same attention.

VC and scout teams sourcing early. A launch with 400 votes on day one is a signal, and makerUsernames plus websiteUrl is enough to find the team before anyone writes about them.

Sales and lead generation. Every launch is a company that just spent a week preparing to be visible and is in a buying mood for the tools around it. Product details give you the domain, the makers, the category and the size of the audience they pulled.

Market researchers and analysts. Pull months of leaderboards and you have a clean panel: which categories are growing, what vote totals it now takes to win a day, how launch-day votes compare to lifetime votes.

Anyone rebuilding a "top products of 2026" page. Monthly leaderboards give you the ranked winners without hand-copying them.

Input examples

Yesterday's leaderboard, which is what you get if you set nothing at all:

{
"leaderboard": "daily",
"maxResults": 20
}

Every launch in August 2026, with the maker and website data:

{
"leaderboard": "daily",
"dateFrom": "2026-08-01",
"dateTo": "2026-08-31",
"maxResults": 600,
"includeProductDetails": true
}

The top launches of each month in the first half of the year:

{
"leaderboard": "monthly",
"dateFrom": "2026-01-01",
"dateTo": "2026-06-30",
"maxResults": 120
}

Specific pages you already have open:

{
"startUrls": [
"https://www.producthunt.com/leaderboard/daily/2026/8/16",
"https://www.producthunt.com/leaderboard/weekly/2026/33",
"https://www.producthunt.com/products/notion"
],
"maxResults": 50
}

A product URL returns that product's own record: website, description, makers, categories, followers and reviews.

FAQ

Do I need a Product Hunt API key or developer token? No. The official API v2 needs an OAuth token and applies its own rate limits. This actor reads the public site instead, so there is nothing to register and nothing to paste.

How many launches does one day give me? Product Hunt publishes the top 20 of each leaderboard period. A quiet day has fewer (7 on 2026-08-16), a busy day is capped at 20. Ask for more days rather than more pages: a 30-day range gives you up to 600 launches.

How far back can I go? Product Hunt keeps every past leaderboard, so you can pull any date it has published. Weekly and monthly leaderboards work the same way.

Why is votes different from what I saw yesterday? votes is the live total, which keeps moving after launch day. launchDayVotes is frozen at what the product earned on its launch day, so that is the one to use when you are comparing launches to each other.

Can I get the comments themselves? Not yet. This actor returns the comment count. Say so in the Issues tab if you need comment text and it will get prioritised.

Why do some rows have no website or makers? Those fields only come from the product page, so they need Add website, makers and company details turned on. When it is on and a field is still empty, Product Hunt does not have it for that product. You are only charged for the product details that actually came back.

What happens if I ask for a date with no launches? You get an empty dataset and a successful run, with the reason in the log. A future date or a date before the product existed is not an error.

Is this against Product Hunt's terms? It reads public pages that anyone can open in a browser, at a polite rate, with no login and no account. Check your own obligations before you use the data commercially, especially for outreach.

  • Wellfound Startup Jobs Scraper for who those startups are hiring, with salary and equity.
  • Threads Scraper for what people are saying about a launch.

Keywords: product hunt scraper, producthunt api alternative, product hunt leaderboard scraper, daily launches, product hunt votes, upvotes, product hunt makers, startup launch data, new product tracker, product hunt topics, launch monitoring, startup lead generation, product hunt data export, product hunt without api key.