๐ Product Hunt Scraper - Daily & Trending Launches
Pricing
from $1.60 / 1,000 results
๐ Product Hunt Scraper - Daily & Trending Launches
Extract Product Hunt launches with upvotes, comments, taglines, and trending scores. Scrape today's products, search by keyword, or browse by topic. Get engagement metrics for market research, competitor tracking, and startup discovery. Fast, reliable, pay-per-result.
Pricing
from $1.60 / 1,000 results
Rating
0.0
(0)
Developer
Ben
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
18 days ago
Last modified
Categories
Share
๐ Product Hunt Scraper โ Daily Launches & Trending Products
Extract product launches from Product Hunt โ names, taglines, hunters, launch dates and a trending score โ as clean, structured data. Pull the live feed of featured/trending products, grab a day's launches, search the feed by keyword, or browse by topic. It's the launch data startup analysts and growth teams track every morning, returned as one tidy row per product without fighting Cloudflare or a GraphQL token. Export to JSON/CSV/Excel, run on a schedule, call via API, or connect to Make, Zapier or n8n.
๐ What is the Product Hunt Scraper?
It turns the Product Hunt feed into a structured dataset. Pick a mode โ trending, daily, search or topic โ and it reads Product Hunt's public Atom feed and returns each launch with its name, tagline, hunter, launch timestamp, Product Hunt URL, product ID and a position-based trending score. Because it uses the official feed it sidesteps Cloudflare and works without an API key, so you can build your own daily launch history hands-free.
What data does it extract?
- Product name and tagline
- Product Hunt URL (
product_hunt_url) and product ID (product_id) - Hunter name (
hunter_name) โ who posted the launch - Launch date (
launch_date) โ published timestamp from the feed - Trending score (
trending_score) โ derived from feed position (earlier = higher) - Scrape timestamp (
scraped_at)
The data model also carries engagement fields (upvotes, comments_count, topics,
maker_names, featured, reviews_rating) that are returned with default values
since the public feed does not expose them โ the reliably populated fields are listed
above.
โฌ๏ธ Input
Run it four ways โ trending, a specific day, a keyword search, or by topic:
| Field | Description |
|---|---|
scrapeMode | trending, daily, search, or topic |
searchQuery | Keyword to match against name/tagline (required for search mode) |
topic | Topic/category slug (required for topic mode), e.g. artificial-intelligence |
date | Date in YYYY-MM-DD format (used with daily mode) |
maxResults | Cap the run (1โ500) |
Example input
{"scrapeMode": "trending","maxResults": 50}
โฌ๏ธ Output
Every launch is one clean row (view as a table, or export JSON / CSV / Excel):
{"name": "Acme AI Copilot","tagline": "Your AI pair-programmer for data pipelines","url": "","product_hunt_url": "https://www.producthunt.com/posts/acme-ai-copilot","description": null,"upvotes": 0,"comments_count": 0,"reviews_count": 0,"reviews_rating": null,"topics": [],"thumbnail": null,"maker_names": [],"hunter_name": "Jane Doe","featured": false,"launch_date": "2026-06-26T08:01:00-07:00","product_id": "123456","trending_score": 98,"scraped_at": "2026-06-26T15:30:00.000Z"}
๐ก Use cases
- ๐ญ Startup & VC discovery: spot newly launched products and their hunters early, building a feed of fresh prospects.
- ๐ฅ Competitor tracking: monitor launches in your space and rank them by trending score.
- โ๏ธ Positioning research: study high-performing taglines to sharpen your own product messaging.
- ๐๏ธ Launch history: schedule a daily run to build your own archive of Product Hunt launches over time.
โ FAQ
How do I scrape Product Hunt launches? Pick a scrapeMode (trending, daily,
search or topic), set maxResults, then Run. You get structured launches with name,
tagline, hunter, launch date, product URL and a trending score.
Do I need an API key? No. It reads Product Hunt's public Atom feed โ no login, token or GraphQL key required, and it isn't blocked by Cloudflare.
Does it return upvote and comment counts? The public feed doesn't expose
engagement counts, so upvotes, comments_count and topics come back with default
values. The reliably populated fields are name, tagline, hunter, launch date, product
URL/ID and the trending score.
How is the trending score calculated? It's derived from each product's position in the feed โ products nearer the top score higher (roughly 100 down to 1) โ so you can sort by current momentum.
What's the difference between trending and daily mode? Both read the same live
feed of currently featured/trending products; daily is intended for a specific
date. Search mode filters that feed by keyword and topic mode requests a category
slug.
How do I focus on one category? Use scrapeMode: topic with a topic slug such as
artificial-intelligence, developer-tools or productivity.
How does search mode work? The feed has no search endpoint, so search mode pulls
the current feed and keeps only products whose name or tagline contains your
searchQuery (case-insensitive); if nothing matches it returns the full feed so the
run is never empty.
How many products can it return? Up to your maxResults cap (1โ500), limited by
how many entries the feed currently contains.
Can I run it on a schedule or via API? Yes โ schedule recurring runs in Apify, call it via the API/SDK, or connect it to Make, Zapier or n8n.
Is scraping Product Hunt legal? It only reads publicly available feed data. Use it responsibly for research, and follow applicable laws and Product Hunt's terms.
๐ You might also like
- Hacker News Intelligence โ tech news, jobs & Show HN launches
- GitHub Repository Intelligence โ repo stars, issues & contributor metrics
- Tech Stack Detector โ detect the technologies a website runs on
- Dev.to Articles Intelligence โ trending developer articles & tags
Keywords: Product Hunt scraper, Product Hunt API, daily launches, trending products, startup discovery, product launches data, tagline research, startup leads, tech product tracking, launch history, hunter data, competitor monitoring, market research, no-code startups, SaaS launches.