{"id":2332,"date":"2025-04-08T18:40:44","date_gmt":"2025-04-08T18:40:44","guid":{"rendered":"https:\/\/moneythen.com\/?p=2332"},"modified":"2025-04-08T18:40:46","modified_gmt":"2025-04-08T18:40:46","slug":"fedex-jobs","status":"publish","type":"post","link":"https:\/\/moneythen.com\/hr\/fedex-jobs\/","title":{"rendered":"Kako se prijaviti za posao voza\u010da dostave FedExa \u2013 Zaradite do $23\/sat"},"content":{"rendered":"<!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\" id=\"h-step-by-step-guide-to-becoming-a-fedex-driver\">Korak-po-korak vodi\u010d za postajanje voza\u010dem FedExa<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Postupak prijave je jednostavan i u potpunosti online. Za prijavu za poziciju dostavlja\u010da u FedExu, samo slijedite korake u nastavku:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><strong>1. <\/strong>Posjetite slu\u017ebenu web stranicu za karijere tvrtke FedEx<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><strong>2.<\/strong> U traku za pretra\u017eivanje upi\u0161ite &quot;<strong>Voza\u010d<\/strong>&quot; ili &quot;<strong>Voza\u010d dostave<\/strong>&quot;.<\/p>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-Y80D0\"><section class=\"credit-card mx-5 sm:mx-0 text-gray-600 body-font  my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n  <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n    <div class=\"w-24 h-full\"><\/div>\n  <\/div>\n  <div class=\"container px-5 sm:px-0 py-6 mx-auto\" data-anchor-target=\"lazyBlock\">\n    <div class=\"flex flex-wrap mx-auto\">\n      <a class=\"lg:w-2\/5 w-full lg:pl-6 mt-6 lg:mt-0\" href=\"https:\/\/careers.fedex.com\/career-areas\/driver\/\" data-analytics-label=\"creditCardImage\" data-action=\"analytics#trackCTA\" >\n        <img decoding=\"async\" class=\"w-full h-64 object-cover object-center rounded\" loading=\"lazy\" alt=\"card\" style=\"height: 190px;\" src=\"https:\/\/moneythen.com\/wp-content\/uploads\/2025\/04\/fedex-driver-scaled.jpeg\">\n      <\/a>\n      <div class=\"lg:w-3\/5 w-full lg:pl-6 mt-6 lg:mt-0\">\n        <h2 class=\"text-sm title-font text-gray-500 tracking-widest uppercase\">\n          Poslovi        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          FedEx        <\/h1>\n        <div class=\"flex mb-4 justify-center sm:justify-start\">\n          \n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              POSLOVI            <\/span>\n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              FEDEX            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          Prona\u0111ite otvorene pozicije u FedExu!\n\n        <\/p>\n        <div class=\"flex mt-6 items-center pb-5 border-b-2 border-gray-100 mb-5\">\n          \n        <\/div>\n        <div class=\"flex\">\n          <a data-km2-rewarded=\"true\" style=\"font-size: 13px;\" class=\"hidden animate-fade-in flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/careers.fedex.com\/career-areas\/driver\/\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button class=\"uppercase flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-4 focus:outline-none rounded  disabled:opacity-50\">\n              POGLEDAJTE KAKO ZAPO\u010cETI            <\/button>\n          <\/a>\n          <a data-km2-rewarded=\"false\" style=\"font-size: 15px;\" class=\"flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/careers.fedex.com\/career-areas\/driver\/\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button id=\"offer-first\" class=\"flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-6 focus:outline-none rounded  disabled:opacity-50\">\n              POGLEDAJTE KAKO ZAPO\u010cETI            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          Bit \u0107ete preusmjereni na drugu web stranicu        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n    <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/careers.fedex.com\/career-areas\/driver\/\" rel=\"sponsored\" data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/moneythen.com\/wp-content\/uploads\/2025\/04\/fedex-driver-scaled.jpeg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Prona\u0111ite otvorene pozicije u FedExu!              <\/p>\n              <a href=\"https:\/\/careers.fedex.com\/career-areas\/driver\/\" rel=\"sponsored\" data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    POGLEDAJTE KAKO ZAPO\u010cETI                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Bit \u0107ete preusmjereni na drugu web stranicu              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/section><\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><strong>3<\/strong>Pomo\u0107u filtera odaberite \u017eeljenu lokaciju.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><strong>4.<\/strong> Kliknite na oglas za posao kako biste vidjeli puni opis.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><strong>5.<\/strong> Ako va\u0161 profil odgovara onome \u0161to FedEx tra\u017ei, kliknite &quot;Prijavi se&quot; da biste zapo\u010deli s prijavom.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><strong>6.<\/strong> Izradite FedEx ra\u010dun ili se prijavite s postoje\u0107im.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><strong>7.<\/strong> Ispunite obrazac sa svojim osobnim podacima, radnim iskustvom i prenesite svoj \u017eivotopis.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><strong>8. <\/strong>Nakon \u0161to je podnesete, status svoje prijave mo\u017eete pratiti izravno putem portala.<br><\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Pla\u0107e voza\u010da dostave FedExa u razli\u010ditim ameri\u010dkim saveznim dr\u017eavama<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Prosje\u010dna satnica za voza\u010da dostave FedExa u SAD-u iznosi oko 19,69 TTP4, \u0161to je otprilike 40.950 TTP4 godi\u0161nje. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Me\u0111utim, taj iznos varira ovisno o dr\u017eavi i gradu u kojem radite.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">Kalifornija<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>U Kaliforniji voza\u010di zara\u0111uju u prosjeku $19,22 po satu. S visokom gusto\u0107om naseljenosti i velikom potra\u017enjom za dostavom, gradovi poput Los Angelesa i San Francisca nude stalan obujam rada i mogu\u0107nost prekovremenog rada.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">Teksas<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>U Teksasu je prosje\u010dna pla\u0107a $19,71 po satu. U gradskim podru\u010djima poput Houstona, Dallasa i Austina, brzo radno okru\u017eenje mo\u017ee dovesti do dodatne zarade putem pla\u0107anja na temelju u\u010dinka ili prekovremenog rada.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">Florida<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Na Floridi, voza\u010di FedExa zara\u0111uju u prosjeku $20.63 po satu. Gradovi poput Miamija i Orlanda imaju visoku fluktuaciju voza\u010da i stalnu potra\u017enju za dostavom tijekom cijele godine.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">New York<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Voza\u010di u New Yorku i okolnim podru\u010djima zara\u0111uju u prosjeku $23.27 po satu - oko 31% iznad nacionalnog prosjeka. To odra\u017eava visoke tro\u0161kove \u017eivota u regiji i vrijednost koja se pridaje logisti\u010dkim ulogama u gusto naseljenim urbanim podru\u010djima.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">Illinois<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>U Illinoisu, posebno u Chicagu, pla\u0107a se \u010desto obra\u010dunava dnevno, u prosjeku oko $172 po danu. Na temelju smjene od 8 sati, to je otprilike $21,50 po satu.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ove brojke su procjene i mogu varirati ovisno o iskustvu, duljini smjene, specifi\u010dnoj lokaciji i pravilima tvrtke.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><em>Napomena: Sve gore navedene pla\u0107e su procjene; stvarnu pla\u0107u treba potvrditi s tvrtkom u trenutku prijave.<\/em>.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h1 class=\"wp-block-heading\">Pogodnosti koje nudi FedEx<\/h1>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ovisno o poziciji, FedEx nudi sveobuhvatne pogodnosti zaposlenicima. Za one koji su slu\u017ebeno zaposleni u tvrtki, pogodnosti mogu uklju\u010divati:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Sveobuhvatni zdravstveni plan<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>\u017divotno osiguranje i osiguranje za slu\u010daj invalidnosti<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>401(k) mirovinski plan s doprinosom tvrtke<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Pomo\u0107 pri pla\u0107anju \u0161kolarine za fakultet ili tehni\u010dke te\u010dajeve<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Programi fizi\u010dkog i mentalnog blagostanja<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Pla\u0107eni godi\u0161nji odmor i pla\u0107eni godi\u0161nji odmor<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Popusti na razne proizvode i usluge<br><\/li>\n<\/div><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><em><strong>Bilje\u0161ka:<\/strong> Nisu svi dostavlja\u010di izravno zaposleni u FedExu. Voza\u010di koje anga\u017eiraju partnerske tvrtke mo\u017eda ne\u0107e ispunjavati uvjete za ove pogodnosti.<\/em>.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Zahtjevi za ulogu voza\u010da dostave<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Da biste se prijavili za poziciju voza\u010da dostave FedExa, morate ispunjavati neke osnovne uvjete. Klju\u010dni kriteriji uklju\u010duju:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Imati najmanje 21 godinu. Za ostale uloge, poput rukovatelja paketima, minimalna dobna granica je 18 godina.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Imati va\u017ee\u0107u voza\u010dku dozvolu i \u010dist voza\u010dki dosje<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Mogu\u0107nost podizanja te\u0161kih predmeta (do 75 lbs)<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Budite fizi\u010dki spremni i spremni raditi na nogama<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Jasna i profesionalna komunikacija s klijentima i kolegama<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Fleksibilnost za rad u razli\u010ditim smjenama, uklju\u010duju\u0107i i vikende<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Pro\u0111ite testiranje na droge i provjeru pro\u0161losti<br><\/li>\n<\/div><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Iako prethodno iskustvo u dostavi nije potrebno, ono je prednost. FedEx pru\u017ea potpunu obuku za nove zaposlenike, omogu\u0107uju\u0107i po\u010detnicima da uspiju.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Mogu\u0107nosti rasta u FedExu<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u010cak i ako po\u010dnete kao dostavlja\u010d, postoje mnogi putevi za napredovanje u karijeri. Mogu\u0107e uloge uklju\u010duju:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Voza\u010d glavne rute<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Trener za nove voza\u010de<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Nadzornik logisti\u010dkih operacija<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Koordinator distribucije<br><\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Premje\u0161taj u administrativne odjele ili odjele za korisni\u010dku podr\u0161ku<br><\/li>\n<\/div><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>U\u010dinkovitost se redovito ocjenjuje, a uz predanost je mogu\u0107e relativno brzo napredovati unutar tvrtke. FedEx cijeni lojalnost i predanost.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">FedExova uloga na tr\u017ei\u0161tu<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>FedEx je jedna od najve\u0107ih i najuglednijih logisti\u010dkih i transportnih tvrtki na svijetu.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Osnovana 1971. godine, tvrtka posluje u vi\u0161e od 220 zemalja i svakodnevno obra\u0111uje milijune paketa. Tvrtka igra klju\u010dnu ulogu u sektorima poput e-trgovine, zdravstva, tehnologije i maloprodaje.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Poznat po svojoj pouzdanosti i u\u010dinkovitosti, FedEx je tako\u0111er predvodnik u inovacijama i odr\u017eivosti, s inicijativama za smanjenje emisija ugljika i modernizaciju svoje flote.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Rad u FedExu zna\u010di biti dio sustava koji izravno utje\u010de na svakodnevni \u017eivot tvrtki i potro\u0161a\u010da - donose\u0107i dodatnu svrhu \u010dak i operativnim ulogama poput vo\u017enje dostave.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Zaklju\u010dak<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Dostavlja\u010di su vrlo tra\u017eeni u mnogim tvrtkama, posebno s brzim rastom e-trgovine.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>U ovakvom okru\u017eenju, FedEx ostaje jedan od najpouzdanijih i najstrukturiranijih poslodavaca u SAD-u.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ako tra\u017eite posao koji nudi po\u0161tenu pla\u0107u i brz ulazak na tr\u017ei\u0161te rada, postati dostavlja\u010d FedExa mogao bi biti prakti\u010dan i strate\u0161ki izbor.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>S jednostavnim postupkom prijave i kontinuiranom podr\u0161kom zaposlenicima, FedEx se isti\u010de kao sigurno i motiviraju\u0107e radno mjesto.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Va\u0161 sljede\u0107i karijerni korak mogao bi biti udaljen samo nekoliko klikova!<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-2kHyv3\">\n  <section class=\"cta mx-5 sm:mx-0 text-gray-600 body-font my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n    <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n      <div class=\"w-24 h-full\"><\/div>\n    <\/div>\n    <div class=\"container px-5 pt-6 pb-6 mx-auto flex flex-wrap\" data-anchor-target=\"lazyBlock\">    \n    \n              <a class=\"flex flex-wrap content-center w-full mb-4 md:hidden\" href=\"https:\/\/moneythen.com\/hr\/doordash-driver\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Kako postati voza\u010d DoorDasha \">\n          <div class=\"m-auto float-none\">\n            <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/moneythen.com\/wp-content\/uploads\/2025\/04\/doordash--scaled.jpeg\" alt=\"\">\n          <\/div>\n        <\/a>\n            <h2 class=\"w-full sm:text-3xl text-2xl text-gray-900 font-medium title-font mb-2 text-center md:text-left md:w-2\/5\">\n        <a href=\"https:\/\/moneythen.com\/hr\/doordash-driver\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Kako postati voza\u010d DoorDasha \">\n            Kako postati voza\u010d DoorDasha         <\/a>\n      <\/h2>\n      <div class=\"w-full md:w-3\/5 md:pl-6\">\n        <p class=\"text-center md:text-left leading-relaxed text-base\">\n            Po\u010dnite zara\u0111ivati do $19\/sat!        <\/p>\n        <div class=\"flex mt-6 w-full flex-1 justify-center ml-auto md:mt-4 md:justify-start\" style=\"font-weight: bold;\">\n          <a class=\"inline-flex items-center\" href=\"https:\/\/moneythen.com\/hr\/doordash-driver\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Nastavite \u010ditati            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/moneythen.com\/hr\/doordash-driver\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/moneythen.com\/wp-content\/uploads\/2025\/04\/doordash--scaled.jpeg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Kako postati voza\u010d DoorDasha              <\/p>\n              <a href=\"https:\/\/moneythen.com\/hr\/doordash-driver\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Nastavite \u010ditati                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Ostat \u0107ete na istoj web stranici              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Pogledajte cjeloviti vodi\u010d za rad u FedExu. Pogledajte pla\u0107e u razli\u010ditim dijelovima zemlje, saznajte vi\u0161e o pogodnostima i saznajte kako se prijaviti!<\/p>","protected":false},"author":14,"featured_media":2333,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[236,262],"tags":[286,285,287,239,242,271,237],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v18.7 (Yoast SEO v19.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to apply to work as a FedEx delivery driver - Earn Up to $23\/Hour - Money Then<\/title>\n<meta name=\"description\" content=\"Want to work at FedEx as a delivery driver? Check out salary by state, benefits, how to apply, and everything you need to know!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/moneythen.com\/hr\/fedex-jobs\/\" \/>\n<meta property=\"og:locale\" content=\"hr_HR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to apply to work as a FedEx delivery driver - Earn Up to $23\/Hour\" \/>\n<meta property=\"og:description\" content=\"Want to work at FedEx as a delivery driver? Check out salary by state, benefits, how to apply, and everything you need to know!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/moneythen.com\/hr\/fedex-jobs\/\" \/>\n<meta property=\"og:site_name\" content=\"Money Then\" \/>\n<meta property=\"article:published_time\" content=\"2025-04-08T18:40:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-08T18:40:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/moneythen.com\/wp-content\/uploads\/2025\/04\/fedex-jobs-scaled.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1583\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ingrid Pontes\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/moneythen.com\/#website\",\"url\":\"https:\/\/moneythen.com\/\",\"name\":\"Money Then\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/moneythen.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"hr\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"hr\",\"@id\":\"https:\/\/moneythen.com\/fedex-jobs\/#primaryimage\",\"url\":\"https:\/\/moneythen.com\/wp-content\/uploads\/2025\/04\/fedex-jobs-scaled.jpeg\",\"contentUrl\":\"https:\/\/moneythen.com\/wp-content\/uploads\/2025\/04\/fedex-jobs-scaled.jpeg\",\"width\":2560,\"height\":1583},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/moneythen.com\/fedex-jobs\/#webpage\",\"url\":\"https:\/\/moneythen.com\/fedex-jobs\/\",\"name\":\"How to apply to work as a FedEx delivery driver - Earn Up to $23\/Hour - Money Then\",\"isPartOf\":{\"@id\":\"https:\/\/moneythen.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/moneythen.com\/fedex-jobs\/#primaryimage\"},\"datePublished\":\"2025-04-08T18:40:44+00:00\",\"dateModified\":\"2025-04-08T18:40:46+00:00\",\"author\":{\"@id\":\"https:\/\/moneythen.com\/#\/schema\/person\/45026bb1173a2ef596cb62c748030b30\"},\"description\":\"Want to work at FedEx as a delivery driver? Check out salary by state, benefits, how to apply, and everything you need to know!\",\"breadcrumb\":{\"@id\":\"https:\/\/moneythen.com\/fedex-jobs\/#breadcrumb\"},\"inLanguage\":\"hr\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/moneythen.com\/fedex-jobs\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/moneythen.com\/fedex-jobs\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/moneythen.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to apply to work as a FedEx delivery driver &#8211; Earn Up to $23\/Hour\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/moneythen.com\/#\/schema\/person\/45026bb1173a2ef596cb62c748030b30\",\"name\":\"Ingrid Pontes\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"hr\",\"@id\":\"https:\/\/moneythen.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/640a1578a4dd824347abae66b0e3c1de?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/640a1578a4dd824347abae66b0e3c1de?s=96&d=mm&r=g\",\"caption\":\"Ingrid Pontes\"},\"url\":\"https:\/\/moneythen.com\/hr\/author\/ingrid-pontes\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to apply to work as a FedEx delivery driver - Earn Up to $23\/Hour - Money Then","description":"Want to work at FedEx as a delivery driver? Check out salary by state, benefits, how to apply, and everything you need to know!","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:\/\/moneythen.com\/hr\/fedex-jobs\/","og_locale":"hr_HR","og_type":"article","og_title":"How to apply to work as a FedEx delivery driver - Earn Up to $23\/Hour","og_description":"Want to work at FedEx as a delivery driver? Check out salary by state, benefits, how to apply, and everything you need to know!","og_url":"https:\/\/moneythen.com\/hr\/fedex-jobs\/","og_site_name":"Money Then","article_published_time":"2025-04-08T18:40:44+00:00","article_modified_time":"2025-04-08T18:40:46+00:00","og_image":[{"width":2560,"height":1583,"url":"https:\/\/moneythen.com\/wp-content\/uploads\/2025\/04\/fedex-jobs-scaled.jpeg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Ingrid Pontes","Est. reading time":"4 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/moneythen.com\/#website","url":"https:\/\/moneythen.com\/","name":"Money Then","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/moneythen.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"hr"},{"@type":"ImageObject","inLanguage":"hr","@id":"https:\/\/moneythen.com\/fedex-jobs\/#primaryimage","url":"https:\/\/moneythen.com\/wp-content\/uploads\/2025\/04\/fedex-jobs-scaled.jpeg","contentUrl":"https:\/\/moneythen.com\/wp-content\/uploads\/2025\/04\/fedex-jobs-scaled.jpeg","width":2560,"height":1583},{"@type":"WebPage","@id":"https:\/\/moneythen.com\/fedex-jobs\/#webpage","url":"https:\/\/moneythen.com\/fedex-jobs\/","name":"How to apply to work as a FedEx delivery driver - Earn Up to $23\/Hour - Money Then","isPartOf":{"@id":"https:\/\/moneythen.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/moneythen.com\/fedex-jobs\/#primaryimage"},"datePublished":"2025-04-08T18:40:44+00:00","dateModified":"2025-04-08T18:40:46+00:00","author":{"@id":"https:\/\/moneythen.com\/#\/schema\/person\/45026bb1173a2ef596cb62c748030b30"},"description":"Want to work at FedEx as a delivery driver? Check out salary by state, benefits, how to apply, and everything you need to know!","breadcrumb":{"@id":"https:\/\/moneythen.com\/fedex-jobs\/#breadcrumb"},"inLanguage":"hr","potentialAction":[{"@type":"ReadAction","target":["https:\/\/moneythen.com\/fedex-jobs\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/moneythen.com\/fedex-jobs\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/moneythen.com\/"},{"@type":"ListItem","position":2,"name":"How to apply to work as a FedEx delivery driver &#8211; Earn Up to $23\/Hour"}]},{"@type":"Person","@id":"https:\/\/moneythen.com\/#\/schema\/person\/45026bb1173a2ef596cb62c748030b30","name":"Ingrid Pontes","image":{"@type":"ImageObject","inLanguage":"hr","@id":"https:\/\/moneythen.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/640a1578a4dd824347abae66b0e3c1de?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/640a1578a4dd824347abae66b0e3c1de?s=96&d=mm&r=g","caption":"Ingrid Pontes"},"url":"https:\/\/moneythen.com\/hr\/author\/ingrid-pontes\/"}]}},"_links":{"self":[{"href":"https:\/\/moneythen.com\/hr\/wp-json\/wp\/v2\/posts\/2332"}],"collection":[{"href":"https:\/\/moneythen.com\/hr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/moneythen.com\/hr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/moneythen.com\/hr\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/moneythen.com\/hr\/wp-json\/wp\/v2\/comments?post=2332"}],"version-history":[{"count":0,"href":"https:\/\/moneythen.com\/hr\/wp-json\/wp\/v2\/posts\/2332\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/moneythen.com\/hr\/wp-json\/wp\/v2\/media\/2333"}],"wp:attachment":[{"href":"https:\/\/moneythen.com\/hr\/wp-json\/wp\/v2\/media?parent=2332"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/moneythen.com\/hr\/wp-json\/wp\/v2\/categories?post=2332"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/moneythen.com\/hr\/wp-json\/wp\/v2\/tags?post=2332"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}