← back
Fundable

Fundable

85

VC deal and startup intelligence API — 90K+ startups, 60K+ investors, funding rounds, AI-powered semantic search, and natural language deal alerts with 13 REST endpoints.

API KeyFreemiumJSONBot Blocking: NoneNo CCvc-dealsstartup-datainvestor-searchfunding-roundscompany-searchsemantic-searchmcpcrunchbase-alternative

Pros

  • + First-class AI agent support — offers MCP server, natural language semantic search, and deal alerts that map well to agentic workflows
  • + Rich structured data (50+ datapoints per startup, 400K people, 60K investors) returned as JSON — ideal for LLM function calling and downstream processing
  • + Surfaces new VC deals before competitors and provides sourced datapoints, giving agents access to timely, verifiable funding intelligence

Cons

  • - Full API access requires Enterprise plan with custom pricing — Pro/Pro+ tiers are export-limited and may not cover programmatic agent usage at scale
  • - No public OpenAPI spec, so agents cannot auto-discover endpoints or generate typed clients without manual setup

Integration

example.py
import requests
headers = {    "Authorization": "Bearer YOUR_API_KEY",    "Content-Type": "application/json"}
# Search investors by nameresp = requests.get(    "https://tryfundable.ai/api/v1/investor/search",    headers=headers,    params={"query": "Sequoia Capital"})investors = resp.json()for inv in investors.get("results", []):    print(inv["name"], inv.get("domain", ""))

Details

Category
Company Search
Pricing
Freemium
Free Tier
30-day free trial on Pro ($50/mo) and Pro+ ($100/mo) plans. Pro: 2K row exports/mo, 3 deal alerts, AI search. Pro+: 5K rows/mo, contact data, MCP access, Slack/HubSpot integration. Enterprise: custom pricing for unlimited API access and BigQuery datafeed.
Rate Limit
Not publicly documented; contact sales for Enterprise API limits
Verified
2026-03-31

Score Breakdown

Base +50
OpenAPI Spec (No) 0
Auth Complexity (API Key) +10
Response Format (JSON) +10
Bot Blocking (None) +10
No Credit Card (Yes) +5
Completely Free (No) 0
Total 85

Related APIs in Company Search