Welcome! This project aims to help Israelis find hi-tech jobs near their homes, minimizing commute and wasted time. The map is hosted at (https://maphub.net/mluggy/techmap) and updates itself daily using this repo data.
The main point-of-truth for this project is Rasham Havarot / רשם החברות. Please provide the current company number (ח.פ) whenever adding, updating or deleting your company. Note: only locally registered, non-violating companies are included in the final map.
Contribute to this project by adding, updating, or deleting any company information.
- Fork the repository
- Clone your forked repository:
git clone https://github.com/yourusername/techmap.git
- Create a new branch for your changes:
git checkout -b add-company
- Add or edit a company JSON file named after your company's number (e.g., 513674309.json) in the companies/ directory. Use the following template:
{ "name": "Acme", "description": "Acme description", "categoryId": 3, "size": "m", "logoFile": "logos/acme-logo.webp", "websiteUrl": "https://www.example.com/", "careersUrl": "https://www.example.com/careers", "linkedinId": "acme", "linkedinNum": 12345678, "crunchbaseId": "acme", "finderId": "acme-ltd", "xId": "acmetw", "facebookId": "acmepage", "addresses": [ { "street": "דיזינגוף", "houseNumber": "99", "city": "תל אביב - יפו", "lat": 32.07956669622025, "lon": 34.77373112886606 } ], "comeetId": "acme/AF.100", "greenhouseId": "acme", "breezyId": "acme", "leverId": "acme", "isMultinational": false }
- name: The name of the company appearing on the map (avoid adding Ltd, Limited, or Company at the end).
- description: The company's tagline or mission statement, preferably a one-liner with no superfluous adjectives and exaggerations.
- categoryId: Should be picked from categories.json.
- size: Should be picked from sizes.json.
- logoFile: Should point to a 200x200 png, gif, jpg, or webp file uploaded to the logos/ folder.
- websiteUrl: The company's homepage address.
- careersUrl: The company's careers/job page address.
- linkedinId, crunchbaseId, finderId, xId and facebookId: The company IDs (not full URLs) from LinkedIn, Crunchbase, Startup Finder, X/Twitter and Facebook.
- linkedinNum: The company numerical ID from LinkedIn. This is NOT your Linkedin ID (can be found when viewing your company page source, looking for "fsd_company:"). Used to scrape your Linkedin jobs.
- comeetId, greenhouseId, breezyId and/or leverId: The company IDs (not full URLs) of your ATS platform. Used to scrape your ATS jobs.
- addresses: An array specifying one or more physical locations. Each object should contain at least city and preferably street and houseNumber. The map will do the geocoding automatically, or you can specify your own latitude and longitude.
- isMultinational: True/False if company is a multi-national company.
- Commit your changes:
git add .
git commit -m "Added/Updated company Acme"
- Push to your fork:
git push origin add-company
- Create a pull request
You can also request an addition, update, or deletion through the repository's Issues page. Enter as many details as possible, and someone will pick it up for you, eventually.
If you would like your listing to be added or updated promptly, I offer an express (paid) option for your convenience. After a small contribution, I will personally reach out to you via email to confirm the details.
This project is licensed under the Open Database License (ODbL) v1.0. You are free to:
- Share: Copy and redistribute the material in any medium or format.
- Adapt: Remix, transform, and build upon the material for any purpose, even commercially.
However, you must attribute the original creator by crediting Michael Lugassy and providing a link to this project. If you modify or build upon the data, you must distribute your contributions under the same license as the original.
Thank you to everyone who updates the map and helps with this project. Special thanks to those who provided comments and suggestions. I hope this tool proves useful for both job seekers and companies listed.
Happy job hunting! ❤️
Michael Lugassy
Follow me on LinkedIn & X/Twitter.