# TaxPulse Country Tax Overview

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

Returns a comprehensive tax overview for any country, including income tax rates, corporate tax, capital gains tax, tax residency rules, and crypto tax treatment.

## Facts

- Endpoint: GET https://taxpulse.theaslangroupllc.com/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-725ceac5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dmI2A_n82yEMbnAcVvd2k

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-725ceac5
```

Example prompt: Give me a full tax overview for Portugal — income tax rates, corporate tax, capital gains tax, crypto and staking tax treatment, and how tax residency works there.

## When to prefer this

Use this endpoint when you need a broad, reliable tax intelligence overview for a specific country — particularly when researching income tax, corporate tax, capital gains, tax residency, or crypto tax rules across international jurisdictions. Prefer it over the sibling crypto-specific endpoint when you need the full tax picture beyond just crypto, or over the VAT/GST endpoint when indirect taxes are not the focus.

## Known failure modes

- Unsupported or unrecognized country name returns an error or empty result
- Highly granular scenario-specific questions may not be fully answered by the country-level overview
- Data may lag recent legislative changes in fast-moving jurisdictions
- No treaty-specific analysis between two countries returned at this endpoint

## 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 intelligence report for the requested country covering personal income tax brackets, corporate tax rate, capital gains tax rules, tax residency criteria, and how crypto assets (including DeFi, staking, and NFTs) are taxed — presented as a guide, not legal advice.

## 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-725ceac5/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)
