List and search public founder profiles, or fetch one founder with their launched products.
Returns founders who completed their public profile. Only public fields are included; email, billing and settings never leave the database.
searchstringsortstringdefault upvotesupvotes (community upvotes received), products, followers, newest.limitintegerdefault 20pageintegerdefault 1curl "https://www.founder.best/api/v1/founders?search=analytics&sort=upvotes&limit=5"{
"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
}
]
}Returns the founder detail: profile, social_links the founder chose to publish, follower counts and every live product they launched.
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.