# India Post Office Search by Name

> India Post Office Search by Name 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).

Returns post office branches matching a name query, including district, state, and postal circle, using India Department of Posts data.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/india-postoffice-por-nombre
- 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/india-post-office-search-by-name-013f8218
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_J4aRE7zaROyM1Wp4j_z0I

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 india-post-office-search-by-name-013f8218 -d '<json body>'
```

Example prompt: Can you find all post office branches in India with 'Gandhi' in the name and tell me which district, state, and postal circle each one belongs to?

## When to prefer this

Use this endpoint when you need to look up Indian post office branches by name and retrieve their administrative location details (district, state, circle). Ideal for address verification, logistics routing, or enriching postal data with geographic context. Prefer this over a general geocoding API when you specifically need official India Department of Posts branch metadata.

## Known failure modes

- No matching post offices found for the query string — returns empty array
- Query parameter missing — may return error or empty response
- Ambiguous or very common name returns a large number of results
- Data may not reflect the most recent branch openings or closures
- Network timeout or payment failure via x402 protocol

## How this service works

India (Department of Posts data): post office branches matching a name, with district, state and circle. Query: ?q= Returns JSON.

## Output

A JSON array of post office branches matching the name query, each with the branch name, district, state, and postal circle as provided by India's Department of Posts.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/india-post-office-search-by-name-013f8218/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)
