The full public record for one product by slug: links, integrations, alternatives, metrics, verified revenue and an AI-ready profile.
Returns everything Founder.best publishes about one product. Use the slug from a search_products result or from a page URL (founder.best/products/<slug>). The record adds links, integrations, alternatives, screenshots, publicly shared verified revenue and an ai_profile block to the summary fields.
slugstringrequiredacme-analytics.structuredContent.product is a product detail object. On top of the summary fields it includes:
links - website, GitHub, X/Twitter, App Store, Google Play, API docs, MCP server.integrations - has_api, has_mcp_server, has_cli, cli_install_command, api_docs_url, mcp_url.alternatives - products the founder named as comparable, with a Founder.best URL when the alternative is also listed.metrics.verified_revenue - a TrustMRR-verified label such as $1K–$5K/mo, present only when the founder made it public; exact figures only when they chose “exact” visibility.ai_profile - the fixed-shape summary described in Markdown mirrors & AI profile.screenshots, og_image_url, created_at, updated_at.Tell me more about BidPage - who built it, what it costs, and does it have an API?The agent calls the tool:
{ "name": "get_product", "arguments": { "slug": "bidpage" } }and gets back Markdown for the model plus structuredContent shaped like this (trimmed):
{
"product": {
"name": "BidPage",
"slug": "bidpage",
"tagline": "Turn your next sponsorship into an auction.",
"description": "BidPage is a platform for content creators who want to monetize their audience through transparent bidding for sponsorships…",
"website": "https://bidpage.app",
"url": "https://www.founder.best/products/bidpage",
"markdown_url": "https://www.founder.best/products/bidpage.md",
"status": "live",
"pricing": { "type": "free", "label": "Free", "has_free_tier": true },
"links": { "website": "https://bidpage.app", "github": null, "twitter": null, "app_store": null, "google_play": null, "api_docs": null, "mcp_server": null },
"integrations": { "has_api": false, "has_mcp_server": false, "has_cli": false, "cli_install_command": null, "api_docs_url": null, "mcp_url": null },
"alternatives": [],
"metrics": { "upvotes": 12, "comments": 2, "rating_average": null, "rating_count": 0, "verified_revenue": null },
"founder": { "name": "Mustafa Sarp Yalcin", "username": "sarp", "url": "https://www.founder.best/founders/sarp" },
"ai_profile": {
"product": "BidPage - Turn your next sponsorship into an auction.",
"category": "SaaS",
"ideal_for": "Solopreneurs, Developers, Sales Teams",
"key_features": "Social Media Automation, Social Media Management, Content Promotion",
"pricing": "Free",
"website": "https://bidpage.app",
"founder": "Mustafa Sarp Yalcin (@sarp)",
"launch_date": "Sep 14, 2026",
"platforms": "Web, Desktop",
"founder_best_url": "https://www.founder.best/products/bidpage"
}
}
}isError: true with a hint to use search_products.pricing tells you the model (free, freemium, subscription…); send users to website for actual plans.