VOOZH about

URL: https://apify.com/transparent_locket/product-hunt-daily-launches

โ‡ฑ Product Hunt scraper โ€” daily launches, RSS or GraphQL ยท Apify


๐Ÿ‘ Product Hunt Scraper (Free, Daily Launches) avatar

Product Hunt Scraper (Free, Daily Launches)

Pricing

Pay per usage

Go to Apify Store

Product Hunt Scraper (Free, Daily Launches)

Daily Product Hunt launches as a clean feed. Two modes: RSS (default, zero-auth, headline schema) and GraphQL (richer โ€” votes, comments, topics, makers; needs a free PH dev token). Use source=auto to pick GraphQL when a token is supplied.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ casper smartwater

casper smartwater

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

16 days ago

Last modified

Share

Product Hunt Daily Launches Scraper โ€” Free

Today's (and yesterday's, and last week's) Product Hunt launches as a feed. Two modes: free RSS (zero-auth, name + tagline + thumbnail) and richer GraphQL (votes, comments, topics, makers โ€” needs a free PH dev token).

โœจ Why this Actor

  • Free + zero-auth by default โ€” RSS mode requires no API key, no login
  • Full GraphQL upgrade path โ€” if you want votes / topics / makers, plug in a free Product Hunt developer token
  • Historical backfill โ€” GraphQL mode lets you sweep any date range, not just today
  • Cloudflare-bypass-free โ€” Product Hunt fronts their HTML with Cloudflare (which blocks plain scrapers); the RSS feed and GraphQL endpoint are open

๐Ÿš€ Quick start

Latest launches via RSS (no token needed):

{
"source":"rss",
"maxPerDay":50
}

Last week's launches with full schema (needs PH dev token):

{
"source":"graphql",
"developerToken":"YOUR_PH_TOKEN",
"date":"2026-06-01",
"daysBack":7,
"maxPerDay":100
}

Auto-detect: use GraphQL if token supplied, else RSS:

{
"source":"auto",
"developerToken":"YOUR_PH_TOKEN"
}

๐Ÿ“ฆ Output schema

FieldTypeNotes
ph_id, slugstrStable Product Hunt id + URL slug
namestrProduct name
taglinestr(GraphQL only) one-line pitch
descriptionstrPlain-text body
urlstrhttps://www.producthunt.com/posts/<slug>
websitestr(GraphQL only) the product's own URL
thumbnail_urlstrLogo / preview image
votesint(GraphQL only) upvote count
commentsint(GraphQL only) comment count
topicsarray(GraphQL only) topic / tag names
makersarray<{username, name}>(GraphQL only) maker handles
featured_at, created_atiso8601
leaderboard_dateYYYY-MM-DDThe leaderboard date this row appears on
sourcestrrss or graphql

๐ŸŽฏ Use cases

  • Launch-day newsletter โ€” daily digest of new PH launches in your niche
  • Auto-tweet trending products โ€” schedule daily, post top 5 to Twitter
  • Competitive intelligence โ€” track competitor launches + their vote velocity
  • Year-in-review content โ€” pull every launch from a year, write the "Best of 2026" roundup
  • Investor signal โ€” products hitting #1 on launch day = potential breakout
  • Outreach lists โ€” makers array gives you direct DM targets (founder personas)
  • Trend analysis โ€” sweep monthly, see which topics keep showing up in top 10

โš™๏ธ Input parameters

ParameterTypeDefaultNotes
sourcestrautoauto / rss / graphql. auto = graphql if token supplied, else rss
developerTokenstr (secret)โ€”Free at producthunt.com/v2/oauth/applications
dateYYYY-MM-DDyesterday UTC(GraphQL only) anchor date
daysBackint1(GraphQL only) number of days back from anchor
maxPerDayint100Per-day cap

๐Ÿ› ๏ธ How it works

RSS path (default, free):

  1. Hit https://www.producthunt.com/feed
  2. Parse Atom entries
  3. Normalise to the schema (thinner fields โ€” no votes/topics/makers)

GraphQL path (richer, needs token):

  1. Sign up at producthunt.com/v2/oauth/applications, create an app, copy your developer token (free, takes 30 seconds)
  2. Pass it as developerToken (stored encrypted by Apify as a secret)
  3. Actor uses PH's official GraphQL API at api.producthunt.com/v2/api/graphql

โš ๏ธ Tips & caveats

  • Today's leaderboard is still moving โ€” PH's daily ranking resets at midnight PT and votes pour in for the next 24 hours. The default anchor (yesterday UTC) gives you stable data.
  • RSS schema is thin โ€” no vote counts, no makers, no topics. Get a free dev token for the full schema.
  • Cloudflare blocks plain HTTP scrapers โ€” that's why this Actor uses RSS / GraphQL, not HTML parsing. If PH changes either, the Actor will be updated.

๐Ÿ”— Related Actors

Launch + startup intelligence:

๐Ÿ’ฌ Support

Need a custom PH scraper (collections, makers' profiles, historical analytics)? Email caspersmartwater@gmail.com.

โญ Star this Actor.

You might also like

Product Hunt Daily Launches Scraper

logiover/product-hunt-daily-launches-scraper

Product Hunt scraper without API key or login. A Product Hunt API alternative: export daily launches, votes and topics to CSV/JSON datasets.

Product Hunt Scraper โ€” Daily Launch Data

devilscrapes/producthunt-launches-scraper

Scrape Product Hunt daily launches via the public RSS feed โ€” name, tagline, maker, link, posted-at โ€” export to JSON or CSV. A lightweight Product Hunt scraper with no login; attach a Product Hunt API token for deeper fields when you need them.

Product Hunt Scraper - Launches, Topics & Makers

legend006/producthunt-scraper

Scrape Product Hunt launches via the official GraphQL API. Filter by date, topic, or featured status. Returns name, tagline, description, votes, comments, makers, topics, and links. Built for founders, marketers, VCs, and trend hunters.

Product Hunt Launches Scraper โ€” Top Products, Votes, Makers

seemuapps/product-hunt-launches-scraper

Get the top Product Hunt launches by date, name, tagline, votes, comments, makers, topics, and website links

Product Hunt Scraper

crawlerbros/producthunt-scraper

Scrape Product Hunt launches, makers, hunters, votes, and topics. Daily leaderboard, by topic, by user, or single product detail.

11

Product Hunt Scraper

pear_fight/producthunt-scraper

Scrape products and launches from Product Hunt

Product Hunt Scraper

junipr/product-hunt-scraper

Scrape Product Hunt launches, upvotes, and comments. Get product name, tagline, URL, upvotes, makers, topics, launch date. Browse daily/weekly/monthly or search. GraphQL API with browser fallback.