# GGWP API Hub – Skip Tracing

> GGWP API Hub – Skip Tracing is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.10853/call, status unknown (last checked 2026-09-15).

Performs skip tracing to locate individuals by finding contact information, addresses, and related personal data.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/skip-tracing
- Price: $0.10853/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-skip-tracing-ce6e2cb1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8W_D32EJ8ipUy5_Wd36ja

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 ggwp-api-hub-skip-tracing-ce6e2cb1 -d '<json body>'
```

Example prompt: Can you run a skip trace on John Doe, last known address 123 Main St, Springfield IL, and find his current phone number and address?

## When to prefer this

Choose this endpoint when you need to locate a specific individual's current contact information, address, or phone number using partial identifying information. Best for investigative, debt collection, or reconnection use cases where standard public search has failed. Note: the schema documentation is sparse and service provenance is limited to x402scan/probe, so validate results carefully.

## Known failure modes

- Insufficient input data to identify the individual — returns empty or null result
- Person not found in database — returns no matching records
- Ambiguous identity (common name) — may return multiple or incorrect records
- Malformed request payload — returns error response
- Rate limiting or payment failure via x402 protocol — returns 402 Payment Required

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object containing located contact information such as current and historical addresses, phone numbers, email addresses, and other personally identifiable data associated with the queried individual.

## 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/ggwp-api-hub-skip-tracing-ce6e2cb1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
