{
  "x402Version": 2,
  "id": 8024,
  "slug": "8024",
  "resource": "https://pennyregwatch.com/web/places",
  "description": "Real-time local business and places search for AI agents. Find restaurants, coffee shops, stores, services, and nearby businesses with structured names, addresses, coordinates, ratings, categories, phone numbers, and websites where available. Send query, optional num, country, and lang as URL parameters. Keyless x402 pay-per-call; no API key, account, or subscription required.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x5deaebaf98034cc0d9abe3757a440b121c42ef0a",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "4000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "country": "us",
            "num": 5,
            "query": "coffee shops in Houston"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 1,
            "latency_ms": 420,
            "ok": true,
            "places": [
              {
                "address": "Houston, TX",
                "category": "Coffee shop",
                "latitude": 29.76,
                "longitude": -95.37,
                "phone": "",
                "position": 1,
                "rating": 4.7,
                "rating_count": 100,
                "title": "Example Coffee",
                "website": ""
              }
            ],
            "query": "coffee shops in Houston",
            "retrieved_at": "2026-09-10T14:00:00+00:00",
            "tool": "penny_places"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "country": {
                    "description": "Optional 2-letter country code",
                    "maxLength": 2,
                    "minLength": 2,
                    "type": "string"
                  },
                  "lang": {
                    "description": "Optional 2-letter language code",
                    "maxLength": 2,
                    "minLength": 2,
                    "type": "string"
                  },
                  "num": {
                    "default": 5,
                    "maximum": 10,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "query": {
                    "description": "Local business or places search query",
                    "type": "string"
                  }
                },
                "required": [
                  "query"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "pennyregwatch.com",
  "lastUpdated": "2026-09-11T00:06:04.767Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-11T00:06:04.368Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "pennyregwatch.com",
    "manifest_name": "pennyregwatch.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}