GET /mashup/shopping/optimize
Finden Sie das beste Land zum Einkaufen basierend auf Ihrem Budget, indem Sie Wechselkurse, lokale Kaufkraft, aktive Shopping-Events und Mehrwertsteuersätze über mehrere Zielländer hinweg vergleichen. Geben Sie Ihr Budget, Ihre Währung und eine Liste der zu vergleichenden Länder ein. Liefert eine Rangliste, die zeigt, wo Ihr Geld am weitesten reicht, unter Berücksichtigung aktueller Verkaufsereignisse und Steuersätze. Ideal für grenzüberschreitende E-Commerce-Plattformen, Reise-Shopping-Führer und Schnäppchenjäger-Apps.
budget
erforderlich
Shopping budget amount
currency
erforderlich
Budget currency code
countries
erforderlich
Comma-separated country codes to compare
| Name | Erforderlich | Standard | Beschreibung |
|---|---|---|---|
budget |
Ja | - | Shopping budget amount |
currency |
Ja | - | Budget currency code |
countries |
Ja | - | Comma-separated country codes to compare |
curl "https://nordapi.ee/api/v1/mashup/shopping/optimize?budget=1000¤cy=USD&countries=DE,JP,GB"
curl "https://nordapi.ee/api/v1/mashup/shopping/optimize?budget=1000¤cy=USD&countries=DE,JP,GB"
curl "https://nordapi.ee/api/v1/mashup/shopping/optimize?budget=5000¤cy=NOK&countries=SE,DK,FI"
curl "https://nordapi.ee/api/v1/mashup/shopping/optimize?budget=2000¤cy=EUR&countries=IT,FR,US,AE"
{
"best_value_country": "GB",
"budget": 1.0e3,
"countries": [
{
"active_sales": [],
"budget_converted": null,
"code": "GB",
"country": "United Kingdom",
"effective_value": 1505.57,
"exchange_rate": null,
"has_active_sale": false,
"local_currency": "GBP",
"purchasing_power_multiplier": 1.506,
"rank": 1,
"upcoming_sales": [
{
"date": "2026-06-21",
"days_until": 30,
"name": "Father's Day"
},
{
"date": "2026-07-15",
"days_until": 54,
"name": "Amazon Prime Day"
},
{
"date": "2026-08-01",
"days_until": 71,
"name": "Back to School"
}
],
"vat_rate": 20.0
},
{
"active_sales": [],
"budget_converted": null,
"code": "DE",
"country": "Germany",
"effective_value": 1426.74,
"exchange_rate": null,
"has_active_sale": false,
"local_currency": "EUR",
"purchasing_power_multiplier": 1.427,
"rank": 2,
"upcoming_sales": [
{
"date": "2026-06-28",
"days_until": 37,
"name": "Summer Sales (EU)"
},
{
"date": "2026-07-15",
"days_until": 54,
"name": "Amazon Prime Day"
},
{
"date": "2026-08-01",
"days_until": 71,
"name": "Back to School"
}
],
"vat_rate": 19.0
},
{
"active_sales": [],
"budget_converted": null,
"code": "JP",
"country": "Japan",
"effective_value": 10.59,
"exchange_rate": null,
"has_active_sale": false,
"local_currency": "JPY",
"purchasing_power_multiplier": 0.011,
"rank": 3,
"upcoming_sales": [
{
"date": "2026-06-21",
"days_until": 30,
"name": "Father's Day"
},
{
"date": "2026-07-15",
"days_until": 54,
"name": "Amazon Prime Day"
},
{
"date": "2026-11-11",
"days_until": 173,
"name": "Singles' Day (11.11)"
}
],
"vat_rate": 0
}
],
"currency": "USD",
"success": true,
"tip": "United Kingdom offers the best purchasing power for your USD 1.0e3 budget"
}