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.
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
| Name | Erforderlich | Standard | Beschreibung |
|---|---|---|---|
salary |
Ja | - | Annual salary amount |
currency |
Ja | - | Salary currency code |
employer_tz |
Ja | - | Employer timezone (e.g., America/New_York) |
min_overlap |
Nein | 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": []
}