# stable-enrich-git-shafu-stableenrich-nearb-74cfdf-merit-systems.vercel.app

> stable-enrich-git-shafu-stableenrich-nearb-74cfdf-merit-systems.vercel.app is a paid API for AI agents from stable-enrich-git-shafu-stableenrich-nearb-74cfdf-merit-systems.vercel.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

## Facts

- Endpoint: POST https://stable-enrich-git-shafu-stableenrich-nearb-74cfdf-merit-systems.vercel.app/api/google-maps/nearby-search/partial
- 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/api-google-maps-nearby-search-partial-6f4e00b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_n1IOufmPurJUlmhqis6AF

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 api-google-maps-nearby-search-partial-6f4e00b4 -d '<json body>'
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "$schema": "https://json-schema.org/draft/2020-12/schema",
     "required": [
      "excludeFields",
      "locationRestriction",
      "maxResultCount",
      "languageCode",
      "rankPreference"
     ],
     "properties": {
      "languageCode": {
       "type": "string",
       "default": "en"
      },
      "excludeFields": {
       "type": "array",
       "items": {
        "type": "string"
       },
       "default": [
        "photos"
       ]
      },
      "excludedTypes": {
       "type": "array",
       "items": {
        "type": "string"
       },
       "maxItems": 50,
       "description": "Optional Google Places Table A place types to exclude."
      },
      "includedTypes": {
       "type": "array",
       "items": {
        "type": "string"
       },
       "maxItems": 50,
       "description": "Optional Google Places Table A place types only, e.g. restaurant, bar, store, real_estate_agency. Do not use natural-language categories like wedding_planner or event_planner; use google-maps/text-search/full for text queries."
      },
      "maxResultCount": {
       "type": "number",
       "default": 5,
       "maximum": 5,
       "minimum": 1
      },
      "rankPreference": {
       "enum": [
        "POPULARITY",
        "DISTANCE"
       ],
       "type": "string",
       "default": "POPULARITY"
      },
      "locationRestriction": {
       "type": "object",
       "required": [
        "circle"
       ],
       "properties": {
        "circle": {
         "type": "object",
         "required": [
          "center",
          "radius"
         ],
         "properties": {
          "center": {
           "type": "object",
           "required": [
            "latitude",
            "longitude"
           ],
           "properties": {
            "latitude": {
             "type": "number"
            },
            "longitude": {
             "type": "number"
            }
           },
           "description": "Latitude/longitude center point for the nearby search circle.",
           "additionalProperties": false
          },
          "radius": {
           "type": "number",
           "maximum": 50000,
           "minimum": 0,
           "d
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-google-maps-nearby-search-partial-6f4e00b4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stable-enrich-git-shafu-stableenrich-nearb-74cfdf-merit-systems.vercel.app](https://www.zero.xyz/host/stable-enrich-git-shafu-stableenrich-nearb-74cfdf-merit-systems.vercel.app/llms.txt)
