{
  "x402Version": 2,
  "id": 2998,
  "slug": "2998",
  "resource": "https://win.oneshotagent.com/v1/tools/local/resolve",
  "description": "Resolve a local business name + address to its website domain, phone, category, and operating status with a match confidence",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x9fb365E4E9385E2a39FeBAd70368267e6f571d9A",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "address": "900 E 11th St",
            "city": "Austin",
            "name": "Franklin Barbecue",
            "region": "TX"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "confidence": 0.97,
            "found": true,
            "result": {
              "domain": "franklinbbq.com",
              "operating_status": "open",
              "phone": "(512) 653-1187"
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "address": {
                    "description": "Street address",
                    "type": "string"
                  },
                  "city": {
                    "description": "City",
                    "type": "string"
                  },
                  "name": {
                    "description": "Business name",
                    "type": "string"
                  },
                  "phone": {
                    "description": "Phone number (strong match signal)",
                    "type": "string"
                  },
                  "postal_code": {
                    "description": "Postal code",
                    "type": "string"
                  },
                  "region": {
                    "description": "State / province",
                    "type": "string"
                  }
                },
                "required": [
                  "name"
                ]
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "bodyType",
              "body",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "win.oneshotagent.com",
  "lastUpdated": "2026-09-08T05:51:27.91Z",
  "quality": {
    "calls30d": 45,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-08T05:51:27.724Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "win.oneshotagent.com",
    "manifest_name": "win.oneshotagent.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"
  }
}