← Intelligenz-Mashups

Fernarbeit-Optimierer

GET /mashup/remote/optimize

Finden Sie die best countries for remote work based on your salary, employer timezone, und minimum overlap hours. Kombiniert timezone compatibility, Kaufkraftparität, cost of living, internet infrastructure, und quality of life metrics to rank potential remote work destinations. Liefert eine scored list of countries with detailed breakdowns. Unverzichtbar für remote workers choosing where to live, HR teams building remote work policies, und digital nomad platforms helping users find optimal locations.

Parameter

salary erforderlich

Annual salary amount

currency erforderlich

Salary currency code

employer_tz erforderlich

Employer timezone (e.g., America/New_York)

min_overlap optional Standard: 4

Minimum overlap hours with employer

Beispielanfragen

Grundlegende Verwendung
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-Antwort

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