# PeeringDB Network Search

> PeeringDB Network 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-13).

Search PeeringDB for networks by name, returning ASN, website, and network type information.

## Facts

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

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-network-search-b7eed858 -d '<json body>'
```

Example prompt: Can you search PeeringDB for the network entry for 'Cloudflare' and tell me their ASN, website, and network type?

## When to prefer this

Use this endpoint when you need to look up internet network metadata (ASN, network type, website) from PeeringDB by network name. Prefer this over manual PeeringDB browsing or scraping when you need programmatic, structured results for BGP peering research, network operator identification, or internet infrastructure analysis.

## Known failure modes

- Empty result set if no networks match the query string
- Non-existent or misspelled network name returns empty results
- PeeringDB upstream unavailability causes request failure
- Very common query terms may return too many results to be useful

## How this service works

Search PeeringDB networks (ASN, website, type) by network name {q}. Query: ?q= Returns JSON.

## Output

A JSON object containing matching PeeringDB network records, including ASN number, network name, website URL, and network type for each result matching the query string.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/peeringdb-network-search-b7eed858/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)
