# PeeringDB Colocation Facility Search

> PeeringDB Colocation Facility Search is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Search PeeringDB colocation facilities by name, returning operator details and network count per facility.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/peeringdb-facility-search
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/peeringdb-colocation-facility-search-e103a660
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_36X63O79GSgqs6Nkwp4mG

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 peeringdb-colocation-facility-search-e103a660 -d '<json body>'
```

Example prompt: Can you search PeeringDB for colocation facilities matching 'Equinix' and show me the operator name and how many networks are present at each?

## When to prefer this

Use this endpoint when you need to search PeeringDB's colocation facility index by name to find operator details and network counts — ideal for network engineers, peering coordinators, or infrastructure researchers who need structured facility metadata without scraping PeeringDB directly.

## Known failure modes

- Empty result set if no facilities match the query string
- Missing or malformed ?q= parameter returns an error or empty response
- PeeringDB upstream unavailability causes request failure
- Very broad query returns large unfiltered result set

## How this service works

Search PeeringDB colocation facilities (operator, network count) by name {q}. Query: ?q= Returns JSON.

## Output

A JSON array of colocation facilities matching the query, each including facility name, operator, and the count of networks present at that facility.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/peeringdb-colocation-facility-search-e103a660/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
