# Money API – Company Profile Lookup

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

Extracts company name, description, and domain metadata from a given public URL

## Facts

- Endpoint: POST https://elon.tail49499f.ts.net/company/profile
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/money-api-company-profile-lookup-a342a48f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wz6csubPUa25keeG5S8Vt

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-profile-lookup-a342a48f -d '<json body>'
```

Example prompt: Can you pull the company profile for https://stripe.com — I need the company name, what they do, and the domain info?

## When to prefer this

Use this endpoint when you have a company's website URL and need structured metadata (name, description, domain) without doing a full web scrape. It is purpose-built for company profiling rather than general web content extraction, making it faster and more reliable for CRM enrichment, lead research, or vendor vetting workflows.

## Known failure modes

- URL is unreachable or returns a non-200 response — may return empty or partial fields
- Private or intranet URLs that are not publicly accessible
- Pages with no structured company information — description may be null or generic
- Rate limiting or payment failure may block the request
- URL points to a non-company page (e.g. a blog post) — company metadata may be inaccurate

## 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

Returns a JSON object containing the domain (e.g. 'example.com'), company_name (e.g. 'Example Company'), and description (a short text summary of what the company does), extracted from the given URL.

## 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": {
  "domain": "example.com",
  "description": "Example company description",
  "company_name": "Example Company"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/money-api-company-profile-lookup-a342a48f/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)
