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/REST API/Founders

Founders

List and search public founder profiles, or fetch one founder with their launched products.

List and search founders

GEThttps://www.founder.best/api/v1/founders

Returns founders who completed their public profile. Only public fields are included; email, billing and settings never leave the database.

searchstring
Matches name, username, headline and bio (up to 120 characters).
sortstringdefault upvotes
upvotes (community upvotes received), products, followers, newest.
limitintegerdefault 20
1-100.
pageintegerdefault 1
1-based.
bash
curl "https://www.founder.best/api/v1/founders?search=analytics&sort=upvotes&limit=5"
200 OK (trimmed)
{
  "api_version": "1",
  "pagination": { "page": 1, "limit": 5, "total": 3, "has_more": false, "next": null, "previous": null },
  "count": 3,
  "founders": [
    {
      "type": "founder",
      "username": "janedoe",
      "name": "Jane Doe",
      "headline": "Building Acme Analytics",
      "url": "https://www.founder.best/founders/janedoe",
      "api_url": "https://www.founder.best/api/v1/founders/janedoe",
      "markdown_url": "https://www.founder.best/founders/janedoe.md",
      "avatar_url": "https://cdn.founder.best/avatars/janedoe.png",
      "product_count": 2,
      "total_upvotes_received": 140,
      "follower_count": 18
    }
  ]
}

Get one founder

GEThttps://www.founder.best/api/v1/founders/{username}

Returns the founder detail: profile, social_links the founder chose to publish, follower counts and every live product they launched.

bash
curl "https://www.founder.best/api/v1/founders/janedoe"

Vanity URLs

Founder Profile subscribers have their canonical page at /{username} instead of /founders/{username}. The url field always points at the canonical one; both resolve.

PreviousProductsNextLaunches & trending

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