# TaxPulse Digital Nomad Tax Guide

> TaxPulse Digital Nomad Tax Guide is a paid API for AI agents from taxpulse.theaslangroupllc.com, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-16).

Returns a worldwide intelligence guide mapping tax obligations, residency rules, and zero/low-tax jurisdictions for digital nomads and remote workers.

## Facts

- Endpoint: GET https://taxpulse.theaslangroupllc.com/api/tax/nomad
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/taxpulse-digital-nomad-tax-guide-bef9efbc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ohNf5sRFW2aQm68FzqD6Y

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-guide-bef9efbc
```

Example prompt: I'm a remote worker planning to spend time in Portugal, Georgia, and Thailand this year — can you pull up the nomad tax guide showing which of these use territorial taxation, their 183-day residency thresholds, and what my remote income tax exposure would be in each?

## When to prefer this

Use this endpoint when an agent needs to evaluate tax residency rules, territorial tax status, or nomad-friendly tax regimes across multiple jurisdictions for a remote worker or digital nomad — especially when the 183-day rule, zero-tax destinations, or expat obligations are the focus. Prefer this over the general country tax comparison endpoint when the user's context is specifically about nomadic living or remote work income taxation.

## Known failure modes

- Unsupported or unrecognized jurisdiction returns empty or partial results
- Outdated tax law if jurisdiction recently changed rules
- No results if query parameters are missing or malformed
- Rate limiting or payment failure returns 402 error

## 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 tax intelligence for nomad-relevant jurisdictions including whether the country taxes worldwide vs. territorial income, the 183-day (or other) residency trigger threshold, zero/low-tax destinations for remote workers, and expat obligations — all with jurisdiction-specific detail. Not personalized legal advice.

## 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-guide-bef9efbc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from taxpulse.theaslangroupllc.com](https://www.zero.xyz/host/taxpulse.theaslangroupllc.com/llms.txt)
