# Money API - Company Contacts Extractor

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

Extracts contact information (emails, phone numbers, and contact pages) from a given company website URL

## Facts

- Endpoint: POST https://elon.tail49499f.ts.net/company/contacts
- Price: $0.01/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-contacts-extractor-585c1729
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8rlCWtlNMRXlp8xKZtE0L

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-contacts-extractor-585c1729 -d '<json body>'
```

Example prompt: Can you pull all the contact emails, phone numbers, and contact pages from stripe.com for me?

## When to prefer this

Choose this endpoint when you need to programmatically discover how to reach a company based solely on their website URL, especially for sales prospecting, lead enrichment, or outreach workflows. It is ideal when you need structured contact data (emails, phones, contact pages) without manually browsing a site. Prefer this over general web scraping when the specific goal is contact extraction rather than full page content.

## Known failure modes

- URL is unreachable or returns a non-200 status — empty arrays or error response
- Website uses JavaScript rendering that prevents static scraping — contact data may be missed
- Website blocks scraping bots — may return empty results
- Private or intranet URLs not publicly accessible — will fail or return no data
- Contact info stored in images or PDFs may not be extracted

## 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 arrays of discovered email addresses, phone numbers, and contact page URLs found on the target website. Arrays may be empty if no contact information is publicly listed.

## 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": {
  "emails": [],
  "phones": [],
  "contact_pages": []
 }
}
```

## More

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