# TaxPulse Country Tax Comparison

> TaxPulse Country Tax Comparison 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).

Compare income tax, corporate tax, and capital gains tax rates side by side across 2–3 jurisdictions for relocation, corporate setup, or investment structuring decisions.

## Facts

- Endpoint: GET https://taxpulse.theaslangroupllc.com/api/tax/compare
- 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-country-tax-comparison-b9e806f6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-wFdJ2AUbt8u4Nn1zyLrn

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-country-tax-comparison-b9e806f6
```

Example prompt: Can you compare income tax, corporate tax, and capital gains tax rates side by side for Portugal, UAE, and Singapore — I'm deciding where to relocate and set up my holding company?

## When to prefer this

Use this endpoint when an agent needs a structured, multi-jurisdictions tax rate comparison across income, corporate, and capital gains regimes — especially for relocation, corporate structuring, or investment decision support. Prefer over generic web search when you need clean, comparable, machine-readable tax data across multiple countries simultaneously rather than single-jurisdiction lookups.

## Known failure modes

- Unsupported or unrecognized jurisdiction name returns an error or empty result
- Requesting more than 3 jurisdictions at once may not be supported
- Very niche or micro-territory tax data may be incomplete or unavailable
- Rate-limit or payment failure returns 402 with USDC payment requirement
- Stale data for jurisdictions with recent legislative changes

## How this service works

Compare tax by country, income tax rates, corporate tax, capital gains tax side by side. Worldwide guide ranking 2-3 jurisdictions for relocation, corporate setup, or investment structuring across income, corporate, and capital-gains regimes. Tax intelligence, not advice.

## Output

A structured side-by-side comparison of 2–3 jurisdictions covering income tax rates, corporate tax rates, and capital gains tax rates, with a ranking and contextual intelligence on which regime suits relocation, corporate formation, or investment structuring — explicitly framed as tax intelligence, not legal or financial advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "country1": {
   "type": "string",
   "description": "country1"
  },
  "country2": {
   "type": "string",
   "description": "country2"
  },
  "country3": {
   "type": "string",
   "description": "country3"
  },
  "scenario": {
   "type": "string",
   "description": "digital nomad | individual relocation | entrepreneur | holding company | crypto investor | retiree"
  },
  "countries": {
   "type": "string",
   "description": "Comma-separated list — e.g. Germany,UAE,Portugal"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

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