← 返回
数据分析 中文

find-products

Search and discover trending products from ProductHunt with structured analysis data. Use when users ask about product recommendations, tool comparisons, or trending apps.
从ProductHunt搜索并发现热门产品,提供结构化分析数据。当用户询问产品推荐、工具比较或热门应用时使用。
xiazhefengzhi
数据分析 clawhub v1.0.0 1 版本 99941.4 Key: 无需
★ 0
Stars
📥 1,706
下载
💾 22
安装
1
版本
#latest

概述

find-products

Search ProductHunt products with structured analysis from trend-hunt.com.

When to Use

Trigger this skill when the user:

  • Asks for product or tool recommendations (e.g., "What are the best AI video tools?")
  • Wants to compare products in a category
  • Asks about trending products or apps
  • Needs to find alternatives to a specific product
  • Asks "what tools exist for X"

How to Search

Make a GET request to the search API:

curl -s "https://trend-hunt.com/api/search?q=QUERY&locale=LOCALE&limit=LIMIT&category=CATEGORY"

Parameters

ParameterRequiredDefaultDescription
--------------------------------------------
qYesSearch keywords (supports English and Chinese)
localeNoenLanguage: en or zh
limitNo10Number of results (1–20)
categoryNoFilter by category

Common Categories

AI, Productivity, Developer Tools, Design, Marketing, Analytics, Writing, Video, Audio, Education, Finance, Social, Health, E-commerce

Response Format

The API returns JSON:

{
  "success": true,
  "query": "video editor",
  "locale": "en",
  "count": 5,
  "products": [
    {
      "slug": "product-slug",
      "name": "Product Name",
      "tagline": "Short description",
      "category": "AI",
      "upvotes": 523,
      "hypeScore": 85,
      "utilityScore": 78,
      "metaphor": "It's like Canva but for video editing",
      "phUrl": "https://www.producthunt.com/posts/product-slug",
      "websiteUrl": "https://product.com",
      "positiveReviews": ["Great UI", "Fast rendering"],
      "negativeReviews": ["Limited free tier"],
      "newbieQA": [...],
      "translations": [...]
    }
  ]
}

How to Present Results

Format each product as:

### Product Name
⭐ Upvotes: 523 | Hype: 85 | Utility: 78
> Metaphor: "It's like Canva but for video editing"

**Tagline**: Short description
**Category**: AI
**Pros**: Great UI, Fast rendering
**Cons**: Limited free tier

🔗 [ProductHunt](phUrl) | [Website](websiteUrl)

Examples

Example 1: Find AI writing tools

curl -s "https://trend-hunt.com/api/search?q=AI+writing&locale=en&limit=5"

Example 2: Search in Chinese

curl -s "https://trend-hunt.com/api/search?q=视频编辑&locale=zh&limit=5"

Example 3: Filter by category

curl -s "https://trend-hunt.com/api/search?q=automation&category=Productivity&limit=10"

Tips

  • Use English keywords for broader results; the database has more English content
  • When locale=zh, translated fields appear in the translations array
  • Products are sorted by upvotes (most popular first)
  • hypeScore = community excitement; utilityScore = practical value
  • The metaphor field gives a quick "it's like X for Y" comparison
  • If no results are found, try broader or alternative keywords

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 22:06 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 270 📥 57,018
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 199 📥 65,226
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,751