# LeadMagic Company Search

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

Enriches a company profile from its domain, name, or B2B profile URL, returning firmographic data including size, industry, location, and social links.

## Facts

- Endpoint: POST https://stable-leadmagic.dev/api/company-search
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/leadmagic-company-search-addbc7fa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ItPDX4HFviKNADTpW202-

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-search-addbc7fa -d '<json body>'
```

Example prompt: Can you pull up the company profile for stripe.com — I need their industry, employee count, HQ location, and any social media links you can find?

## When to prefer this

Use this endpoint when you have a company domain, name, or LinkedIn/B2B profile URL and need firmographic enrichment (size, industry, location, socials) in a single call. Prefer it over manual research or generic web scraping when you need structured, ready-to-use company metadata for CRM population, lead qualification, or sales intelligence workflows.

## Known failure modes

- Unknown or unrecognized domain returns empty or minimal results
- Ambiguous company name with multiple matches may return incorrect entity
- Newly registered or very small company may have sparse data
- Invalid or malformed URL input returns an error
- Rate limiting or payment failure returns a 402 or 429 error

## How this service works

LeadMagic Company Search — enrich a company from its domain, name, or B2B profile URL: size, industry, location, socials, and more.

## Output

Returns a structured company profile including company name, size/employee count, industry vertical, headquarters location, social media URLs (LinkedIn, Twitter, etc.), company description, and other firmographic fields derived from the provided domain, name, or B2B profile URL.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "profile_url": {
   "type": "string",
   "description": "The company's B2B profile URL."
  },
  "company_name": {
   "type": "string",
   "description": "The company's name."
  },
  "company_domain": {
   "type": "string",
   "description": "The company's domain, e.g. leadmagic.io."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/leadmagic-company-search-addbc7fa/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)
