Product Hunt Launches List Tool - Daily Launch Radar

List Product Hunt launches for a date or date window through Vernclaw and AIAPI Center, returning normalized launch rows with ranks, votes, comments, makers, and URLs.

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 plus items rows with:

  • rank when available
  • Product Hunt product ID, slug, and URL
  • product name and tagline
  • launch or featured timestamp
  • public votes and comments
  • makers, topics, website URL, thumbnail URL, and limitations
  • source: "producthunt" and source_mode

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.