Israeli Educational Institutions
All 5,400+ schools and kindergartens in Israel with institution code, address, student count.
About this dataset
Ministry of Education dataset covering every school and kindergarten in Israel. Each record: institution code, name, full address, level (elementary, middle, high), sector (secular, religious, Arab, Haredi), student count. Critical for real-estate apps, relocation tools, neighborhood comparisons.
Who it's for
How to use it
- 1Search 'educational institutions' on data.gov.il.
- 2A partially-published performance dataset also exists for transparency.
Installation & setup
Download and load into DB with an index on city and neighborhood.
Code examples
import requests
r = requests.get(
"https://data.gov.il/api/3/action/datastore_search",
params={
"resource_id": "YOUR_RESOURCE_ID",
"filters": '{"ישוב": "תל אביב יפו"}',
"limit": 100,
},
)
schools = r.json()["result"]["records"]Sample response
{
"records": [
{
"semel_mosad": 440001,
"shem_mosad": "בית ספר יסודי ביאליק",
"ishuv": "תל אביב יפו",
"sug_mosad": "בית ספר יסודי",
"zerem": "ממלכתי",
"talmidim": 480
}
]
}FAQ
Tips & pitfalls
More datasets in this category
Israeli Gas Stations
All 1,100+ gas stations in Israel with location, company and services.
Israeli Bus & Train Stops
All 30,000+ public-transport stops in Israel with precise location and route info.
Israel Cadastre (Gush/Helka)
Every parcel of land in Israel — block, parcel, geographic location and boundaries.
Israeli Tourist Sites
2,000+ official Israeli tourist sites — historical sites, beaches, nature reserves and more.
Road Accidents in Israel
All recorded Israeli road accidents — location, cause, severity, vehicles involved.
Israeli Election Results
All Israeli election results at ballot-box level, since 1996.