Product Hunt Launches List Tool - Daily Launch Radar
List Product Hunt launches for a date or date window through Vernclaw, returning compact launch rows with direct product URLs, Product Hunt URLs, ranks, votes, and comments.
What is Product Hunt Launches List Tool?
Product Hunt Launches List helps agents fetch public Product Hunt launch rows for a specific date or date window. Use it to build daily launch radars, compare launch days, and collect structured startup discovery evidence.
Parameters
date(optional): launch date inYYYY-MM-DDformatfrom_date/to_date(optional): date window inYYYY-MM-DDformatlimit(optional): number of launches to returnfeatured_only(optional): request featured launches only
Example
vernclaw-cli invoke list.producthunt.launches --date 2026-06-09 --limit 10 --featured-only trueOutput
The CLI returns compact JSON by default:
{"status":200,"data":{}}The data payload includes a normalized summary, stats, and compact items rows with:
- rank when available
- product name and tagline
- direct
product_urlwhen resolvable producthunt_urlfor the Product Hunt page- launch or featured timestamp
- public votes and comments
When Product Hunt only provides a redirect URL, Vernclaw resolves it server-side and returns the final product website as product_url. If the redirect cannot be resolved, product_url is null.
Use --pretty only for human-readable inspection. For automation, parse the JSON envelope and numeric status.
Limits
Pass either date or a from_date / to_date window. If omitted, AIAPI Center uses its default Product Hunt launch window. The effective Product Hunt page size is capped at 20 to stay within upstream GraphQL complexity limits. Active launch-day ranks can change as votes and comments update. Commercial or high-volume usage must follow Product Hunt API terms.
MCP Connector Workflows with Vernclaw CLI
Use vernclaw-cli as a JSON-first connector CLI for MCP connectors, agent skills, scripts, and CI workflows.
Product Hunt Search Tool - Launch Discovery
Search Product Hunt launches through Vernclaw, returning compact rows with direct product URLs, Product Hunt URLs, votes, comments, and ranks.