# Prospect Intelligence Basic

> Prospect Intelligence Basic is a paid API for AI agents from prospect-intelligence.prospectintel.workers.dev, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-19).

Enriches and analyzes prospect data to provide sales intelligence insights about potential customers or leads

## Facts

- Endpoint: POST https://prospect-intelligence.prospectintel.workers.dev/v1/basic
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-19
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/prospect-intelligence-basic-54a9ed54
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_u7OZCgVBvrVu9zEmQ9buZ

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 prospect-intelligence-basic-54a9ed54 -d '<json body>'
```

Example prompt: Can you pull prospect intelligence on Acme Corp — I need a profile of the company before my sales call so I understand their size, industry, and any relevant signals?

## When to prefer this

Choose this endpoint when you need quick, on-demand enrichment and profiling of a single prospect or company for sales purposes, especially when you want to avoid standing up a full CRM integration. Ideal for agents that need to qualify leads or prepare for outreach with minimal setup.

## Known failure modes

- Missing or insufficient prospect identifiers in the body — returns error or empty result
- Prospect not found in underlying data sources — returns minimal or null data
- Malformed request body missing required fields — returns 400-level error
- Rate limiting or quota exceeded — returns 429 or payment-related error
- Service unavailable or cold-start latency on Cloudflare Worker — returns 5xx

## How this service works

Prospect Intelligence

## Output

Returns an enriched intelligence profile for the given prospect, potentially including company size, industry classification, location, business signals, contact context, and other attributes useful for qualifying and engaging sales leads.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object"
    },
    "type": {
     "const": "http"
    },
    "method": {
     "const": "POST"
    },
    "bodyType": {
     "const": "json"
    }
   }
  },
  "output": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/prospect-intelligence-basic-54a9ed54/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from prospect-intelligence.prospectintel.workers.dev](https://www.zero.xyz/host/prospect-intelligence.prospectintel.workers.dev/llms.txt)
