← Intelligence Mashups

Remote Work Optimizer

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.

Parameters

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

Example Requests

Basic usage
curl "https://nordapi.ee/api/v1/mashup/remote/optimize?salary=100000&currency=USD&employer_tz=America/New_York"
Optimize for US-based remote worker
curl "https://nordapi.ee/api/v1/mashup/remote/optimize?salary=100000&currency=USD&employer_tz=America/New_York"
Optimize for London employer with 6-hour overlap
curl "https://nordapi.ee/api/v1/mashup/remote/optimize?salary=70000&currency=GBP&employer_tz=Europe/London&min_overlap=6"
Optimize for Norwegian employer
curl "https://nordapi.ee/api/v1/mashup/remote/optimize?salary=800000&currency=NOK&employer_tz=Europe/Oslo"

Live Response

{
  "cities_evaluated": 30,
  "cities_qualifying": 0,
  "currency": "USD",
  "employer_timezone": "America/New_York",
  "min_overlap_hours": 4,
  "salary": 1.0e5,
  "success": true,
  "top_cities": []
}