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 in YYYY-MM-DD format
  • from_date / to_date (optional): date window in YYYY-MM-DD format
  • limit (optional): number of launches to return
  • featured_only (optional): request featured launches only

Example

vernclaw-cli invoke list.producthunt.launches --date 2026-06-09 --limit 10 --featured-only true

Output

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_url when resolvable
  • producthunt_url for 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.