# clonecho.builda.company Nearby Landmarks

> clonecho.builda.company Nearby Landmarks 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 Wikipedia-documented notable places near a given coordinate, ranked by distance, within a specified radius.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/nearby-landmarks
- 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/clonecho-builda-company-nearby-landmarks-c16ce69c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_i8e7_4OboXVFiLo7eQTpE

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 clonecho-builda-company-nearby-landmarks-c16ce69c -d '<json body>'
```

Example prompt: What are the notable Wikipedia-documented landmarks within 2 kilometers of coordinates 48.8584° N, 2.2945° E — ranked by how close they are to that point?

## When to prefer this

Choose this endpoint when you need to discover culturally or historically notable places near a specific GPS coordinate that are documented on Wikipedia, especially when you want results ranked by proximity. Prefer this over general POI APIs when Wikipedia notability is the key filter and distance-ranked JSON output is needed.

## Known failure modes

- Missing lat or lon parameter returns an error
- Radius too large may return empty results or be capped
- Coordinates in ocean or remote area with no Wikipedia landmarks return empty array
- Invalid coordinate format causes a parse error
- Payment not processed results in 402 response

## How this service works

GEO: notable Wikipedia-documented places near a coordinate (?lat=&lon=&radius=), ranked by distance. Returns JSON.

## Output

A JSON array of nearby notable places sourced from Wikipedia, each including the place name, distance from the query coordinate, geographic position, and likely a link or reference to the Wikipedia article, all sorted from closest to farthest.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clonecho-builda-company-nearby-landmarks-c16ce69c/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)
