Israel Land Use - What Any Plot May Be Built For avatar

Israel Land Use - What Any Plot May Be Built For

Pricing

from $10.00 / 1,000 land use areas

Go to Apify Store
Israel Land Use - What Any Plot May Be Built For

Israel Land Use - What Any Plot May Be Built For

Israel's official land-use designations from the national planning map: what each plot is zoned for (residential, commercial, open space and more), the plan that sets it, the planning status, the area and the coordinates. Search by address, plan number or map area.

Pricing

from $10.00 / 1,000 land use areas

Rating

0.0

(0)

Developer

Swerve

Swerve

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Give it an Israeli address and get the official land-use designation for that spot: residential, commercial, employment, open space, road, public buildings and the rest, straight from the national planning map. Every area comes with the plan that sets it, that plan's status, the area in square metres and map coordinates.

This is the first question in any Israeli property decision, and the answer is normally buried in a map viewer.

What may be built here

The field that matters

Every row carries coversSearchPoint: true when that designation actually applies at the address you asked about, false when it is merely nearby. Large designations such as national plans can stretch for kilometres, so "near your address" and "at your address" are very different answers, and this tells them apart.

Queried three ways

What you get

FieldExample
landUse, landUseCode"מגורים ג'" (residential), 680
coversSearchPointtrue - this is the designation at your address
planNumber, planName"416-0447284", the plan's Hebrew name
planningStatus"אישור" (approved), "בבדיקה תכנונית" (under review)
areaSqm, registeredAreaDunam, perimeterMeters14831147.32, 0, 980.39
latitude, longitude32.1893702, 34.8666297
geometryRingsThe full polygon outline, when you ask for it
distanceMetersDistance from your address to the area's centre
lastUpdated2018-12-04

Input

FieldWhat it does
addressesHebrew addresses or place names, e.g. ["אחוזה 100 רעננה"]. Each is located on the map.
radiusMetersHow far around each address to collect areas. 300 covers a block, 1000 a neighbourhood.
planNumbersEvery area a given plan defines, e.g. ["302-0072793"]. Plan numbers come from our Israel Zoning Plans Actor.
boundingBoxSweep a rectangle: {"minLat":32.17,"minLng":34.86,"maxLat":32.19,"maxLng":34.88}.
landUseContainsKeep only designations containing this Hebrew text, e.g. "מגורים" for residential.
includeGeometryAdds the full polygon outline for mapping software. Centre coordinates are always returned.
maxItemsOptional cost cap. Blank returns everything that matches.

Example: what applies at one address

{ "addresses": ["אחוזה 100 רעננה"], "radiusMeters": 300 }

Example: every residential area in a neighbourhood

{ "addresses": ["דיזנגוף 50 תל אביב"], "radiusMeters": 1000, "landUseContains": "מגורים" }

How it works

Addresses are located through the government map service, then the national land-use layer is queried for everything intersecting the radius, 1,000 rows at a time until the area is exhausted. Results are de-duplicated across all your searches and pushed as they arrive, so a stopped run keeps what it already collected. The polygon is used to compute each area's centre point and to test whether it contains your address.

Limits, stated honestly

  • A radius is a circle, not a municipal boundary. Asking for a city name returns what surrounds that point, not everything inside the city limits.
  • Designations are returned in Hebrew exactly as the planning authority publishes them, because that is the legally meaningful wording.
  • An address that cannot be located fails the run rather than quietly returning nothing.
  • registeredAreaDunam is the registered area in dunam as published, and is 0 when the plan states none. areaSqm is the computed polygon area and is always present.
  • Land use tells you what a plan permits. It is not a building permit, and it does not tell you what is built there today.