Skip to content

chernistry/techmap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Israeli Tech Companies Map

Welcome! This project helps Israelis find hi-tech jobs near their homes, minimizing commute and wasted time.

Both the companies map and job maps are updated using data from this repo and רשם החברות.

Please provide the current company number (ח.פ) whenever adding, updating or deleting your company. Only active, locally registered and non-violating companies are included in the final maps.

Techmap

Adding or updating your company

🚀 Express Service

For a small donation, I'll handle the process for you quickly and efficiently.

Self-Service

If you prefer, you can follow the technical instructions to submit the changes yourself at no cost.

  1. Fork the repository
  2. Clone your forked repository:
    git clone https://github.com/yourusername/techmap.git
  3. Create a new branch for your changes:
    git checkout -b add-company
  4. 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.
  1. Commit your changes:
git add .
git commit -m "Added/Updated company Acme"
  1. Push to your fork:
git push origin add-company
  1. Create a pull request

License

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.

Acknowledgements

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 alike.

Happy job hunting! ❤️

Michael Lugassy

Follow me on LinkedIn & X/Twitter.

About

Israeli tech companies map

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published