# Fundable ## Docs - [Fundable API: Startup and VC Funding Data](https://docs.tryfundable.ai/index.md): Fundable's REST API for real-time startup funding rounds, VC deals, investors, and people. 150k+ rounds, 200 free credits, native API access. - [Fundable API Authentication and Keys](https://docs.tryfundable.ai/authentication.md): Authenticate the Fundable API with a Bearer token. Get an API key and start with free credits. - [Fundable API Pricing and Credits](https://docs.tryfundable.ai/usage.md): Fundable API pricing: credit cost per endpoint, free search endpoints, and pay-as-you-go credits from $0.05. - [Track Newly Funded Startups with the API](https://docs.tryfundable.ai/guides/track-newly-funded-startups.md): Find startups as funding rounds are added to Fundable, then filter by stage, industry, location, and company size. - [Build a Funding Alert Workflow](https://docs.tryfundable.ai/guides/funding-alert-workflow.md): Pull saved Fundable alert matches into a scheduled workflow with UTC checkpoints, deduplication, and retry-safe processing. - [Enrich Your CRM with Funding Data](https://docs.tryfundable.ai/guides/crm-enrichment.md): Match CRM accounts by domain and add Fundable company details, funding history, investors, and latest-round data. - [Power an AI Agent with Funding Data](https://docs.tryfundable.ai/guides/ai-agent-funding-data.md): Give an AI agent controlled access to real-time startup and funding data through typed Fundable REST API tools. - [Fundable API Reference](https://docs.tryfundable.ai/api-reference/introduction.md): Full REST reference for the Fundable API: deals, companies, investors, and people endpoints, with parameters and examples. - [Filter Funding Rounds by Industry and Location](https://docs.tryfundable.ai/api-reference/filtering.md): How to filter by location, industry, and round type without getting empty results - [Funding Rounds API: Search VC Deals](https://docs.tryfundable.ai/api-reference/deals/list.md): Retrieve venture capital deals with advanced filtering, pagination, and sorting. - [Get a Funding Round by ID](https://docs.tryfundable.ai/api-reference/deals/get.md): Retrieve full details for a single venture capital funding round by its unique ID. - [Funding Round Investors API](https://docs.tryfundable.ai/api-reference/deals/investors.md): Retrieve the full investor lineup for a funding round: lead status, partners, angels, and links. - [Company Search API: Filter Startups](https://docs.tryfundable.ai/api-reference/companies/list.md): Retrieve companies with advanced filtering, pagination, sorting, and optional AI-powered semantic search. - [Company Funding Data API](https://docs.tryfundable.ai/api-reference/companies/get.md): Retrieve company data and the latest funding round by UUID, domain, LinkedIn, or Crunchbase. - [Company Funding History API](https://docs.tryfundable.ai/api-reference/companies/deals.md): Retrieve a company's complete funding history by any identifier, paginated. - [Company Search API](https://docs.tryfundable.ai/api-reference/companies/search.md): Look up a company by name, domain, LinkedIn, or Crunchbase with fuzzy matching. - [Investor Data API: Search VC Firms](https://docs.tryfundable.ai/api-reference/investors/list.md): Retrieve a paginated list of investors with optional filtering. - [Investor Profile API](https://docs.tryfundable.ai/api-reference/investors/get.md): Retrieve an investor's full profile, stats, and portfolio summary by any identifier. - [Investor Portfolio and Deals API](https://docs.tryfundable.ai/api-reference/investors/deals.md): Retrieve an investor's complete deal history by any identifier, paginated. - [Investor Search API](https://docs.tryfundable.ai/api-reference/investors/search.md): Look up a VC firm or investor by name, domain, LinkedIn, or Crunchbase. - [Founders and Investors API](https://docs.tryfundable.ai/api-reference/people/list.md): Retrieve people with advanced filtering, pagination, sorting, and optional AI-powered semantic search. - [Person Profile API](https://docs.tryfundable.ai/api-reference/people/get.md): Retrieve full person detail including employment and education history by any identifier. - [Person Investments API](https://docs.tryfundable.ai/api-reference/people/deals.md): Retrieve every deal a person joined as an angel or lead partner, paginated. - [People Search API](https://docs.tryfundable.ai/api-reference/people/search.md): Look up founders, executives, and investors by name, LinkedIn, Crunchbase, or Twitter. - [Industry Search API](https://docs.tryfundable.ai/api-reference/industries/search.md): Look up industries and super categories by name with fuzzy matching. Free, 0 credits. - [Location Search API](https://docs.tryfundable.ai/api-reference/locations/search.md): Look up cities, states, regions, and countries by name with fuzzy matching. Free, 0 credits. - [Funding Alerts API](https://docs.tryfundable.ai/api-reference/alerts/list.md): Retrieve saved funding alert data with all matching deals in a date range, newest first. - [Funding Alert Configurations API](https://docs.tryfundable.ai/api-reference/alerts/configurations.md): List the authenticated user's funding alert configurations: filters, frequency, and descriptions. ## OpenAPI Specs - [openapi-alerts](https://docs.tryfundable.ai/openapi/openapi-alerts.yaml) - [openapi](https://docs.tryfundable.ai/openapi.json) - [openapi-companies](https://docs.tryfundable.ai/openapi/openapi-companies.yaml) - [openapi-people](https://docs.tryfundable.ai/openapi/openapi-people.yaml) - [openapi-investors](https://docs.tryfundable.ai/openapi/openapi-investors.yaml) - [openapi-deals](https://docs.tryfundable.ai/openapi/openapi-deals.yaml) - [openapi-other](https://docs.tryfundable.ai/openapi/openapi-other.yaml)