# TaxPulse Expat Tax Intelligence

> TaxPulse Expat Tax Intelligence 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-14).

Returns a worldwide guide to expat tax obligations including FBAR, FATCA, FEIE, non-dom rules, and exit tax for US citizens and other nationals living abroad, by nationality and destination country.

## Facts

- Endpoint: GET https://taxpulse.theaslangroupllc.com/api/tax/expat
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/taxpulse-expat-tax-intelligence-b3e297fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_km6BiOro4YnsALEKyfLhu

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-expat-tax-intelligence-b3e297fb
```

Example prompt: I'm a US citizen who just moved to Germany and I have a foreign bank account with over $10,000 — what are my FBAR, FATCA, and foreign earned income exclusion obligations, and do non-dom rules apply to me there?

## When to prefer this

Choose this endpoint when an agent needs to inform a user about expat-specific tax obligations — FBAR, FATCA, FEIE, non-dom, or exit tax — especially for US citizens or other nationals living outside their home country. Prefer over general income-tax endpoints when the cross-border, foreign-account, or expatriation angle is central to the query.

## Known failure modes

- Unsupported nationality or destination country combination returns limited or no results
- Highly jurisdiction-specific edge cases may return partial guidance
- Outdated treaty information if tax laws recently changed
- Missing or ambiguous query parameters may return generic rather than targeted guidance

## How this service works

Expat tax obligations, FBAR, FATCA, FEIE foreign earned income exclusion, non-dom rules, exit tax for citizens living abroad. Worldwide guide on cross-border filing by nationality and destination. Tax intelligence, not advice.

## Output

Returns structured tax intelligence covering FBAR and FATCA reporting requirements, FEIE eligibility and limits, non-dom rules for the destination country, exit tax exposure, and cross-border filing guidance specific to the user's nationality and country of residence — explicitly framed as information, not legal advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "nationality"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "situation": {
   "type": "string",
   "description": "remote work | retirement | entrepreneur | investor | employment"
  },
  "destination": {
   "type": "string",
   "description": "destination"
  },
  "nationality": {
   "type": "string",
   "description": "e.g. American, British, Canadian, Australian, German"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/taxpulse-expat-tax-intelligence-b3e297fb/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)
