The most upvoted products launched in the last 7, 30 or 90 days, optionally within one category.
Answers “what is popular right now”. Returns live products whose launch date falls inside the period, ordered by all-time upvotes, optionally restricted to one category. Upcoming (not yet launched) products are excluded.
periodstringdefault 30d7d, 30d, 90d or all.categorystringlimitintegerdefault 10structuredContent contains period, since (the launch date lower bound, null for all), category, count and products - product summaries with an added rank.
What AI products launched on Founder.best in the last month are getting the most upvotes?The agent calls the tool:
{ "name": "get_trending_products", "arguments": { "period": "30d", "category": "ai-ml", "limit": 5 } }and gets back Markdown for the model plus structuredContent shaped like this (trimmed):
{
"period": "30d",
"since": "2026-08-23",
"category": "ai-ml",
"count": 5,
"products": [
{ "rank": 1, "name": "Kling 3.0 AI Video Generator", "slug": "kling-30-ai-video-generator", "metrics": { "upvotes": 31, "…": "…" }, "url": "https://www.founder.best/products/kling-30-ai-video-generator", "…": "…" }
]
}