# x402 APIs - Username OSINT Lookup

> x402 APIs - Username OSINT Lookup 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 open-source intelligence (OSINT) investigation on a given username, returning data aggregated from public sources, with payment via x402 micropayment protocol.

## Facts

- Endpoint: GET https://x402-apis-eta.vercel.app/api/username-osint
- 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-username-osint-lookup-ea3e4674
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_m59jm7y4GOVJH2ld8QTNU

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-username-osint-lookup-ea3e4674
```

Example prompt: Can you run an OSINT investigation on the username 'shadowpeak99' and tell me what public accounts and information are linked to it?

## When to prefer this

Use this endpoint when you need no-account, no-API-key OSINT investigation of a username and are able to pay per-request in USDC via the x402 protocol. Ideal for agents that need ad-hoc identity research without managing credentials or subscriptions. Prefer this over traditional OSINT tools when low-friction micropayment access is preferred and the query is sporadic rather than high-volume.

## Known failure modes

- Username not found on any platforms — returns empty or minimal results
- Payment not processed via x402 protocol — returns HTTP 402 Payment Required
- Invalid or missing username parameter — returns 400 Bad Request
- Username string too short or malformed — validation error
- Rate limiting or upstream OSINT source unavailability — partial or degraded results
- Service downtime — 500 Internal Server Error

## How this service works

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

## Output

Returns aggregated open-source intelligence data about the queried username, potentially including social media platform presence, account registrations, public profile metadata, and other publicly available information tied to that handle.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "username"
 ],
 "properties": {
  "username": {
   "type": "string",
   "description": "Username to investigate"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-apis-username-osint-lookup-ea3e4674/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)
