ToolAssay

Compare exactly three US addresses

Compare exactly three US addresses. Returns non-PII RentCast records, bounded Locus checks, deterministic differences, work items, and validated nextCalls. The exact unpaid POST reports current provider readiness before a 402; it does not reserve capacity. Price includes up to nine Turnkey signatures. No winner, valuation, prediction, or recommendation. Private, no-store. npx @velinussage/locus-agent-skill add.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
35 msmedian answer time
$2.49listed price per call
$2.49price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://api.locus.report/api/locus-three-property-buyer-comparison

CategoryCommerce and shopping
Provider hostapi.locus.report
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days6 from 3 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$2.49 35 ms

Example input (from the provider)

{
  "body": {
    "addresses": [
      "1600 Ridge Rd, Raleigh, NC 27607",
      "2400 Hillsborough St, Raleigh, NC 27607",
      "110 Seymour Creek Dr, Cary, NC 27513"
    ]
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "addresses": {
              "items": {
                "maxLength": 200,
                "minLength": 5,
                "pattern": "(?:^|[\\s,])\\d{5}(?:-\\d{4})?\\s*$",
                "type": "string"
              },
              "maxItems": 3,
              "minItems": 3,
              "type": "array"
            }
          },
          "required": [
            "addresses"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON