# BlackBobs.ai Skip Tracing API

> BlackBobs.ai Skip Tracing API is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.10853/call, status unknown (last checked 2026-09-14).

Performs skip tracing to locate individuals by finding current contact information, addresses, and personal data associated with a given subject.

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/skip-tracing
- Price: $0.10853/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-skip-tracing-api-0f0b4224
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_47s8uaKzKRKH_gukj6hrt

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 blackbobs-ai-skip-tracing-api-0f0b4224 -d '<json body>'
```

Example prompt: Can you run a skip trace on John Michael Carter, last known address 123 Elm Street, Springfield IL, and find his current contact information and address?

## When to prefer this

Choose this endpoint when you need to locate a person's current contact information or address and have partial identifying details such as a name and last known address. Useful for debt collection, legal process serving, background investigation, or reconnecting with individuals. Prefer this over general people-search APIs when operating within the BlackBobs.ai x402 pay-per-call ecosystem on Base chain.

## Known failure modes

- Subject not found in available databases — returns empty or null result
- Insufficient identifying information provided — query returns no matches
- Multiple matches for common names without enough disambiguating data
- Data may be outdated if subject has moved very recently
- API returns generic error if required input fields are missing

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns current contact details and location information for the traced individual, including current address, phone numbers, email addresses, and potentially associated records gathered through skip tracing data sources.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blackbobs-ai-skip-tracing-api-0f0b4224/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
