# TariffMonkee Twitter/X Localize Check

> TariffMonkee Twitter/X Localize Check is a paid API for AI agents from tariffmonkee.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-16).

Checks whether a Twitter/X account or content is localized to a specific region or locale

## Facts

- Endpoint: POST https://tariffmonkee.com/paid/tw-localize-check
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tariffmonkee-twitter-x-localize-check-21f4b499
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ryhmFPMLs_NyIstLeJiX_

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-twitter-x-localize-check-21f4b499 -d '<json body>'
```

Example prompt: Check whether the Twitter account @globalbrands is localized to the US market — I need to know if it's targeting English-speaking American audiences.

## When to prefer this

Choose this endpoint when you need to programmatically verify the regional or locale targeting of a Twitter/X account without managing API keys or subscriptions — particularly useful for competitive intelligence, influencer vetting, or brand localization audits paid per-call at $0.02 USDC.

## Known failure modes

- Account handle not found or suspended — returns not found error
- Private/protected account — insufficient public data to assess
- Ambiguous locale input — may return inconclusive result
- Rate limiting from underlying Twitter/X data source — timeout or error
- Account has no discernible locale signals — verdict may be indeterminate

## 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 verdict indicating whether the queried Twitter/X account or content exhibits localization signals for the requested region or locale, including language indicators, regional flags, and a localize/not-localized determination.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tariffmonkee-twitter-x-localize-check-21f4b499/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)
