# Human-Verified Local Place Lookup

> Human-Verified Local Place Lookup is a paid API for AI agents from intel.rallylive.ca, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Returns human-verified ground-truth details about a local business in Rice Lake / Northumberland County, Ontario, including open status, current menu with prices, payment types, order accuracy, and service quality notes from an in-person visit.

## Facts

- Endpoint: GET https://intel.rallylive.ca/local/verified-place
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/human-verified-local-place-lookup-13e07801
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4zkuskg9KeGTv4fpDYxez

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 human-verified-local-place-lookup-13e07801
```

Example prompt: Can you pull up the human-verified details for a pizza place in Cobourg, Ontario — I want to know if it's actually open as posted, what the current prices are, and what payment types they accept?

## When to prefer this

Choose this endpoint when you need ground-truth, human-confirmed details about a local business in Rice Lake or Northumberland County, Ontario — especially when you can't trust posted hours, online menus, or crowdsourced reviews. It uniquely provides in-person verification of open status, actual current prices, and payment acceptance that no web crawler or user-review platform can match. Not suitable for businesses outside its coverage area or for real-time open/closed status.

## Known failure modes

- Place not found in coverage area — returns no record if the business hasn't been visited yet
- Query too ambiguous — if name or category/town doesn't uniquely identify a business, may return wrong or no result
- Coverage gaps — only Rice Lake and Northumberland County, Ontario are currently covered; queries outside this area will not match
- Stale visit data — the human visit is dated but may not reflect very recent changes to hours or prices

## How this service works

Human-verified local business records: a real person visited the place and confirmed, on a dated visit, whether it was open as posted, that the menu prices are current (full menu with prices included), payment types accepted, whether the order was made correctly, and service and quality notes. Ground truth no crawler has. Coverage: Rice Lake / Northumberland County, Ontario, Canada, growing with each visit; query by name or '<category> <town>'. $0.01 per lookup.

## Output

A record from a human who physically visited the place, including: whether it was open as advertised on the visit date, a full menu with current prices, accepted payment types, whether their order was filled correctly, and service/quality notes. Data is ground-truth from a dated in-person visit rather than crawled or crowd-sourced.

## 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"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/human-verified-local-place-lookup-13e07801/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from intel.rallylive.ca](https://www.zero.xyz/host/intel.rallylive.ca/llms.txt)
