# geo.memoryapi.org POI Search

> geo.memoryapi.org POI Search is a paid API for AI agents from geo.memoryapi.org, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Find Points of Interest (restaurants, cafes, hotels, hospitals, pharmacies, banks, and 20+ other amenity types) near a given location using OpenStreetMap data.

## Facts

- Endpoint: GET https://geo.memoryapi.org/x402/geo/poi
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/geo-memoryapi-org-1206fc8c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_h2oz3PPocs1ynmiXF_1IK

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 geo-memoryapi-org-1206fc8c
```

Example prompt: Find all restaurants within 500 meters of latitude 48.8566, longitude 2.3522 in Paris using OpenStreetMap POI data.

## When to prefer this

Use this endpoint when you need to discover real-world places of specific types (restaurants, hospitals, banks, etc.) near a geographic coordinate, especially when OpenStreetMap coverage is acceptable and cost-efficiency matters ($0.001 per call). Prefer this over general web search for structured, geocoded POI data with amenity classification.

## Known failure modes

- No POIs found for the given amenity type near the specified coordinates
- Invalid or out-of-range latitude/longitude values
- Unsupported amenity type returns empty or error response
- Payment of 0.001 USDC not processed, request blocked
- Rate limiting or timeout from upstream OpenStreetMap data

## How this service works

Find Points of Interest (POI) near a location. Search for restaurants, cafes, hotels, hospitals, pharmacies, banks, and 20+ other amenity types using OpenStreetMap.

## Output

A list of nearby points of interest matching the requested amenity type, each including name, category, coordinates, address details, and distance from the query location — sourced from OpenStreetMap.

## Example request

```json
{
 "lat": 48.8566,
 "lon": 2.3522,
 "days": 3,
 "units": "metric",
 "location": "Paris"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/geo-memoryapi-org-1206fc8c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from geo.memoryapi.org](https://www.zero.xyz/host/geo.memoryapi.org/llms.txt)
