Product Hunt API
收藏RapidAPI2026-04-20 更新2026-04-21 收录
下载链接:
https://rapidapi.com/kakoto-kakoto-default/api/product-hunt-api2
下载链接
链接失效反馈官方服务:
资源简介:
The Product Hunt API lets developers retrieve detailed product profiles, category listings, user reviews, and keyword search results programmatically. Access ratings, tags, alternatives, pro/con tags, and launch history—ideal for competitive research, product analytics, and market intelligence.
创建时间:
2026-04-20
原始信息汇总
Product Hunt API 数据集概述
基本信息
- API名称: Product Hunt API
- API版本: 1.0.0 (current)
- 所属类别: Social
- API提供者: kakoto
- API地址: https://rapidapi.com/kakoto-kakoto-default/api/product-hunt-api2
API性能指标
- 流行度: 9 Popularity
- 服务等级: 100% Service Level
- 延迟: 14435ms Latency
- 测试通过率: 100% Test
订阅计划与定价
- BASIC: $0.00 / 月
- PRO: $15.00 / 月
- ULTRA: $49.00 / 月
- MEGA: $139.00 / 月
API概述
Product Hunt API 允许开发者以编程方式检索详细的产品资料、类别列表、用户评论和关键词搜索结果。可访问评级、标签、替代品、优缺点标签和发布历史,适用于竞争研究、产品分析和市场情报。
端点详情
1. POST /product/get-by-url — 获取完整产品详情
通过传递 Product Hunt 产品 URL 检索全面的产品信息。
- 必需输入字段:
url(字符串类型,完整的 Product Hunt 产品 URL) - 返回字段示例:
id,name,tagline,description,slug,reviews_rating,reviews_count,followers_count,posts_count,is_top_product,website_url,github_url,twitter_url,linkedin_url,categories,structured_data,alternatives,pro_con_tags,awards,latest_launch,review_questions,ios_url,android_url,is_no_longer_online
2. POST /product/listing-by-url — 通过类别 URL 列出产品
从 Product Hunt 类别或精选页面 URL 检索产品列表。
- 必需输入字段:
url(字符串类型,完整的 Product Hunt 类别或列表 URL) - 返回字段示例:
id,slug,name,tagline,reviews_rating,reviews_count,categories,tags,badges.edges,followers_count,founder_reviews_count,founder_shoutouts,latest_launch,structured_data,is_no_longer_online,from_url
3. POST /product/review — 获取产品评论
通过传递评论页面 URL 检索产品的用户和创始人评论。
- 必需输入字段:
url(字符串类型,完整的 Product Hunt 评论 URL) - 返回字段示例:
id,review_type,status,overall_rating,ease_of_use_rating,reliability_rating,value_for_money_rating,alternatives_feedback,created_at,votes_count,comments_count,user,from_post,product
4. GET /product/search — 通过关键词搜索产品
使用关键词在 Product Hunt 数据库中搜索产品,支持分页。
- 输入字段:
keyword(字符串类型,可选,搜索词)page(整数类型,≥1,可选,分页页码,默认:1)
- 请求示例:
GET /product/search?keyword=AI&page=1 - 响应结构: 与
/product/listing-by-url相同
响应结构
所有端点共享相同的信封结构。
成功响应
json { "statusCode": 200, "messageCode": "OK", "data": [ /* 结果对象数组 */ ] }
错误响应
json { "statusCode": 404, "messageCode": "NOT_FOUND", "message": "Product not found" }
状态码含义
| 状态码 | 含义 |
|---|---|
400 |
错误请求 — 检查 URL 或查询参数 |
404 |
未找到产品 |
500 |
内部服务器错误 — 短暂延迟后重试 |
使用技巧与最佳实践
- 使用正确的端点: 批量发现使用
/product/search或/product/listing-by-url,仅对需要完整详情的产品调用/product/get-by-url。 - 提取优缺点标签进行情感分析: 完整详情响应中的
pro_con_tags数组提供从用户评论中提取的 AI 生成主题,每个都标记为"Positive"或"Negative"并带有count。 - 通过 URL 参数对评论进行分页:
/product/review端点由 URL 驱动 — 增加 URL 中的p=参数以对评论进行分页。当响应返回空的data数组时停止。 - 解析结构化数据以实现 Schema.org 兼容性: 每个产品对象中的
structured_data字段是有效的 Schema.orgWebApplication/Product图,包括AggregateRating、作者资料和截图。 - 错误处理:
- 出现
404时,产品 URL 可能已过时或产品已从 Product Hunt 中移除。 - 出现
400时,请验证 URL 是否为有效的producthunt.com路径。 - 出现
500时,实施指数退避并重试最多 3 次。
- 出现
法律声明
确保您对此 API 的使用符合 Product Hunt 的服务条款,然后再将收集的数据用于商业用途或重新分发。



