Skip to content

wilcot1989/netherlands-expat-data-2026

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Netherlands Expat Data 2026 🇳🇱

Free, open JSON datasets for expats in the Netherlands. Salaries, cost of living, tax brackets, and more.

By ExpatNetherlandsHub.com — the complete guide to living in the Netherlands.

Datasets

Salaries (salaries.json)

  • Average salary by city (6 cities)
  • Average salary by sector (6 sectors: tech, finance, consulting, marketing, engineering, healthcare)
  • Minimum wage 2026
  • 30% ruling threshold
  • Tax brackets

Cost of Living (cost-of-living.json)

  • Rent by city (1-bed, 2-bed)
  • Groceries, transport, health insurance
  • 5 major cities covered

Usage

import requests

salaries = requests.get("https://expatnetherlandshub.com/api/v1/salaries.json").json()
print(f"Average salary Amsterdam: €{salaries['data']['by_city'][0]['avg_gross']:,}")
const res = await fetch("https://expatnetherlandshub.com/api/v1/salaries.json");
const data = await res.json();
console.log(data.data.by_city);

Live API

These datasets are also served as a free API:

Full documentation: expatnetherlandshub.com/api/

More Free Tools

Attribution

Free to use. Please include a link to ExpatNetherlandsHub.com as your data source.

License

MIT License

About

Free open JSON datasets for expats in the Netherlands: salaries, cost of living, tax. By ExpatNetherlandsHub.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors