社交内容读取同步2 积分Product Huntdaily launchesstartup radar

Product Hunt Launches List

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

它能做什么

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 compact rows with ranks, product metadata, direct product URLs when resolvable, Product Hunt URLs, vote counts, and comment counts.

输入参数

参数格式示例必填
dateYYYY-MM-DD2026-06-09
from_dateYYYY-MM-DD2026-06-01
to_dateYYYY-MM-DD2026-06-09
limitnumber10
featured_onlybooleantrue

输出结果

字段类型说明
launchesReturnednumberNumber of Product Hunt launch rows returned
topProductstringName of the highest-ranked returned launch
topUrlstringProduct Hunt URL for the highest-ranked returned launch
itemsarrayCompact launch rows with rank, launch date, product URLs, votes, and comments

示例输出

输入

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

输出

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

结果解读

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

最近测试:2026-06-09

如何安装

通过 CLI

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

通过网页

  1. 访问连接器目录并找到 Product Hunt Launches List。
  2. 点击“安装连接器”,并按提示确认任何训练相关要求。
  3. 如果需要,请完成授权。
  4. 之后即可在 Chat 或 CLI 中使用该连接器。

鉴权与权限

是否需要 OAuth
托管鉴权已内置,无需自备 API Key
自带 Key(BYOK)v1 暂不支持
是否记录审计日志每次请求都会记录输入、结果、成本和时间戳
训练确认不需要

管理员可以在后台通过黑名单或白名单限制这个连接器。

限制与边界情况

  • 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.

常见用法

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.

常见问题

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.

相关连接器

适合 Agent 使用的链接