canonical: https://jentic.com/apis/fundz.net/fundz

# Fundz API

The Fundz API delivers structured private-market events collected from SEC filings, state registries, and company disclosures. Each endpoint lists one event type: funding rounds, crowdfunding campaigns, acquisitions, executive appointments, business agreements, and product launches. Records carry the companies, people, amounts, and dates involved, so you can track when a company raises money, gets acquired, hires a new executive, signs a partnership, or ships a product. Every list endpoint supports filtering so you can pull recent events or narrow to specific companies and time windows.

## For AI agents

List structured private-market events from Fundz: funding rounds, crowdfunding, acquisitions, executive appointments, business agreements, and product launches, with filtering.

## Scope

Covers reading private-market event lists: fundings, crowdfundings, acquisitions, executives, agreements, and products. It does not provide full company profiles, investor portfolios, or write access to the data.

## Capabilities

- List recent funding rounds with the company, amount, and round details
- Retrieve crowdfunding campaigns and their reported figures
- Track company acquisitions with acquirer, target, and date
- Find newly announced executive appointments across companies
- List business agreements and partnerships between companies
- Retrieve recent product launches reported by companies

## Use cases

### AI Agent for Sales and Deal Signals

A sales or research agent watches for buying signals like fresh funding, new executives, or acquisitions. Through Jentic it lists recent Fundz funding rounds and executive appointments, filters to the target market, and surfaces accounts worth reaching out to. The agent discovers the list operations by intent, so it delivers timely deal signals without a developer wiring HTTP calls or scraping filings.

Example prompt: List funding rounds and executive appointments from the last week, filter to a target industry, and return companies to prioritize for outreach

### Private-Market Deal Tracking

An investor or analyst tracks acquisitions and raises in a sector. The workflow lists Fundz acquisitions and funding rounds on a schedule, stores the companies and amounts, and builds a running feed of deal activity. Because each record carries dates and parties, the feed stays clean without manual research across filings.

Example prompt: List acquisitions and funding rounds for a sector on a schedule and append the acquirer, target, amount, and date to a deal tracker

### Enriching a CRM with Company Events

A revenue team wants their CRM records to reflect real-world company events. A pipeline lists Fundz funding, acquisition, and agreement events, matches them to accounts already in the CRM, and writes back the latest activity. This keeps account owners aware of changes without them monitoring news themselves.

Example prompt: List recent funding and agreement events, match each to an existing CRM account by company name, and attach the event as an activity note

## Key endpoints

| Method | Path | Description |
| --- | --- | --- |
| GET | `/fundings` | List funding rounds |
| GET | `/crowdfundings` | List crowdfunding campaigns |
| GET | `/acquisitions` | List company acquisitions |
| GET | `/executives` | List executive appointments |
| GET | `/agreements` | List business agreements and partnerships |
| GET | `/products` | List reported product launches |

## Key resources

- **Fundings** — Venture and private funding rounds with company, amount, and round details
- **Crowdfundings** — Crowdfunding campaigns and their reported figures
- **Acquisitions** — Company acquisitions with acquirer, target, and date
- **Executives** — Newly announced executive appointments
- **Agreements** — Business agreements and partnerships between companies
- **Products** — Reported product launches by companies

## Why Jentic

- **Setup:** Using the Fundz API by hand means sending the key as a raw Authorization header with no Bearer prefix, learning which endpoint holds each event type, and paging through filtered lists yourself. Through Jentic you install once, import the API from the Directory, and your agent lists the right events.
- **Permission scoping:** The Fundz API is read-only, so you allow only the event endpoints a task needs, such as GET /fundings, and leave the rest out of the allowed set. Rules run on your own instance and every call the agent makes is logged.
- **Credential handling:** Your Fundz API key is stored once, encrypted, by your own Jentic One instance and injected into the Authorization header at execution time, so it never enters the agent's prompt, logs, or context.
- **Discovery method:** Agents search Jentic by intent such as 'list recent funding rounds' or 'find new acquisitions', and Jentic returns the matching Fundz operation with its input schema so the agent calls the right endpoint without reading reference docs.

## Related APIs

- **Crunchbase API** — Company, funding, and acquisition data across private and public markets
- **Clearbit API** — Firmographic and technographic enrichment for companies and contacts
- **OpenCorporates API** — Official company-registry records from jurisdictions worldwide

## FAQ

### What authentication does the Fundz API use?

Per its OpenAPI spec it uses an API key sent as the raw value of the Authorization header, with no Bearer prefix. Requests without a valid key are rejected. Through Jentic that key is stored encrypted on your own instance and injected into the Authorization header at call time, so it never appears in the agent's prompt or logs.

### What kinds of events does the Fundz API return?

It exposes six event types, each on its own list endpoint: funding rounds at GET /fundings, crowdfunding at GET /crowdfundings, acquisitions at GET /acquisitions, executive appointments at GET /executives, business agreements at GET /agreements, and product launches at GET /products. Each record carries the companies, people, amounts, and dates involved.

### Where does the Fundz API get its data?

According to its documentation the data is collected from SEC filings, state registries, and company disclosures. That means an agent can track private-market activity from primary sources without scraping filings or news itself.

### What are the rate limits for the Fundz API?

The OpenAPI spec does not define fixed numeric rate limits; usage is governed by your plan, and each successful response reports your remaining quota and tier in its meta block. Check https://www.fundz.net for current plan details.

### How do I find recent funding rounds with the Fundz API through Jentic?

Search Jentic for an intent like 'list recent funding rounds' and it returns the GET /fundings operation with its input schema. Apply the available filters to narrow by company or time window, and the agent reads the matching rounds directly.

### Can I limit what my agent is allowed to do with the Fundz API through Jentic?

Yes. The API is read-only, so you allow only the event endpoints a task needs, such as GET /fundings and GET /acquisitions, and leave the others out of the allowed set. Every call runs through your own instance and is logged, so the agent's access stays under your control.

### Is there a Fundz MCP server?

You don't need a separate MCP server to give your agent the Fundz API. Jentic connects it directly from the API Directory: import the API and your agent lists funding, acquisition, and executive events on demand without loading another server's tool definitions into its context.
