# Strale Prospect Profile

> Strale Prospect Profile is a paid API for AI agents from api.strale.io, paid per call via x402, $0.5832/call, status unknown (last checked 2026-09-14).

Builds a structured prospect profile for a company from its website URL or name, returning enriched firmographic and contact intelligence.

## Facts

- Endpoint: POST https://api.strale.io/x402/v2/solutions/prospect-profile
- Price: $0.5832/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-prospect-profile-c94fa046
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_69dTOHvUhhcjHhRcf1TNX

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 strale-prospect-profile-c94fa046 -d '<json body>'
```

Example prompt: Pull a full prospect profile for Acme Corp — their website is acme.com — I need firmographic details, company size, industry, and any contact intelligence before my sales call.

## When to prefer this

Choose this endpoint when you need structured, auditable company intelligence with cryptographic provenance — especially in regulated or high-trust sales and compliance contexts. Prefer it over generic web search when you need structured firmographic fields (headcount, revenue, industry) rather than raw text, and when audit trail integrity matters for your workflow.

## Known failure modes

- Company not found for given URL or name — returns empty or null profile
- Invalid URL format — returns validation error
- Ambiguous company name with multiple matches — may return best-guess or error
- CIK or ticker not recognized — returns not-found error
- Rate limiting or payment failure via x402 — returns 402 or 429 status

## How this service works

The trust layer for AI agents — 250+ independently tested data capabilities across 27 countries. Execute capabilities via REST, MCP, A2A, or x402 micropayments. Every call returns an audit record with cryptographic chain hashing.

## Output

A structured prospect profile containing firmographic data (company name, industry, size, revenue estimates, location), contact intelligence, and an audit record with a cryptographic chain hash for provenance verification.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Company website URL"
  },
  "company": {
   "type": "string",
   "description": "Company name, CIK, or ticker"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-prospect-profile-c94fa046/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.strale.io](https://www.zero.xyz/host/api.strale.io/llms.txt)
