# TaxPulse Country Tax Overview

> TaxPulse Country Tax Overview is a paid API for AI agents from taxpulse-phi.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns a comprehensive tax profile for a given country, including income tax rates, corporate tax, capital gains treatment, residency rules, and cryptocurrency taxation.

## Facts

- Endpoint: GET https://taxpulse-phi.vercel.app/api/tax/country
- Price: $0.1/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-overview-3b867130
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dOk3HWRRav21YO0jATtSd

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-overview-3b867130
```

Example prompt: Can you pull up the full tax overview for Portugal — income rates, corporate tax, capital gains, residency rules, and how they treat crypto?

## When to prefer this

Use this endpoint when you need a quick, structured multi-dimensional tax snapshot for a specific country — especially when comparing jurisdictions for residency planning, corporate structuring, or crypto tax treatment. Prefer this over generic web search when you need structured, consistent output across the same tax dimensions for each country.

## Known failure modes

- Country not found or unsupported — returns 404 or empty result
- Invalid country code or name — returns validation error
- Payment not completed — returns 402 Payment Required
- Service unavailable — returns 500 or timeout
- Stale or incomplete data for smaller jurisdictions

## How this service works

Income tax rates by country, corporate tax, capital gains tax, tax residency rules, crypto tax treatment for any jurisdiction. Worldwide guide giving a full tax overview of any country by scenario. Tax intelligence, not advice.

## Output

A structured tax profile for the requested country covering income tax brackets and top rates, corporate tax rate, capital gains tax rules, tax residency requirements, and how cryptocurrency is classified and taxed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "country"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "country": {
   "type": "string",
   "description": "Country name — e.g. Germany, UAE, Portugal, Singapore"
  },
  "scenario": {
   "type": "string",
   "description": "Profile of interest — e.g. expat individual, digital nomad, holding company, crypto investor"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

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