# Company Signals Intelligence

> Company Signals Intelligence 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-13).

Analyzes a company website URL and returns structured boolean signals about its key characteristics, such as whether it has a careers page, pricing page, or ecommerce functionality.

## Facts

- Endpoint: POST https://elon.tail49499f.ts.net/company/signals
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/company-signals-intelligence-de2c0153
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2z8_qiXxTWlGAQOALaVIH

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 company-signals-intelligence-de2c0153 -d '<json body>'
```

Example prompt: Can you check stripe.com and tell me whether they have a careers page, whether they show pricing publicly, and whether they run any ecommerce on their site?

## When to prefer this

Use this endpoint when you need structured, boolean intelligence about a company website's key business characteristics — specifically hiring status, pricing transparency, and ecommerce presence — without manually crawling and interpreting the site. Prefer this over generic web scrapers when you want clean, pre-labeled signals rather than raw HTML. Ideal for sales prospecting, competitive research, and lead scoring pipelines where boolean feature flags are more actionable than free-form text.

## Known failure modes

- Invalid or unreachable URL returns an error or empty signal set
- Private or paywalled websites may return false negatives for all signals
- Very new or sparse websites may lack enough content for accurate detection
- Non-English websites may reduce detection accuracy
- Rate limiting or network timeouts if the target domain is slow

## 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 with boolean fields for each detected website signal — such as `careers` (whether the site has a careers/jobs section), `pricing` (whether pricing is publicly listed), and `ecommerce` (whether the site sells products directly). Additional signal fields may be present depending on what the endpoint detects.

## 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": {
  "careers": true,
  "pricing": false,
  "ecommerce": false
 }
}
```

## More

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