社交内容读取同步2 积分Product Huntproduct launcheslaunch research

Product Hunt Search

Search Product Hunt launches through AIAPI Center and return normalized product evidence rows.

它能做什么

Product Hunt launch pages are useful for discovering new products, launch positioning, maker profiles, vote counts, and early community response. This connector searches Product Hunt through AIAPI Center and returns compact launch rows with product names, taglines, direct product URLs when resolvable, Product Hunt URLs, votes, and comments.

输入参数

参数格式示例必填
querystringAI coding agent
limitnumber5
from_dateYYYY-MM-DD2026-06-01
to_dateYYYY-MM-DD2026-06-09
sortstringfeatured_at

输出结果

字段类型说明
matchedLaunchesnumberNumber of Product Hunt launch rows returned
topProductstringName of the top returned Product Hunt product
topUrlstringProduct Hunt URL for the top returned product
itemsarrayCompact launch rows with product URLs, Product Hunt URLs, votes, and comments

示例输出

输入

query: "AI coding agent" limit: 5 from_date: "2026-06-01"

输出

# Product Hunt Search Results
- Query: AI coding agent
- Matched Launches: 5
- Top Product: Example Agent
- Top URL: https://www.producthunt.com/products/example-agent

结果解读

Five Product Hunt launch rows matched the query. The top row includes normalized product metadata, maker context, votes, comments, and links.

最近测试:2026-06-09

如何安装

通过 CLI

$ vernclaw-cli invoke search.producthunt --query <value> --limit <value> --from_date <value> --to_date <value> --sort <value>

通过网页

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

鉴权与权限

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

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

限制与边界情况

  • Only publicly available Product Hunt launch and product data is returned.
  • Product Hunt API v2 does not expose global post full-text search; AIAPI Center filters fetched public launches by keyword.
  • The effective Product Hunt page size is capped at 20 to stay within upstream GraphQL complexity limits.
  • Votes and comments can lag Product Hunt pages because upstream data may be cached or rate-limited.
  • Commercial or high-volume Product Hunt usage must follow Product Hunt API terms.

常见用法

Research launches before positioning a new product

Search Product Hunt for similar launches and compare names, taglines, makers, votes, and comments.

Collect product rows for market scans

Return structured launch evidence that agents can rank, summarize, and cite.

Find fresh examples for launch copy

Search recent launches by keyword and reuse normalized rows in content workflows.

常见问题

Does this scrape private Product Hunt data?

No. It only returns publicly available launch and product data through the managed AIAPI Center provider.

Are vote counts real-time?

Not guaranteed. Treat votes and comments as directional because upstream data can be cached or rate-limited.

相关连接器

适合 Agent 使用的链接