# LeadMagic Company Funding

> LeadMagic Company Funding is a paid API for AI agents from stable-leadmagic.dev, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-14).

Returns funding rounds, financial data, competitor information, and company insights for a given company domain or name.

## Facts

- Endpoint: POST https://stable-leadmagic.dev/api/company-funding
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/leadmagic-company-funding-c8e75a52
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aYPCCpF1zl7-g5nuaq9UP

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability leadmagic-company-funding-c8e75a52 -d '<json body>'
```

Example prompt: Can you pull up the funding history for Notion — how much they've raised, what rounds they've been through, and who their main investors and competitors are? Their domain is notion.so.

## When to prefer this

Use this endpoint when you need detailed funding and financial intelligence about a company — investment rounds, amounts, and backers — plus competitor context. It complements the LeadMagic Company Search endpoint (which covers firmographics like size and industry) by going deeper into capital structure and competitive landscape. Prefer it over general web search when you need structured, machine-readable funding data rather than scraped news articles.

## Known failure modes

- Unknown or very small company with no funding data returns empty or null results
- Invalid domain format causes a 400 bad request error
- Private company with undisclosed financials may return incomplete funding data
- Ambiguous company name without a domain may match the wrong entity
- Rate limiting or payment failure returns a 402 or 429 error

## How this service works

LeadMagic Company Funding — funding rounds, financials, competitors, and company insights from a domain or name.

## Output

Returns structured data about a company including funding rounds (series, amount, date), total capital raised, notable investors, revenue or financial signals, and a list of competitors — all keyed to the provided domain or company name.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "company_name": {
   "type": "string",
   "description": "The company's name."
  },
  "company_domain": {
   "type": "string",
   "description": "The company's domain."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/leadmagic-company-funding-c8e75a52/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stable-leadmagic.dev](https://www.zero.xyz/host/stable-leadmagic.dev/llms.txt)
