# x402 APIs - Due Diligence Screening

> x402 APIs - Due Diligence Screening is a paid API for AI agents from x402-apis-eta.vercel.app, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-13).

Performs due diligence screening on a company or domain, returning risk and background information via pay-per-request micropayment.

## Facts

- Endpoint: GET https://x402-apis-eta.vercel.app/api/due-diligence
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-apis-due-diligence-screening-b6668d63
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Mq64mK3JlSLbert2P_447

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 x402-apis-due-diligence-screening-b6668d63
```

Example prompt: Can you run a due diligence check on Acme Corp using the domain acmecorp.com? I want to know if there are any red flags before we sign a partnership agreement.

## When to prefer this

Use this endpoint when you need instant, no-account due diligence or company screening and are willing to pay per request via x402 micropayment. Ideal for AI agents that need to autonomously screen companies or domains without API key setup, especially in agentic workflows where per-call payment is acceptable.

## Known failure modes

- Domain or company not found — returns empty or minimal result
- Payment not completed or x402 protocol error — returns 402 Payment Required
- Invalid input schema — missing both domain and company fields returns error
- Unknown domain with no data — may return sparse or null result fields
- Rate limiting or server error — returns 5xx response

## How this service works

AI-agent-friendly APIs with instant micropayments via x402 protocol. No API keys, no accounts - just pay and access.

## Output

A due diligence report containing risk signals, background information, and screening data for the specified company and/or domain, delivered as structured JSON after a $0.50 USDC micropayment via x402.

## Example request

```json
{
 "domain": "example.com",
 "company": "Example Corporation"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domain": {
   "type": "string",
   "description": "Domain to investigate (e.g., google.com)"
  },
  "company": {
   "type": "string",
   "description": "Company name to screen"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-apis-due-diligence-screening-b6668d63/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-apis-eta.vercel.app](https://www.zero.xyz/host/x402-apis-eta.vercel.app/llms.txt)
