# TariffMonkee Property Check

> TariffMonkee Property Check is a paid API for AI agents from tariffmonkee.com, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-14).

Checks web property data for a given domain or URL via a pay-per-call API using the x402 protocol

## Facts

- Endpoint: GET https://tariffmonkee.com/paid/tw-property-check
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tariffmonkee-property-check-2f5bb99c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7OiuCRupJh_at3-rReai4

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 tariffmonkee-property-check-2f5bb99c
```

Example prompt: Can you run a property check on acme.com and tell me what the results show?

## When to prefer this

Choose this endpoint when you need a quick, accountless, per-call property check on a domain or URL without committing to a subscription or API key setup. Ideal for agents that need on-demand, pay-as-you-go web property verification using the x402 micropayment protocol.

## Known failure modes

- Invalid or malformed domain/URL input returns an error response
- Domain does not exist or is unreachable resulting in no data returned
- Payment via x402 fails or is insufficient, blocking the response with HTTP 402
- Rate limiting or server-side timeout for slow or unresponsive target domains

## How this service works

Small, single-purpose web data APIs that AI agents pay for per call in USDC over the x402 protocol (HTTP 402). No accounts, no API keys, no subscriptions.

## Output

Returns a structured report of the web property data associated with the specified domain or URL, including relevant property attributes and status indicators determined by the check.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tariffmonkee-property-check-2f5bb99c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tariffmonkee.com](https://www.zero.xyz/host/tariffmonkee.com/llms.txt)
