Gnarum | Empowering your energy

Careers

Business Developer

Gnarum is looking for a Business Developer to open new markets and build strong, lasting relationships. You’ll dive into understanding client needs, collaborate with our teams to deliver top-notch service, and drive commercial deals and contracts. If you’re proactive, ambitious, and love creating opportunities, this is the role for you!

What will your responsibilities be?

  • Market analysis and prospecting.

  • Preparation and presentation of proposals.

  • Collaboration and post-sales follow-up.

    What are we looking for?

  • Technical background.

  • Passion for technology and a sales-driven mindset.

  • Results-oriented.

  • Effective communication and negotiation skills.

  • Empathy, autonomy, and persistence.

  • Proficient English (negotiation level).

    What do we offer?

  • Flexibility and an excellent work environment.

  • Opportunity for social benefits.

  • Continuous training in the energy sector.

  • Involvement in cutting-edge projects in the energy sector.

  • Work with us

    Your expertise belongs here. Send us your CV.

    You can reach us anytime via rrhh@gnarum.com

      Spain

      Abedul Building, 7th Floor.
      56 Serrano Galvache Rd.
      Parque Norte
      28033 Madrid,
      Spain
      +34 917 904 742
      info@gnarum.com

      Italy

      Via Leone XIII, 95,
      00165 Rome
      Italy
      +39 06 39 870 227
      info@gnarum.com

      (function () { function initCF7FileUpload(scope) { // scope es opcional: si Elementor pasa el widget renderizado const context = scope || document; context.querySelectorAll('.custom-file-upload .file-input').forEach(input => { if (input.dataset.cf7Init) return; // evitar duplicados input.dataset.cf7Init = '1'; const wrapper = input.closest('.custom-file-upload'); if (!wrapper) return; const fileName = wrapper.querySelector('.file-name'); const fileIcon = wrapper.querySelector('.file-icon'); const buttonText = wrapper.querySelector('.file-button-text'); input.addEventListener('change', () => { if (!input.files || input.files.length === 0) { fileName.textContent = 'No hay archivo seleccionado'; fileIcon.textContent = '📎'; buttonText.textContent = 'Subir archivo'; return; } const file = input.files[0]; fileName.textContent = file.name; buttonText.textContent = 'Cambiar archivo'; const ext = file.name.split('.').pop().toLowerCase(); fileIcon.textContent = ext === 'pdf' ? '📄' : ext === 'doc' || ext === 'docx' ? '📝' : '📎'; }); }); } // Inicial cuando la página termina de cargar document.addEventListener('DOMContentLoaded', () => initCF7FileUpload()); // CF7 eventos document.addEventListener('wpcf7init', () => initCF7FileUpload()); document.addEventListener('wpcf7submit', () => initCF7FileUpload()); // Elementor widgets y popups if (window.elementorFrontend) { window.elementorFrontend.hooks.addAction('frontend/element_ready/global', (scope) => { initCF7FileUpload(scope); }); // Para popups que se abren dinámicamente window.elementorFrontend.hooks.addAction('frontend/element_ready/elementor-popup', (scope) => { initCF7FileUpload(scope); }); } })();