{"id":42182,"date":"2026-01-11T14:46:14","date_gmt":"2026-01-11T13:46:07","guid":{"rendered":"https:\/\/misot.pl\/home\/kariera-2\/"},"modified":"2026-01-19T12:54:56","modified_gmt":"2026-01-19T11:54:56","slug":"kariera-energia","status":"publish","type":"page","link":"https:\/\/misot.pl\/stary\/home\/kariera-energia\/","title":{"rendered":"Kariera_energia"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"42182\" class=\"elementor elementor-42182\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9ce4a12 e-con-full e-flex e-con e-parent\" data-id=\"9ce4a12\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_use_container_extras&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_glider_is_slider&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-de62afb e-con-full e-flex e-con e-child\" data-id=\"de62afb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;,&quot;_ob_use_container_extras&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_glider_is_slider&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-905e339 ob-has-background-overlay elementor-widget elementor-widget-html\" data-id=\"905e339\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script async src=\"https:\/\/ga.jspm.io\/npm:es-module-shims@1.5.1\/dist\/es-module-shims.js\" crossorigin=\"anonymous\"><\/script>\r\n  <script type=\"importmap\">\r\n    {\r\n      \"imports\": {\r\n        \"three\": \"https:\/\/unpkg.com\/three@0.165.0\/build\/three.module.js\",\r\n        \"three\/addons\/\": \"https:\/\/unpkg.com\/three@0.165.0\/examples\/jsm\/\"\r\n      }\r\n    }\r\n  <\/script>\r\n  <style>\r\n    body {\r\n      \/* Opcjonalnie mo\u017cesz ustawi\u0107 t\u0142o body, aby zobaczy\u0107 efekt przezroczysto\u015bci *\/\r\n      \/* background: linear-gradient(135deg, #333, #666); *\/\r\n    }\r\n    .container {\r\n      margin: 0 auto;\r\n      width: 100%;\r\n      height: 33vh;\r\n      overflow: hidden;\r\n      \/* Opcjonalnie mo\u017cesz doda\u0107 t\u0142o kontenera, kt\u00f3re b\u0119dzie widoczne przez przezroczyste t\u0142o sceny *\/\r\n      \/* background-color: rgba(0, 20, 50, 0.3); *\/\r\n    }\r\n    .dotzzz {\r\n      width: 100%;\r\n      height: 100%;\r\n      position: absolute;\r\n    }\r\n    canvas {\r\n      display: block;\r\n    }\r\n  <\/style>\r\n\r\n<body>\r\n  <div class=\"container\">\r\n    <div class=\"dotzzz\"><\/div>\r\n  <\/div>\r\n\r\n  <script type=\"module\">\r\n    import * as THREE from \"three\";\r\n    import { SimplexNoise } from \"three\/addons\/math\/SimplexNoise.js\";\r\n\r\n    \/\/ KONFIGURACJA I ZMIENNE\r\n    const RESOLUTION_X = 220;\r\n    const RESOLUTION_Y = 55;\r\n    const SPEED = 18000;\r\n    const AMPLITUDE = 2.0;\r\n    const NOISE_SCALE = 10;\r\n    const POINT_SIZE = 0.07;\r\n    const BACKGROUND_COLOR = '#000B29';\r\n    const BACKGROUND_ALPHA = 0.5; \/\/ Przezroczysto\u015b\u0107 t\u0142a (0 = pe\u0142na przezroczysto\u015b\u0107, 1 = nieprzezroczyste)\r\n    const CAMERA_POS = { x: 0, y: 3, z: 6 };\r\n    const CAMERA_FOV = 60;\r\n    const PLANE_ASPECT_RATIO = 0.33;\r\n\r\n    \/\/ Gradient kolor\u00f3w: start (linia 0) i koniec (linia max)\r\n    const COLOR_START = new THREE.Color('#000B29'); \/\/ ciemny niebieski\r\n    const COLOR_END = new THREE.Color('#79B9D3');   \/\/ jasny niebieski\r\n\r\n    let scene, camera, renderer;\r\n    let geometry, waves, positions, colors, simplex;\r\n    let container, containerWidth, containerHeight;\r\n    let planeWidth, planeHeight;\r\n\r\n    init();\r\n    animate();\r\n\r\n    function calculatePlaneWidth() {\r\n      const distance = CAMERA_POS.z;\r\n      const fovRadians = THREE.MathUtils.degToRad(CAMERA_FOV);\r\n      const visibleWidth = 2 * Math.tan(fovRadians \/ 2) * distance;\r\n      return visibleWidth * 1.5 * (containerWidth \/ containerHeight);\r\n    }\r\n\r\n    function init() {\r\n      container = document.querySelector('.dotzzz');\r\n      containerWidth = container.clientWidth;\r\n      containerHeight = container.clientHeight;\r\n\r\n      planeWidth = calculatePlaneWidth();\r\n      planeHeight = planeWidth * PLANE_ASPECT_RATIO;\r\n\r\n      scene = new THREE.Scene();\r\n      \/\/ Nie ustawiamy scene.background, aby umo\u017cliwi\u0107 przezroczysto\u015b\u0107\r\n\r\n      camera = new THREE.PerspectiveCamera(CAMERA_FOV, containerWidth \/ containerHeight);\r\n      camera.position.set(CAMERA_POS.x, CAMERA_POS.y, CAMERA_POS.z);\r\n      camera.lookAt(0, 1, 0);\r\n\r\n      \/\/ W\u0142\u0105czenie obs\u0142ugi przezroczysto\u015bci w rendererze\r\n      renderer = new THREE.WebGLRenderer({ \r\n        antialias: true,\r\n        alpha: true \/\/ Kluczowe dla przezroczysto\u015bci\r\n      });\r\n      \r\n      \/\/ Ustawienie przezroczystego t\u0142a\r\n      renderer.setClearColor(new THREE.Color(BACKGROUND_COLOR), BACKGROUND_ALPHA);\r\n      \r\n      renderer.setSize(containerWidth, containerHeight);\r\n      container.appendChild(renderer.domElement);\r\n\r\n      window.addEventListener(\"resize\", onWindowResize);\r\n\r\n      createWaves();\r\n    }\r\n\r\n    function createWaves() {\r\n      geometry = new THREE.PlaneGeometry(planeWidth, planeHeight, RESOLUTION_X, RESOLUTION_Y);\r\n      positions = geometry.getAttribute('position');\r\n      simplex = new SimplexNoise();\r\n\r\n      colors = new Float32Array(positions.count * 3);\r\n      for (let i = 0; i < positions.count; i++) {\r\n        colors[i * 3] = 1;\r\n        colors[i * 3 + 1] = 1;\r\n        colors[i * 3 + 2] = 1;\r\n      }\r\n      geometry.setAttribute('color', new THREE.BufferAttribute(colors, 3));\r\n\r\n      const material = new THREE.PointsMaterial({\r\n        size: POINT_SIZE,\r\n        vertexColors: true,\r\n        sizeAttenuation: true\r\n      });\r\n\r\n      waves = new THREE.Points(geometry, material);\r\n      waves.rotation.x = -Math.PI \/ 2;\r\n      waves.position.y = -0.5;\r\n\r\n      scene.add(waves);\r\n    }\r\n\r\n    function onWindowResize() {\r\n      containerWidth = container.clientWidth;\r\n      containerHeight = container.clientHeight;\r\n\r\n      camera.aspect = containerWidth \/ containerHeight;\r\n      camera.updateProjectionMatrix();\r\n\r\n      renderer.setSize(containerWidth, containerHeight);\r\n\r\n      scene.remove(waves);\r\n      planeWidth = calculatePlaneWidth();\r\n      planeHeight = planeWidth * PLANE_ASPECT_RATIO;\r\n      createWaves();\r\n    }\r\n\r\n    function animate(timestamp = 0) {\r\n      requestAnimationFrame(animate);\r\n\r\n      for (let i = 0; i < positions.count; i++) {\r\n        const x = positions.getX(i);\r\n        const y = positions.getY(i);\r\n        const z = AMPLITUDE * simplex.noise3d(x \/ NOISE_SCALE, y \/ NOISE_SCALE, timestamp \/ SPEED);\r\n\r\n        positions.setZ(i, z);\r\n\r\n        const row = Math.floor(i \/ RESOLUTION_X);\r\n        const t = row \/ (RESOLUTION_Y - 1);\r\n\r\n        const color = new THREE.Color();\r\n        color.lerpColors(COLOR_START, COLOR_END, t);\r\n\r\n        colors[i * 3] = color.r;\r\n        colors[i * 3 + 1] = color.g;\r\n        colors[i * 3 + 2] = color.b;\r\n      }\r\n\r\n      positions.needsUpdate = true;\r\n      geometry.getAttribute('color').needsUpdate = true;\r\n\r\n      renderer.render(scene, camera);\r\n    }\r\n  <\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c8b96ee elementor-widget__width-inherit elementor-absolute elementor-view-default ob-has-background-overlay elementor-widget elementor-widget-icon\" data-id=\"c8b96ee\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon elementor-animation-pulse\" href=\"#zajmujemy_sie\" rel=\"nofollow\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-down\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6ea9222 e-flex e-con-boxed e-con e-parent\" data-id=\"6ea9222\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ob_use_container_extras&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_glider_is_slider&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-37dee97 e-con-full e-flex e-con e-child\" data-id=\"37dee97\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ob_use_container_extras&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_glider_is_slider&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3277c0d ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-text-editor\" data-id=\"3277c0d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><img decoding=\"async\" class=\"alignnone size-medium wp-image-1413\" role=\"img\" src=\"https:\/\/misot.pl\/wp-content\/uploads\/2021\/06\/misot-sa-duze.svg\" alt=\"\" width=\"150\" \/><\/p><p><span style=\"font-weight: 400;\">Og\u00f3lnopolski integrator i platforma wsparcia dla lokalnych operator\u00f3w telekomunikacyjnych.<\/span><\/p><p><span style=\"font-weight: 400;\">Sp\u00f3\u0142ka koncentruje si\u0119 na konsolidacji potencja\u0142u zakupowego \u015brodowiska M\u015aP, dostarczaj\u0105c nowoczesne rozwi\u0105zania technologiczne, prawne i biznesowe.\u00a0<\/span><\/p><p>\u00a0<\/p><p><b><img decoding=\"async\" class=\"alignnone size-medium wp-image-38876\" role=\"img\" src=\"https:\/\/misot.pl\/wp-content\/uploads\/2025\/09\/energia-blue2.svg\" alt=\"\" width=\"140\" \/><\/b><\/p><p><span style=\"font-weight: 400;\">Wyspecjalizowana jednostka w ramach MI\u015aOT SA, odpowiedzialna za budow\u0119 strukturalnej sieci sprzeda\u017cy medi\u00f3w energetycznych.<\/span><\/p><p><span style=\"font-weight: 400;\">Projekt \u0142\u0105czy \u015bwiat telekomunikacji z rynkiem energii, oferuj\u0105c autorski model wsp\u00f3\u0142pracy partnerskiej.<\/span><\/p><p><span style=\"font-weight: 400;\">MI\u015aOT Energia odpowiada za kontraktacj\u0119 EE i gazu, wspieraj\u0105c stabilno\u015b\u0107 energetyczn\u0105 setek podmiot\u00f3w w Polsce oraz dostarczaj\u0105c narz\u0119dzia do budowania przewagi rynkowej przez lokalnych operator\u00f3w.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b13e816 ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-heading\" data-id=\"b13e816\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"Z920-14\" data-settings=\"{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_harakiri_text_clip&quot;:&quot;none&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Poszukujemy kandydat\u00f3w do pracy:<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9a64b8f e-flex e-con-boxed e-con e-parent\" data-id=\"9a64b8f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ob_use_container_extras&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_glider_is_slider&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-80020a7 ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-text-editor\" data-id=\"80020a7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-size: 14pt;\"><b>Manager ds. Kluczowych Klient\u00f3w (B2B)<br \/><\/b><\/span><\/p><p><b>Odpowiadaj za kluczowych klient\u00f3w biznesowych i dostarczaj im realn\u0105 warto\u015b\u0107 w obszarze energii i gazu.<\/b><\/p><p><span style=\"font-weight: 400;\">Miejsce pracy: <strong>ca\u0142a Polska\u00a0<\/strong><\/span><\/p><p>\u00a0<\/p><p><strong>Do Twoich g\u0142\u00f3wnych zada\u0144 b\u0119dzie nale\u017ca\u0142o:<\/strong><\/p><ul><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">obs\u0142uga oraz rozw\u00f3j portfela kluczowych klient\u00f3w B2B (SME \/ du\u017ce przedsi\u0119biorstwa),<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">sprzeda\u017c i doradztwo w zakresie energii elektrycznej i gazu ziemnego,<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">przygotowywanie ofert, analiz i rekomendacji zakupowych,<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">prowadzenie negocjacji handlowych i zawieranie um\u00f3w,<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">identyfikowanie potencja\u0142u do dalszej wsp\u00f3\u0142pracy i rozwoju klient\u00f3w,<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\u015bcis\u0142a wsp\u00f3\u0142praca z back office i zespo\u0142em analitycznym.<\/span><\/li><\/ul><p>\u00a0<\/p><p><b>Szukamy Ci\u0119 je\u015bli:<\/b><\/p><ul><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">masz do\u015bwiadczenie w pracy z klientami B2B lub kluczowymi kontraktami,<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">swobodnie poruszasz si\u0119 w rozmowach biznesowych i negocjacjach,<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">jeste\u015b samodzielny, odpowiedzialny i nastawiony na d\u0142ugofalowe relacje,<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">chcesz pracowa\u0107 w partnerskim modelu B2B i zarabia\u0107 bez limitu.<\/span><\/li><\/ul><p>\u00a0<\/p><p><strong>Oferujemy:<\/strong><\/p><ul><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">wysokie wynagrodzenie prowizyjne \u2013 bez g\u00f3rnego limitu, opcja etat plus premia<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">elastyczne portfolio rozwi\u0105za\u0144 energetycznych dopasowanych do potrzeb klienta,<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">wsparcie leadami oraz baz\u0105 klient\u00f3w,<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">pe\u0142ne wsparcie back office i procesowe,<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">mo\u017cliwo\u015b\u0107 generowania dodatkowej mar\u017cy na rozwi\u0105zaniach komplementarnych,<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">stabiln\u0105 wsp\u00f3\u0142prac\u0119 z dynamicznie rozwijaj\u0105c\u0105 si\u0119 organizacj\u0105.<\/span><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c1dd798 ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-text-editor\" data-id=\"c1dd798\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-size: 14pt;\"><strong>Przedstawiciel Handlowy Ekspert ds. Rozwi\u0105za\u0144 Energetycznych (B2B)<\/strong><\/span><\/p><p><strong>Po\u0142\u0105cz sprzeda\u017c z doradztwem i pomagaj firmom realnie optymalizowa\u0107 koszty energii.<\/strong><\/p><p>Miejsce pracy: <strong>ca\u0142a Polska<\/strong><\/p><p dir=\"ltr\">\u00a0<\/p><p dir=\"ltr\"><strong>Twoje codzienne zadania:<\/strong><\/p><ul><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">aktywne pozyskiwanie oraz obs\u0142uga klient\u00f3w biznesowych (w\u0142asna baza + leady),<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">sprzeda\u017c i doradztwo w zakresie energii elektrycznej i gazu,<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">analiza potrzeb klient\u00f3w oraz proponowanie optymalnych rozwi\u0105za\u0144,<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">przygotowywanie ofert, negocjowanie warunk\u00f3w i finalizacja um\u00f3w,<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">budowanie d\u0142ugofalowych relacji opartych na zaufaniu i partnerstwie.<\/span><\/li><\/ul><p dir=\"ltr\">\u00a0<\/p><p dir=\"ltr\"><strong>Do\u0142\u0105cz do nas, je\u015bli:<\/strong><\/p><ul><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">masz do\u015bwiadczenie w sprzeda\u017cy B2B lub obs\u0142udze klienta,<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">potrafisz prowadzi\u0107 rozmowy z przedsi\u0119biorcami i decydentami,<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">jeste\u015b samodzielny, zorganizowany i nastawiony na wynik,<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">chcesz rozwija\u0107 si\u0119 w roli eksperta, a nie tylko sprzedawcy.<\/span><\/li><\/ul><p dir=\"ltr\">\u00a0<\/p><p dir=\"ltr\"><strong>Oferujemy:<\/strong><\/p><ul><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">wysokie wynagrodzenie prowizyjne bez g\u00f3rnego limitu (B2B),<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">realny wp\u0142yw na wysoko\u015b\u0107 w\u0142asnych zarobk\u00f3w,<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">wsparcie merytoryczne, szkoleniowe i back office,<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">dost\u0119p do lead\u00f3w i um\u00f3wionych spotka\u0144,<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">konkursy sprzeda\u017cowe i atrakcyjne bonusy.<\/span><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Og\u00f3lnopolski integrator i platforma wsparcia dla lokalnych operator\u00f3w telekomunikacyjnych. Sp\u00f3\u0142ka koncentruje si\u0119 na konsolidacji potencja\u0142u zakupowego \u015brodowiska M\u015aP, dostarczaj\u0105c nowoczesne rozwi\u0105zania technologiczne, prawne i biznesowe.\u00a0 \u00a0 Wyspecjalizowana jednostka w ramach MI\u015aOT SA, odpowiedzialna za budow\u0119 strukturalnej sieci sprzeda\u017cy medi\u00f3w energetycznych. Projekt \u0142\u0105czy \u015bwiat telekomunikacji z rynkiem energii, oferuj\u0105c autorski model wsp\u00f3\u0142pracy partnerskiej. MI\u015aOT Energia odpowiada [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":12,"menu_order":8,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-42182","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Kariera_energia - Mi\u015aOT<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/misot.pl\/stary\/home\/kariera-energia\/\" \/>\n<meta property=\"og:locale\" content=\"pl_PL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kariera_energia - Mi\u015aOT\" \/>\n<meta property=\"og:description\" content=\"Og\u00f3lnopolski integrator i platforma wsparcia dla lokalnych operator\u00f3w telekomunikacyjnych. Sp\u00f3\u0142ka koncentruje si\u0119 na konsolidacji potencja\u0142u zakupowego \u015brodowiska M\u015aP, dostarczaj\u0105c nowoczesne rozwi\u0105zania technologiczne, prawne i biznesowe.\u00a0 \u00a0 Wyspecjalizowana jednostka w ramach MI\u015aOT SA, odpowiedzialna za budow\u0119 strukturalnej sieci sprzeda\u017cy medi\u00f3w energetycznych. Projekt \u0142\u0105czy \u015bwiat telekomunikacji z rynkiem energii, oferuj\u0105c autorski model wsp\u00f3\u0142pracy partnerskiej. MI\u015aOT Energia odpowiada [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/misot.pl\/stary\/home\/kariera-energia\/\" \/>\n<meta property=\"og:site_name\" content=\"Mi\u015aOT\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/MiSOTpl\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-19T11:54:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/misot.pl\/wp-content\/uploads\/2021\/06\/misot-sa-duze.svg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Szacowany czas czytania\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minuty\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/misot.pl\/stary\/home\/kariera-energia\/\",\"url\":\"https:\/\/misot.pl\/stary\/home\/kariera-energia\/\",\"name\":\"Kariera_energia - Mi\u015aOT\",\"isPartOf\":{\"@id\":\"https:\/\/misot.pl\/stary\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/misot.pl\/stary\/home\/kariera-energia\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/misot.pl\/stary\/home\/kariera-energia\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/misot.pl\/wp-content\/uploads\/2021\/06\/misot-sa-duze.svg\",\"datePublished\":\"2026-01-11T13:46:07+00:00\",\"dateModified\":\"2026-01-19T11:54:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/misot.pl\/stary\/home\/kariera-energia\/#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/misot.pl\/stary\/home\/kariera-energia\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\/\/misot.pl\/stary\/home\/kariera-energia\/#primaryimage\",\"url\":\"https:\/\/misot.pl\/wp-content\/uploads\/2021\/06\/misot-sa-duze.svg\",\"contentUrl\":\"https:\/\/misot.pl\/wp-content\/uploads\/2021\/06\/misot-sa-duze.svg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/misot.pl\/stary\/home\/kariera-energia\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Strona g\u0142\u00f3wna\",\"item\":\"https:\/\/misot.pl\/stary\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\",\"item\":\"https:\/\/misot.pl\/stary\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Kariera_energia\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/misot.pl\/stary\/#website\",\"url\":\"https:\/\/misot.pl\/stary\/\",\"name\":\"Mi\u015aOT\",\"description\":\"\u0141\u0105czymy lokalnie\",\"publisher\":{\"@id\":\"https:\/\/misot.pl\/stary\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/misot.pl\/stary\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pl-PL\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/misot.pl\/stary\/#organization\",\"name\":\"Mi\u015aOT\",\"url\":\"https:\/\/misot.pl\/stary\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\/\/misot.pl\/stary\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/misot.pl\/wp-content\/uploads\/2026\/01\/grupa-misot-tla-jasne.png\",\"contentUrl\":\"https:\/\/misot.pl\/wp-content\/uploads\/2026\/01\/grupa-misot-tla-jasne.png\",\"width\":1320,\"height\":743,\"caption\":\"Mi\u015aOT\"},\"image\":{\"@id\":\"https:\/\/misot.pl\/stary\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/MiSOTpl\",\"https:\/\/www.youtube.com\/channel\/UCCjxl2ju4z8-aQLY4cErc0w\",\"https:\/\/www.linkedin.com\/company\/grupa-miot\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Kariera_energia - Mi\u015aOT","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/misot.pl\/stary\/home\/kariera-energia\/","og_locale":"pl_PL","og_type":"article","og_title":"Kariera_energia - Mi\u015aOT","og_description":"Og\u00f3lnopolski integrator i platforma wsparcia dla lokalnych operator\u00f3w telekomunikacyjnych. Sp\u00f3\u0142ka koncentruje si\u0119 na konsolidacji potencja\u0142u zakupowego \u015brodowiska M\u015aP, dostarczaj\u0105c nowoczesne rozwi\u0105zania technologiczne, prawne i biznesowe.\u00a0 \u00a0 Wyspecjalizowana jednostka w ramach MI\u015aOT SA, odpowiedzialna za budow\u0119 strukturalnej sieci sprzeda\u017cy medi\u00f3w energetycznych. Projekt \u0142\u0105czy \u015bwiat telekomunikacji z rynkiem energii, oferuj\u0105c autorski model wsp\u00f3\u0142pracy partnerskiej. MI\u015aOT Energia odpowiada [&hellip;]","og_url":"https:\/\/misot.pl\/stary\/home\/kariera-energia\/","og_site_name":"Mi\u015aOT","article_publisher":"https:\/\/www.facebook.com\/MiSOTpl","article_modified_time":"2026-01-19T11:54:56+00:00","og_image":[{"url":"https:\/\/misot.pl\/wp-content\/uploads\/2021\/06\/misot-sa-duze.svg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Szacowany czas czytania":"2 minuty"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/misot.pl\/stary\/home\/kariera-energia\/","url":"https:\/\/misot.pl\/stary\/home\/kariera-energia\/","name":"Kariera_energia - Mi\u015aOT","isPartOf":{"@id":"https:\/\/misot.pl\/stary\/#website"},"primaryImageOfPage":{"@id":"https:\/\/misot.pl\/stary\/home\/kariera-energia\/#primaryimage"},"image":{"@id":"https:\/\/misot.pl\/stary\/home\/kariera-energia\/#primaryimage"},"thumbnailUrl":"https:\/\/misot.pl\/wp-content\/uploads\/2021\/06\/misot-sa-duze.svg","datePublished":"2026-01-11T13:46:07+00:00","dateModified":"2026-01-19T11:54:56+00:00","breadcrumb":{"@id":"https:\/\/misot.pl\/stary\/home\/kariera-energia\/#breadcrumb"},"inLanguage":"pl-PL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/misot.pl\/stary\/home\/kariera-energia\/"]}]},{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/misot.pl\/stary\/home\/kariera-energia\/#primaryimage","url":"https:\/\/misot.pl\/wp-content\/uploads\/2021\/06\/misot-sa-duze.svg","contentUrl":"https:\/\/misot.pl\/wp-content\/uploads\/2021\/06\/misot-sa-duze.svg"},{"@type":"BreadcrumbList","@id":"https:\/\/misot.pl\/stary\/home\/kariera-energia\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Strona g\u0142\u00f3wna","item":"https:\/\/misot.pl\/stary\/"},{"@type":"ListItem","position":2,"name":"Home","item":"https:\/\/misot.pl\/stary\/"},{"@type":"ListItem","position":3,"name":"Kariera_energia"}]},{"@type":"WebSite","@id":"https:\/\/misot.pl\/stary\/#website","url":"https:\/\/misot.pl\/stary\/","name":"Mi\u015aOT","description":"\u0141\u0105czymy lokalnie","publisher":{"@id":"https:\/\/misot.pl\/stary\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/misot.pl\/stary\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pl-PL"},{"@type":"Organization","@id":"https:\/\/misot.pl\/stary\/#organization","name":"Mi\u015aOT","url":"https:\/\/misot.pl\/stary\/","logo":{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/misot.pl\/stary\/#\/schema\/logo\/image\/","url":"https:\/\/misot.pl\/wp-content\/uploads\/2026\/01\/grupa-misot-tla-jasne.png","contentUrl":"https:\/\/misot.pl\/wp-content\/uploads\/2026\/01\/grupa-misot-tla-jasne.png","width":1320,"height":743,"caption":"Mi\u015aOT"},"image":{"@id":"https:\/\/misot.pl\/stary\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/MiSOTpl","https:\/\/www.youtube.com\/channel\/UCCjxl2ju4z8-aQLY4cErc0w","https:\/\/www.linkedin.com\/company\/grupa-miot\/"]}]}},"_links":{"self":[{"href":"https:\/\/misot.pl\/stary\/wp-json\/wp\/v2\/pages\/42182","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/misot.pl\/stary\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/misot.pl\/stary\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/misot.pl\/stary\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/misot.pl\/stary\/wp-json\/wp\/v2\/comments?post=42182"}],"version-history":[{"count":16,"href":"https:\/\/misot.pl\/stary\/wp-json\/wp\/v2\/pages\/42182\/revisions"}],"predecessor-version":[{"id":42200,"href":"https:\/\/misot.pl\/stary\/wp-json\/wp\/v2\/pages\/42182\/revisions\/42200"}],"up":[{"embeddable":true,"href":"https:\/\/misot.pl\/stary\/wp-json\/wp\/v2\/pages\/12"}],"wp:attachment":[{"href":"https:\/\/misot.pl\/stary\/wp-json\/wp\/v2\/media?parent=42182"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}