# Money API – Company Full Profile

> Money API – Company Full Profile is a paid API for AI agents from elon.tail49499f.ts.net, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Returns a comprehensive company intelligence report for any public website URL, including signals, social profiles, contacts, company name, and technology stack.

## Facts

- Endpoint: POST https://elon.tail49499f.ts.net/company/full
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/money-api-company-full-profile-c27bc7d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oiKcq-oN5pL2chwEN-GoO

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 money-api-company-full-profile-c27bc7d2 -d '<json body>'
```

Example prompt: Pull a full company profile for https://stripe.com — I need their company name, social media accounts, any contact info, and what tech stack they're running.

## When to prefer this

Use this endpoint when you need a comprehensive, multi-dimensional company profile from a single URL in one call — covering contacts, socials, technologies, and trust signals together — rather than making separate calls to social scrapers, tech detectors, or contact finders. Ideal for lead enrichment, vendor vetting, or competitive research workflows where you want structured JSON output at a low per-call cost.

## Known failure modes

- Invalid or inaccessible URL returns an error or empty result
- Private/intranet URLs cannot be analyzed
- Sites with heavy bot protection may return incomplete data
- Very new or minimal websites may yield sparse signals
- Rate limiting or payment failure results in HTTP 402 or 429 errors

## How this service works

Curated x402 website intelligence API for autonomous AI agents. 24 high-value paid tools covering web content, company research, ecommerce product intelligence, SEO, security and domain trust.

## Output

A JSON object containing structured company data extracted from the target website: company name, social media profiles (socials), contact information (contacts), detected technology stack (technologies), and trust/business signals (signals).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Public HTTP or HTTPS URL to analyze"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "signals": {},
  "socials": {},
  "contacts": {},
  "company_name": "Example Company",
  "technologies": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/money-api-company-full-profile-c27bc7d2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from elon.tail49499f.ts.net](https://www.zero.xyz/host/elon.tail49499f.ts.net/llms.txt)
