跳到正文
//数据源 · 社交媒体

Product Hunt API 每一次发布,每一位创造者

点赞、技术栈选择、评价情绪和论坛讨论,都藏在 Product Hunt 的界面背后。这 23 个接口把整个平台变成 JSON:产品资料、发布详情、创造者和 hunter 身份、社区讨论,还有把这些串起来的分类体系。

免费开始7 天免费试用

Product Hunt 能拉到什么

/api/producthunt/products/search在 PH 产品里按关键词搜索:id、name、tagline、alias、url、rating、review_count、image。
/api/producthunt/products完整产品资料:基础资料、分类、定价、社交链接、AI 标注的优缺点、创造者名单。
/api/producthunt/products/reviews用户评价,含四个维度的评分拆解、情绪文本,以及评价者点名的替代产品。
/api/producthunt/products/alternatives由 AI 排序的竞品,带相似度分数(embedding、分类、评分)。
/api/producthunt/products/customers反向技术栈:哪些产品在用这个产品,每条都带一句推荐语。
/api/producthunt/products/launches某个产品的完整发布记录:名次、票数、奖项(Golden Kitty、TopPost)。
/api/producthunt/launches完整发布详情:hunter、创造者、话题、媒体素材、徽章、票数和评论数、发布状态。
/api/producthunt/launches/comments发布下的讨论帖:创造者、hunter 和社区回复,带嵌套结构。
/api/producthunt/launches/search按关键词搜发布记录,可选按话题过滤。
/api/producthunt/leaderboards日榜、周榜、月榜、年榜上排名靠前的发布记录。
/api/producthunt/users完整用户资料:声望、Kitty Points 排名、徽章、社交链接、做过的产品。
/api/producthunt/users/comments用户发过的评论,每条都带所在的发布记录和对应产品。
/api/producthunt/users/launches创造者名下所有产品的完整发布记录。
/api/producthunt/users/upvotes用户点过赞的发布记录,是意向和偏好信号。
/api/producthunt/users/stacks用户技术栈里的产品,也就是他真正在用的东西。
/api/producthunt/users/collections用户自己整理的产品清单。
/api/producthunt/topics话题页(比如 artificial-intelligence),带热门产品和子话题。
/api/producthunt/collections精选合集,带策展人资料和产品列表。
/api/producthunt/collections/search浏览或按关键词搜 PH 的全部合集。
/api/producthunt/categories分类页,带热门产品和子分类。
/api/producthunt/categories/list完整的分类树。
/api/producthunt/forums/search论坛帖子搜索:全站流、按板块,或按关键词过滤。
/api/producthunt/forums/threads单个论坛帖子,含嵌套评论树。

开始拉取 Product Hunt 数据

发布记录、创造者、产品和社区讨论。550+ 个数据源共用一把 key,每月 $30 起,7 天免费试用。

常见问题

product 是 Product Hunt 上长期存在的那个工具,launch 是它的一次发布事件,同一个产品可以发布很多次。看工具整体用 products/*,看某一次发布用 launches/*,两边打通用 products/launches。