# ImmigrationPulse Retirement Visa Intelligence

> ImmigrationPulse Retirement Visa Intelligence is a paid API for AI agents from immigrationpulse.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Ranks and compares countries for retirement visa suitability, covering income requirements, healthcare quality, tax treatment, cost of living, and pathways to permanent residency.

## Facts

- Endpoint: GET https://immigrationpulse.vercel.app/api/retirement
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/immigrationpulse-retirement-visa-intelligence-6805eec0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dmYSnUxNz6nSTLxCDCjOP

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 immigrationpulse-retirement-visa-intelligence-6805eec0
```

Example prompt: I'm planning to retire abroad on about $2,500 a month in pension income — can you rank the best countries for a retirement visa, factoring in healthcare quality, low taxes, cost of living, and whether there's a realistic path to permanent residency?

## When to prefer this

Use this endpoint when a user wants to compare multiple countries for retirement visa suitability across multiple lifestyle and financial dimensions. Prefer this over general visa endpoints when the specific context is retirement (not work, study, or digital nomad) and the user wants a ranked, multi-factor comparison rather than details on a single country.

## Known failure modes

- No matching countries found for the specified income threshold or preferences
- Data may be outdated if visa policies have changed recently
- Ambiguous or missing preference parameters may return overly broad results
- Rate limit or payment failure resulting in 402 or 429 error

## How this service works

Real-time immigration intelligence for 281M+ migrants. Visa requirements, PR pathways, points calculators, digital nomad visas, citizenship by investment, USCIS status, and more. x402 micropayment API — USDC on Base.

## Output

A ranked list of countries with retirement visa programs, including each country's minimum income requirement, healthcare quality rating, tax treatment for foreign retirees, cost of living index, and details on the path to permanent residency.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "budget": {
   "type": "string",
   "description": "Monthly income/pension budget in USD (default: 2500)"
  },
  "priority": {
   "type": "string",
   "description": "priority"
  },
  "nationality": {
   "type": "string",
   "description": "nationality (default: American)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/immigrationpulse-retirement-visa-intelligence-6805eec0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from immigrationpulse.vercel.app](https://www.zero.xyz/host/immigrationpulse.vercel.app/llms.txt)
