Company Funding API — Funding Rounds & Financing Events: AI 大语言模型

Look up a company's funding rounds and financing events, or browse the latest funding rounds across companies, on MuAPI. A company's funding rounds and financing events, or the latest funding rounds across companies.

Interactive model controls

A company's funding rounds and financing events, or the latest funding rounds across companies.

📝

概览

关于此模型

Company Funding returns a company's funding rounds and financing events, or browses the latest funding rounds across companies — a strong buying-signal and account-research data point.

1Detect a target account's recent funding as a buying signal
2Research a company's investors and funding history
3Browse the latest funding rounds for market research
4Feed a sales/GTM agent's account prioritization
💰

价格与价值

成本分析

muapiapp起价 $0.10 每次查询 (reserved; settled down to actual cost)

Normalized, structured JSON response via muapi's routed GTM data capability.

** 竞品价格根据相似模型架构和使用层级估算。

⚙️

技术详情

配置参数

模式枚举(2 个选项)

company: a specific company's funding history. latest: browse the latest funding rounds.

默认值company
Company Domainstring

Company website domain (required for mode=company), e.g. example.com.

默认值-
限制integer

Max results for mode=latest.

默认值20
Industrystring

可选的 industry filter for mode=latest.

默认值-
📖

实施指南

开发者文档

How to Use Company Funding API

  1. Choose a mode: company for one company's funding history, latest to browse recent rounds.
  2. Provide the input: domain for mode=company; limit/industry optional for mode=latest.
  3. Read the result: Funding rounds with amount, stage, date, and investors.
curl -X POST https://api.muapi.ai/api/v1/company-funding \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "mode": "company",
    "domain": "stripe.com"
  }'

常见问题

常见问答

What if no funding data is found?

The request fails with a no-match error and is not charged.