# TaxPulse Digital Nomad Tax Optimizer

> TaxPulse Digital Nomad Tax Optimizer is a paid API for AI agents from taxpulse-phi.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-15).

Maps territorial-tax jurisdictions, 183-day residency rules, and expat tax obligations for digital nomads

## Facts

- Endpoint: GET https://taxpulse-phi.vercel.app/api/tax/nomad
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/taxpulse-digital-nomad-tax-optimizer-63d47cc5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-9sNk1soR2L4wWHlNx2qv

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 taxpulse-digital-nomad-tax-optimizer-63d47cc5
```

Example prompt: I'm a digital nomad planning to spend about 190 days in Portugal this year — can you check the 183-day residency rules, what territorial tax obligations kick in, and what expat duties I'd face as a US citizen living there?

## When to prefer this

Use this endpoint when an AI agent needs jurisdiction-specific digital nomad tax intelligence, especially around territorial taxation and 183-day residency thresholds. Prefer over generic country tax endpoints when the user's primary concern is nomadic lifestyle, multi-country movement, or triggering residency obligations. Use the dedicated expat obligations endpoint for deeper FBAR/FATCA detail, or the treaty analysis endpoint for withholding rates.

## Known failure modes

- Unsupported or unrecognized jurisdiction returns an error or empty result
- Missing required query parameters (e.g. country code) returns a 400 Bad Request
- Stale jurisdiction data if tax rules have recently changed
- Rate limiting or payment failure returns 402 or 429 error
- Ambiguous residency scenarios (split-year, multiple countries) may return incomplete guidance

## How this service works

Digital nomad tax, territorial-tax countries, 183-day residency rule, tax residency by jurisdiction. Worldwide guide mapping zero/low-tax nomad destinations, where remote income is taxed, and the expat obligations that follow. Tax intelligence, not advice.

## Output

Returns structured data on the target jurisdiction's territorial tax system, 183-day residency thresholds and triggers, applicable expat obligations (e.g. FBAR, FATCA, FEIE eligibility), and guidance on how foreign-source income is treated for nomads in that country.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "focus": {
   "type": "string",
   "description": "focus"
  },
  "income_type": {
   "type": "string",
   "description": "remote employee | freelancer | entrepreneur | investor | content creator"
  },
  "nationality": {
   "type": "string",
   "description": "e.g. American, British, Canadian, German — affects home country obligations"
  },
  "income_level": {
   "type": "string",
   "description": "income_level"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/taxpulse-digital-nomad-tax-optimizer-63d47cc5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from taxpulse-phi.vercel.app](https://www.zero.xyz/host/taxpulse-phi.vercel.app/llms.txt)
