# FluxKit Company Enrichment

> FluxKit Company Enrichment is a paid API for AI agents from x402.fluxkit.site, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Enriches a company domain with firmographics, social profiles, tech stack, contact info, industry, business model, and target customer data for sales prospecting and CRM workflows.

## Facts

- Endpoint: GET https://x402.fluxkit.site/api/intelligence
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fluxkit-company-enrichment-996b7778
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3mUSIfG_wS0-1Dyl37v19

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 fluxkit-company-enrichment-996b7778
```

Example prompt: Can you pull up the company profile for stripe.com — I need their industry, business model, tech stack, and a summary of what they do so I can prep for a sales call?

## When to prefer this

Choose this endpoint when you need a broad, multi-faceted company profile from just a domain name — covering firmographics, business model, tech stack, socials, and target customers in a single call. It is particularly well-suited for B2B sales prospecting workflows and CRM enrichment pipelines where you want structured intelligence without manually scraping multiple sources.

## Known failure modes

- Invalid or unresolvable domain returns empty signals and low confidence
- Domain with no public web presence may return sparse or empty results
- Newly registered domains may lack sufficient data for enrichment
- Rate limiting or payment failure returns a 402 error requiring USDC payment
- Malformed domain input (e.g. including http:// prefix) may cause parsing errors

## How this service works

Company enrichment from any domain. Firmographics, socials, tech stack, contact info, address. Built for sales prospecting and CRM.

## Output

Returns a JSON object with the analyzed domain, industry classification, confidence score, business model description, company summary, value proposition, target customer segments, products/services list, signals detected from the domain, and inferences drawn from available evidence.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domain": {
   "type": "string",
   "description": "Company domain to analyze (e.g. stripe.com)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "domain": "example",
  "signals": [],
  "evidence": [],
  "industry": "example",
  "confidence": "example",
  "inferences": [],
  "business_model": "example",
  "company_summary": "example",
  "target_customers": [],
  "products_services": [],
  "value_proposition": "example"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fluxkit-company-enrichment-996b7778/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.fluxkit.site](https://www.zero.xyz/host/x402.fluxkit.site/llms.txt)
