GET /mashup/remote/optimize
Find the best countries for remote work based on your salary, employer timezone, and minimum overlap hours. Combines timezone compatibility, purchasing power parity, cost of living, internet infrastructure, and quality of life metrics to rank potential remote work destinations. Returns a scored list of countries with detailed breakdowns. Essential for remote workers choosing where to live, HR teams building remote work policies, and digital nomad platforms helping users find optimal locations.
salary
required
Annual salary amount
currency
required
Salary currency code
employer_tz
required
Employer timezone (e.g., America/New_York)
min_overlap
optional
default: 4
Minimum overlap hours with employer
| Name | Required | Default | Description |
|---|---|---|---|
salary |
Yes | - | Annual salary amount |
currency |
Yes | - | Salary currency code |
employer_tz |
Yes | - | Employer timezone (e.g., America/New_York) |
min_overlap |
No | 4 | Minimum overlap hours with employer |
curl "https://nordapi.ee/api/v1/mashup/remote/optimize?salary=100000¤cy=USD&employer_tz=America/New_York"
curl "https://nordapi.ee/api/v1/mashup/remote/optimize?salary=100000¤cy=USD&employer_tz=America/New_York"
curl "https://nordapi.ee/api/v1/mashup/remote/optimize?salary=70000¤cy=GBP&employer_tz=Europe/London&min_overlap=6"
curl "https://nordapi.ee/api/v1/mashup/remote/optimize?salary=800000¤cy=NOK&employer_tz=Europe/Oslo"
{
"cities_evaluated": 30,
"cities_qualifying": 0,
"currency": "USD",
"employer_timezone": "America/New_York",
"min_overlap_hours": 4,
"salary": 1.0e5,
"success": true,
"top_cities": []
}