Social Readerssync2 creditsProduct Huntdaily launchesstartup radar

Product Hunt Launches List

List Product Hunt launches for a date or date window through AIAPI Center.

What it does

Daily Product Hunt launch boards show which products are getting early attention and how makers position them. This connector lists Product Hunt launches for a date or date window through AIAPI Center and returns normalized rows with ranks, product metadata, topics, makers, vote counts, comment counts, URLs, and source limitations.

Inputs

ParameterFormatExampleRequired
dateYYYY-MM-DD2026-06-09No
from_dateYYYY-MM-DD2026-06-01No
to_dateYYYY-MM-DD2026-06-09No
limitnumber10No
featured_onlybooleantrueNo

Outputs

FieldTypeDescription
launchesReturnednumberNumber of Product Hunt launch rows returned
topProductstringName of the highest-ranked returned launch
topUrlstringProduct Hunt URL for the highest-ranked returned launch
itemsarrayNormalized launch rows with rank, launch date, votes, comments, makers, topics, and limitations

Example output

Input

date: "2026-06-09" limit: 10 featured_only: true

Output

# Product Hunt Launches
- Date: 2026-06-09
- Launches Returned: 10
- Top Product: Example Agent
- Top URL: https://www.producthunt.com/products/example-agent

What it means

Ten featured launch rows were returned for the requested date, ordered by the managed Product Hunt provider.

Last tested: 2026-06-09

How to install

Via CLI

$ vernclaw-cli invoke list.producthunt.launches --date <value> --from_date <value> --to_date <value> --limit <value> --featured_only <value>

Via web

  1. Visit the connector catalog and find Product Hunt Launches List.
  2. Click Install connector and acknowledge any training requirements.
  3. Complete authorization if prompted.
  4. Use the connector from Chat or the CLI.

Auth and permissions

OAuth requiredNo
Managed authIncluded, no API key needed
Bring your own key (BYOK)Not supported in v1
Audit loggedEvery request is logged with input, result, cost, and timestamps
Training acknowledgmentNot required

Admins can restrict this connector via blacklist or whitelist in the admin panel.

Limits and edge cases

  • Pass either date or a from_date/to_date window; if omitted, AIAPI Center uses its default launch window.
  • Only publicly available Product Hunt launches are returned.
  • The effective Product Hunt page size is capped at 20 to stay within upstream GraphQL complexity limits.
  • Ranks can change during an active launch day as votes and comments update.
  • Commercial or high-volume Product Hunt usage must follow Product Hunt API terms.

Common use cases

Build a daily launch radar

Fetch Product Hunt launches for a day and rank products by public traction signals.

Compare launch days

Run the connector across multiple date windows and compare product categories, votes, and copy patterns.

Frequently asked questions

What date format should I use?

Use YYYY-MM-DD for date, from_date, and to_date.

Does this include every Product Hunt product?

It returns public launch rows from the managed Product Hunt provider. Some rows may be unavailable if Product Hunt rate limits or API permissions apply.

Related connectors

Agent-friendly links