Match income to digital nomad visas
find_nomad_visasDigital-nomad visa Income Matcher: given a monthly remote income (any currency) and household size, computes each program's real income threshold (base plus its published per-dependent uplift) and returns the programs you qualify for plus the near misses just out of reach — with duration, renewability, tax notes and official source URLs. Curated summaries — verify with the official source before applying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| income | No | Your gross monthly income (in `currency`, default USD). | |
| children | No | Number of dependent children (each adds the program's child uplift). | |
| currency | No | ISO currency code for `income` (e.g. EUR, GBP, INR). Defaults to USD. | |
| partners | No | 1 if bringing a partner (raises each program's threshold by its partner uplift). | |
| renewable | No | Set to 1 to require renewable programs. | |
| residency | No | Set to 1 to require a path to permanent residency. | |
| minDuration | No | Minimum program duration in months. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| total | No | ||
| matches | No | Programs you qualify for; each carries requiredUsd (household threshold) and shortfallUsd (≤0). | |
| updated | No | ||
| household | No | ||
| incomeUsd | No | Your income converted to USD, used for matching. | |
| nearMisses | No | Programs within ~$1,000/mo of qualifying, closest first. |