Founder.best
LaunchpadFeedProductsCommunityPricingDocs
Advertise
Founder.best

Get started

  • Introduction
  • Quickstart
  • Authentication & limits

MCP server

  • Install the MCP server
  • Tools overview

MCP tools

  • search_products
  • get_product
  • search_founders
  • get_founder
  • get_launches
  • get_trending_products
  • search_categories

REST API

  • Overview
  • Products
  • Founders
  • Launches & trending
  • Categories & taxonomy

AI discovery

  • llms.txt & llms-full.txt
  • Markdown mirrors & AI profile
  • Structured data
  • Get your product discovered

Reference

  • Data model
  • Rate limits & caching
  • Errors
  • Privacy & data policy
Docs/MCP tools/get_trending_products

get_trending_products

The most upvoted products launched in the last 7, 30 or 90 days, optionally within one category.

Auth
None
Side effects
None (read-only)
Returns
text + structuredContent

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.

Parameters

periodstringdefault 30d
7d, 30d, 90d or all.
categorystring
Category slug or name to scope the ranking.
limitintegerdefault 10
Maximum results to return, 1-100.

Response

structuredContent contains period, since (the launch date lower bound, null for all), category, count and products - product summaries with an added rank.

Example

Prompt
What AI products launched on Founder.best in the last month are getting the most upvotes?

The agent calls the tool:

tools/call arguments
{ "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):

structuredContent
{
  "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", "…": "…" }
  ]
}

REST equivalent

GEThttps://www.founder.best/api/v1/trending?period=30d&category=ai-ml&limit=5
Previousget_launchesNextsearch_categories

Prefer plain text? Everything here is summarised in /llms.txt.

Founder.best

Where founders launch, share their stories, and get discovered by a community that gets it.

Discover startups, products, and founders - built for humans and AI. Every listing is readable by customers, search engines, AI assistants, and AI agents.

Product

  • Browse
  • Categories
  • Stories
  • Submit Startup

Company

  • How it works
  • Pricing
  • Advertise
  • Contact
  • Terms
  • Privacy

Developers

  • Docs
  • Public API
  • MCP server
  • llms.txt

Resources

  • Blog
  • Free Tools
  • Startup Directories
  • Founder Stories
  • Launch Platform Alternatives
  • Product Hunt Alternatives (2026)
  • SaaS Launch Checklist
  • SaaSHub Alternative & Reviews
  • How to Launch a SaaS
  • Top 10 PH Alternatives for Launch
  • Product Hunt Alternative
  • BetaList Alternative
  • Indie Hackers Launch Guide
  • Show HN Alternative
  • SaaSHub Alternative
  • Startup Directories SEO
  • AI Startup Launch Guide
  • TinyLaunch Alternative
  • Peerlist Alternative
  • MicroLaunch Alternative

Founder: Anuj (@anuj_shashimal) on X

© 2026 Founder.best. Built for founders.

PrivacyTermsContact