{"id":964,"date":"2025-03-31T14:36:04","date_gmt":"2025-03-31T14:36:04","guid":{"rendered":"https:\/\/greenflyn.com\/?p=964"},"modified":"2026-02-04T22:43:34","modified_gmt":"2026-02-04T22:43:34","slug":"nanny-vacancies","status":"publish","type":"post","link":"https:\/\/greenflyn.com\/en\/nanny-vacancies\/","title":{"rendered":"Nanny Vacancies: Guide to finding and applying for opportunities"},"content":{"rendered":"<div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><sub><strong>Disclaimer: <\/strong>The content on this website is for informational purposes only. We have no affiliation with the companies, recruiters, or platforms mentioned. Information about job openings, requirements, and conditions may change and should always be verified through official sources.<\/sub><\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\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\">Discover salaries, application steps, and how to shine in interviews for babysitting jobs in #{city}<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"800\" height=\"384\" loading=\"lazy\" src=\"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/nanny.png\" alt=\"\" class=\"w-full object-cover object-center border mx-auto wp-image-972\" srcset=\"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/nanny.png 800w, https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/nanny-300x144.png 300w, https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/nanny-768x369.png 768w, https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/nanny-18x9.png 18w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\">Find out here how to secure your nanny position \u2013 Source: Canva.<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Looking for fulfilling nanny positions in South Africa? There&#039;s a growing need for committed childcare pros these days, which means there are lots of chances for people who really care about helping kids grow.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Whether you&#039;re on the hunt for babysitting jobs that are hiring right now or you&#039;re thinking about something longer-term, getting a good grasp of what your job involves and what your rights are is the best way to start building a strong career.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Working with a nanny agency or directly with a family can give you flexibility, job security, and opportunities to develop. So, if you&#039;re excited about supporting and looking after children, stick around and find out more! <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p><em>Below, you can already check out some available opportunities:<\/em><\/p>\n<\/div><div class=\"wp-block-lazyblock-namespace-feed lazyblock-namespace-feed-Z1TTj3X\">\n<script>\n  document.addEventListener(\"click\", function(event) {\n      if (window.namespace6a057f2d347b5468137915?.viewed !== true) return;\n      if (window.namespace6a057f2d347b5468137915?.clicked === true) return;\n\n      let id = event.target.getAttribute('data-namespace6a057f2d347b5468137915-id') ?? event.target.parentElement.getAttribute('data-namespace6a057f2d347b5468137915-id') ?? event.target.parentElement.parentElement.getAttribute('data-namespace6a057f2d347b5468137915-id');\n      if (id !== null) {\n          window.namespace6a057f2d347b5468137915.clicked = true;\n\n          fetch(`https:\/\/str.atpnd.com\/click\/${id}`, {\n              method: 'GET',\n              headers: {'accept': 'application\/json'}\n          });\n      }\n  }, true);\n\n  (function () {\n    window.namespace6a057f2d347b5468137915 = window.namespace6a057f2d347b5468137915 || {};\n\n    window.namespace6a057f2d347b5468137915.isElementInViewport = function (elem) {\n        if (!elem) return false;\n\n        var rect = elem.getBoundingClientRect();\n        \n        \/\/ Check if the top is greater than or equal to 0\n        if (rect.top < 0) return false;\n        \n        \/\/ Check if the left is greater than or equal to 0\n        if (rect.left < 0) return false;\n        \n        \/\/ Check if the bottom is less than or equal to the viewport height\n        if (rect.bottom > (window.innerHeight || document.documentElement.clientHeight)) return false;\n        \n        \/\/ Check if the right is less than or equal to the viewport width\n        if (rect.right > (window.innerWidth || document.documentElement.clientWidth)) return false;\n        \n        \/\/ If all checks pass, return true\n        return true;\n    };\n\n    window.namespace6a057f2d347b5468137915.observeVisibility = function (elem, callback) {\n      if (!elem || typeof callback !== 'function') return;\n\n      var observer = new IntersectionObserver(function (entries) {\n        entries.forEach(function (entry) {\n          if (entry.isIntersecting) {\n            var rect = elem.getBoundingClientRect();\n            var centerX = rect.left + rect.width \/ 2;\n            var centerY = rect.top + rect.height \/ 2;\n\n            var elementsAtPoint = document.elementsFromPoint(centerX, centerY);\n            var isActuallyVisible = elementsAtPoint.includes(elem);\n\n            callback(isActuallyVisible, entry);\n\n            observer.disconnect();\n          } else {\n            callback(false, entry);\n          }\n        });\n      }, {\n        root: null,\n        threshold: 0.75\n      });\n\n      observer.observe(elem);\n      return observer;\n    };\n  })();\n<\/script>\n\n<script>\n  function waitFor(conditionFunction) {\n    const poll = resolve => {\n      if(conditionFunction()) resolve();\n      else setTimeout(_ => poll(resolve), 400);\n    };\n    return new Promise(poll);\n  }\n\n  waitFor(_ => (sessionStorage.getItem('wildcardCountry') !== null))\n    .then(_ => {\n      window.namespace6a057f2d347b5468137915 = window.namespace6a057f2d347b5468137915 ?? {};\n      window.namespace6a057f2d347b5468137915.endpoint = 'jb'.split(\":\")[0];\n      window.namespace6a057f2d347b5468137915.placement = 'feed';\n      window.namespace6a057f2d347b5468137915.keyword = 'babysitter';\n      window.namespace6a057f2d347b5468137915.location = sessionStorage.getItem('wildcardCity');\n      window.namespace6a057f2d347b5468137915.country = 'za';\n      window.namespace6a057f2d347b5468137915.locale = 'en_ZA';\n      window.namespace6a057f2d347b5468137915.length = window.namespace6a057f2d347b5468137915.endpoint !== 'gm' ? 10 : 100;\n      window.namespace6a057f2d347b5468137915.entries = [];\n\n      window.namespace6a057f2d347b5468137915.urlParams = new URLSearchParams(window.location.search);\n      if (window.namespace6a057f2d347b5468137915.urlParams.has('keyword')) {\n        window.namespace6a057f2d347b5468137915.keyword = window.namespace6a057f2d347b5468137915.urlParams.get('keyword');\n      }\n\n      if (window.namespace6a057f2d347b5468137915.country === '') {\n        window.namespace6a057f2d347b5468137915.country = sessionStorage.getItem('wildcardCountry');\n      }\n\n      if (window.namespace6a057f2d347b5468137915.locale === '') {\n        window.namespace6a057f2d347b5468137915.locale = 'en_US';\n      }\n\n      window.namespace6a057f2d347b5468137915.url = `https:\/\/gns.atpnd.com\/${window.namespace6a057f2d347b5468137915.endpoint}?placement=${window.namespace6a057f2d347b5468137915.placement}&keyword=${window.namespace6a057f2d347b5468137915.keyword}&location=${window.namespace6a057f2d347b5468137915.location}&country=${window.namespace6a057f2d347b5468137915.country}&locale=${window.namespace6a057f2d347b5468137915.locale}`;\n      if (!['jb', 'ox', 'tr'].includes(window.namespace6a057f2d347b5468137915.endpoint)) {\n        window.namespace6a057f2d347b5468137915.url = `https:\/\/gns.atpnd.com\/${window.namespace6a057f2d347b5468137915.endpoint}?placement=${window.namespace6a057f2d347b5468137915.placement}&keyword=${window.namespace6a057f2d347b5468137915.keyword}&country=${window.namespace6a057f2d347b5468137915.country}&locale=${window.namespace6a057f2d347b5468137915.locale}`;\n      }\n      if ('jb'.includes(\":\")) {\n        window.namespace6a057f2d347b5468137915.url += '&endpoint=';\n      }\n\n            \n      fetch(window.namespace6a057f2d347b5468137915.url, {\n        mode: 'cors',\n        method: 'GET',\n        headers: {'accept': 'application\/json'}\n      }).then(response => response.json()).then(data => {\n        window.namespace6a057f2d347b5468137915.entries = data.entries;\n\n        \n        document.querySelectorAll('[data-namespace6a057f2d347b5468137915-card]').forEach((card, index) => {\n          const entry = window.namespace6a057f2d347b5468137915.entries[index];\n          if (entry && index < window.namespace6a057f2d347b5468137915.length) {\n            if (entry.id) card.setAttribute('data-namespace6a057f2d347b5468137915-card', entry.id);\n            if (entry.id) card.querySelector('[data-namespace6a057f2d347b5468137915-url]').setAttribute('data-namespace6a057f2d347b5468137915-id', entry.id);\n\n            card.querySelector('[data-namespace6a057f2d347b5468137915-image]').src = entry.image;\n            card.querySelector('[data-namespace6a057f2d347b5468137915-title]').textContent = entry.title;\n            card.querySelector('[data-namespace6a057f2d347b5468137915-city]').textContent = entry.city;\n            card.querySelector('[data-namespace6a057f2d347b5468137915-prompt]').textContent = entry.prompt;\n            card.querySelector('[data-namespace6a057f2d347b5468137915-url]').href = entry.url;\n\n            if (entry.city === '' || entry.city === undefined || entry.city === null || entry.city === 'null') {\n              card.querySelector('[data-namespace6a057f2d347b5468137915-city]').textContent = '';\n              card.querySelector('[data-namespace6a057f2d347b5468137915-location] svg').style.fill = 'transparent';\n            }\n\n            card.querySelector('[data-namespace6a057f2d347b5468137915-location]').remove();\n            if (!['jb'].includes(window.namespace6a057f2d347b5468137915.endpoint)) {\n              card.querySelector('[data-namespace6a057f2d347b5468137915-title]').style.fontSize = '22px';\n              card.style.minHeight = '360px';\n              card.querySelector('[data-namespace6a057f2d347b5468137915-header]').style.minHeight = '80px';\n            }\n\n            if (['gm', 'ps'].includes(window.namespace6a057f2d347b5468137915.endpoint)) {\n              card.style.minHeight = '0px';\n            }\n\n            if (['ps'].includes(window.namespace6a057f2d347b5468137915.endpoint)) {\n              card.querySelector('[data-namespace6a057f2d347b5468137915-url]').href = `\/search\/?q=${encodeURIComponent(entry.prompt)}`;\n\n              window.namespace6a057f2d347b5468137915.host = 'greenflyn.com';\n              document.querySelector('[data-namespace6a057f2d347b5468137915-powered]').href = `https:\/\/lp.${window.namespace6a057f2d347b5468137915.host}\/se\/search\/?endpoint=${\"\"}`;\n            }\n\n            if (['cp'].includes(window.namespace6a057f2d347b5468137915.endpoint)) {\n              card.querySelector('[data-namespace6a057f2d347b5468137915-image]').remove();\n              card.querySelector('[data-namespace6a057f2d347b5468137915-title]').style.marginRight = '0px';\n              card.style.border = '4px dashed ' + (index === 0 ? '#28a745' : '');\n            }\n            \n            if (['pd', 'ox', 'sh', 'tr'].includes(window.namespace6a057f2d347b5468137915.endpoint)) {\n              card.querySelector('[data-namespace6a057f2d347b5468137915-title]').style.fontSize = '18px';\n\n              let rating = entry.rating;\n              let starContainer = card.querySelector('[data-namespace6a057f2d347b5468137915-reviews] div');\n              let ratingText = card.querySelector('[data-namespace6a057f2d347b5468137915-reviews] span');\n\n              let fullStar = '\u2605';\n              let halfStar = '\u2605';\n              let emptyStar = '\u2606';\n\n              let stars = '';\n              let fullStars = Math.floor(rating);\n              let hasHalfStar = rating % 1 >= 0.45 && rating % 1 < 0.99;\n              let totalStars = hasHalfStar ? fullStars + 1 : fullStars;\n              let emptyStars = 5 - totalStars;\n\n              stars += fullStar.repeat(fullStars);\n              if (hasHalfStar) stars += halfStar;\n              stars += emptyStar.repeat(emptyStars);\n\n              if (starContainer) starContainer.textContent = stars;\n              if (ratingText) ratingText.textContent = rating;\n\n              if (entry.rating === '' || entry.rating === undefined || entry.rating === null || entry.rating === 'null') {\n                card.querySelector('[data-namespace6a057f2d347b5468137915-reviews]').remove();\n              }\n            }\n            \n            card.querySelector('[data-namespace6a057f2d347b5468137915-curprice]').textContent = entry.price;\n            card.querySelector('[data-namespace6a057f2d347b5468137915-oldprice]').textContent = entry.old_price;\n            if (!['pd', 'ox', 'sh', 'tr'].includes(window.namespace6a057f2d347b5468137915.endpoint)) {\n              card.querySelector('[data-namespace6a057f2d347b5468137915-price]').remove();\n            }\n\n            document.querySelector('[data-namespace6a057f2d347b5468137915-feed]').style.display = 'flex';\n\n            waitFor(_ => (typeof av === 'object' && av.timeline.includes('rewarded->closed') && document.getElementById('av-offerwall__wrapper') === null))\n              .then(_ => {\n                waitFor(_ => (window.namespace6a057f2d347b5468137915.isElementInViewport(document.querySelector(`[data-namespace6a057f2d347b5468137915-card=\"${card.getAttribute('data-namespace6a057f2d347b5468137915-card')}\"]`).querySelector('button'))))\n                  .then(_ => {\n                    window.namespace6a057f2d347b5468137915.observeVisibility(card, function(isVisible, entry) {\n                      if (!card.getAttribute('data-namespace6a057f2d347b5468137915-card')) return;\n\n                      if (isVisible) {\n                        fetch(`https:\/\/str.atpnd.com\/view\/${card.getAttribute('data-namespace6a057f2d347b5468137915-card')}`, {\n                          method: 'GET',\n                          headers: {'accept': 'application\/json'}\n                        }).then(response => {\n                          if (response.ok) {\n                            window.namespace6a057f2d347b5468137915.viewed = true;\n                          }\n\n                          if (!response.ok) {\n                            console.error('Error logging view:', response.statusText);\n                          }\n                        }).catch(error => {\n                          console.error('Error logging view:', error);\n                        });\n\n                      }\n                    });\n                  });\n              });\n\n          } else {\n            card.remove();\n          }\n        });\n\n      }).catch(error => {\n        console.error('Error fetching data:', error);\n      });\n    });\n<\/script>\n\n\n\n  <div data-namespace6a057f2d347b5468137915-feed style=\"display: none; flex-wrap: wrap; gap: 30px; justify-content: center; margin-top: 80px; margin-bottom: 80px;\">\n\n    \n          <div data-namespace6a057f2d347b5468137915-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; border: 1px solid #28a745\">\n                  <div style=\"position: absolute; top: -35px; right: 15px; color: #28a745; padding: 5px 10px; border-radius: 6px; font-size: 14px; font-weight: bold; display: flex; align-items: center; z-index: 10;\">\n            You will be redirected to another website.          <\/div>\n        \n                          <!-- Company Logo -->\n          <img decoding=\"async\" data-namespace6a057f2d347b5468137915-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a057f2d347b5468137915-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a057f2d347b5468137915-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a057f2d347b5468137915-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a057f2d347b5468137915-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a057f2d347b5468137915-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a057f2d347b5468137915-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a057f2d347b5468137915-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a057f2d347b5468137915-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a057f2d347b5468137915-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            LEARN MORE          <\/button>\n        <\/a>\n              <\/div>\n          <div data-namespace6a057f2d347b5468137915-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; \">\n        \n                          <!-- Company Logo -->\n          <img decoding=\"async\" data-namespace6a057f2d347b5468137915-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a057f2d347b5468137915-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a057f2d347b5468137915-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a057f2d347b5468137915-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a057f2d347b5468137915-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a057f2d347b5468137915-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a057f2d347b5468137915-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a057f2d347b5468137915-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a057f2d347b5468137915-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a057f2d347b5468137915-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            LEARN MORE          <\/button>\n        <\/a>\n              <\/div>\n          <div data-namespace6a057f2d347b5468137915-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; \">\n        \n                          <!-- Company Logo -->\n          <img decoding=\"async\" data-namespace6a057f2d347b5468137915-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a057f2d347b5468137915-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a057f2d347b5468137915-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a057f2d347b5468137915-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a057f2d347b5468137915-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a057f2d347b5468137915-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a057f2d347b5468137915-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a057f2d347b5468137915-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a057f2d347b5468137915-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a057f2d347b5468137915-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            LEARN MORE          <\/button>\n        <\/a>\n              <\/div>\n          <div data-namespace6a057f2d347b5468137915-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; \">\n        \n                          <!-- Company Logo -->\n          <img decoding=\"async\" data-namespace6a057f2d347b5468137915-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a057f2d347b5468137915-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a057f2d347b5468137915-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a057f2d347b5468137915-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a057f2d347b5468137915-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a057f2d347b5468137915-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a057f2d347b5468137915-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a057f2d347b5468137915-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a057f2d347b5468137915-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a057f2d347b5468137915-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            LEARN MORE          <\/button>\n        <\/a>\n              <\/div>\n          <div data-namespace6a057f2d347b5468137915-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; \">\n        \n                          <!-- Company Logo -->\n          <img decoding=\"async\" data-namespace6a057f2d347b5468137915-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a057f2d347b5468137915-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a057f2d347b5468137915-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a057f2d347b5468137915-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a057f2d347b5468137915-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a057f2d347b5468137915-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a057f2d347b5468137915-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a057f2d347b5468137915-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a057f2d347b5468137915-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a057f2d347b5468137915-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            LEARN MORE          <\/button>\n        <\/a>\n              <\/div>\n          <div data-namespace6a057f2d347b5468137915-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; \">\n        \n                          <!-- Company Logo -->\n          <img decoding=\"async\" data-namespace6a057f2d347b5468137915-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a057f2d347b5468137915-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a057f2d347b5468137915-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a057f2d347b5468137915-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a057f2d347b5468137915-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a057f2d347b5468137915-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a057f2d347b5468137915-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a057f2d347b5468137915-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a057f2d347b5468137915-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a057f2d347b5468137915-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            LEARN MORE          <\/button>\n        <\/a>\n              <\/div>\n          <div data-namespace6a057f2d347b5468137915-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; \">\n        \n                          <!-- Company Logo -->\n          <img decoding=\"async\" data-namespace6a057f2d347b5468137915-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a057f2d347b5468137915-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a057f2d347b5468137915-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a057f2d347b5468137915-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a057f2d347b5468137915-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a057f2d347b5468137915-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a057f2d347b5468137915-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a057f2d347b5468137915-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a057f2d347b5468137915-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a057f2d347b5468137915-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            LEARN MORE          <\/button>\n        <\/a>\n              <\/div>\n          <div data-namespace6a057f2d347b5468137915-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; \">\n        \n                          <!-- Company Logo -->\n          <img decoding=\"async\" data-namespace6a057f2d347b5468137915-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a057f2d347b5468137915-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a057f2d347b5468137915-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a057f2d347b5468137915-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a057f2d347b5468137915-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a057f2d347b5468137915-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a057f2d347b5468137915-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a057f2d347b5468137915-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a057f2d347b5468137915-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a057f2d347b5468137915-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            LEARN MORE          <\/button>\n        <\/a>\n              <\/div>\n          <div data-namespace6a057f2d347b5468137915-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; \">\n        \n                          <!-- Company Logo -->\n          <img decoding=\"async\" data-namespace6a057f2d347b5468137915-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a057f2d347b5468137915-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a057f2d347b5468137915-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a057f2d347b5468137915-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a057f2d347b5468137915-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a057f2d347b5468137915-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a057f2d347b5468137915-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a057f2d347b5468137915-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a057f2d347b5468137915-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a057f2d347b5468137915-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            LEARN MORE          <\/button>\n        <\/a>\n              <\/div>\n          <div data-namespace6a057f2d347b5468137915-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; \">\n        \n                          <!-- Company Logo -->\n          <img decoding=\"async\" data-namespace6a057f2d347b5468137915-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a057f2d347b5468137915-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a057f2d347b5468137915-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a057f2d347b5468137915-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a057f2d347b5468137915-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a057f2d347b5468137915-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a057f2d347b5468137915-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a057f2d347b5468137915-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a057f2d347b5468137915-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a057f2d347b5468137915-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            LEARN MORE          <\/button>\n        <\/a>\n              <\/div>\n      <\/div>\n\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\">What Is the Difference Between a Babysitter and a Nanny?<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"800\" height=\"384\" loading=\"lazy\" src=\"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/babysitting.png\" alt=\"\" class=\"w-full object-cover object-center border mx-auto wp-image-973\" srcset=\"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/babysitting.png 800w, https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/babysitting-300x144.png 300w, https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/babysitting-768x369.png 768w, https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/babysitting-18x9.png 18w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\">See which of these roles matches your skills and experience \u2013 Source: Canva.<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Understanding the distinctions between a babysitter and a nanny is crucial for both job seekers and families seeking childcare services.\u200b<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A nanny typically holds a long-term, full-time position, deeply involved in the children&#039;s daily routines, education, and overall development. They may also undertake additional household responsibilities related to the children.\u200b<a style=\" color:;\" href=\"https:\/\/www.payscale.com\/research\/ZA\/Job%3DNanny_or_Aupair\/Hourly_Rate?utm_source=chatgpt.com\" target=\"_blank\" rel=\"noreferrer noopener\"><\/a><\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>In contrast, a babysitter usually provides short-term, occasional care, focusing primarily on supervision and ensuring the safety of children during the parents&#039; absence.\u200b<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>While both roles require a genuine love for children, nannies often possess formal training or extensive experience, whereas babysitters may not have specialized qualifications.\u200b<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Recognizing these differences aids in setting clear expectations and fostering a harmonious working relationship between caregivers and families.<\/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\">What Are the Typical Responsibilities of Nannies and Babysitters?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>The duties assigned to nannies and babysitters can vary based on the family&#039;s needs and the children&#039;s ages.\u200b<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Nannies often engage in:<\/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>Planning and implementing educational activities to promote cognitive and social development.\u200b<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Preparing nutritious meals and snacks tailored to the children&#039;s dietary requirements.\u200b<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Assisting with homework and school projects to support academic progress.\u200b<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Organizing and supervising playdates, outings, and extracurricular activities.\u200b<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Managing children&#039;s daily routines, including bathing, dressing, and bedtime rituals.\u200b<\/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>Babysitters, on the other hand, are generally responsible for:\u200b<\/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>Ensuring the children&#039;s safety and well-being during the parents&#039; absence.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Engaging children in age-appropriate games and activities to keep them entertained.\u200b<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Serving pre-prepared meals or snacks and overseeing mealtime.\u200b<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Maintaining a tidy environment by cleaning up after activities and meals.\u200b<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Adhering to the family&#039;s guidelines regarding screen time, bedtime, and other household rules.\u200b<\/li>\n<\/div><\/ul>\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\">What Are the Best Websites to Find Babysitting Jobs?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Securing a babysitting job in South Africa is facilitated by several reputable online platforms dedicated to connecting caregivers with families. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>These websites offer user-friendly interfaces, comprehensive job listings, and resources to support your employment journey:<\/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\">Babysits<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Babysits is a widely recognized platform that simplifies the process of finding babysitting jobs near you. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>With an extensive network of families and caregivers, Babysits offers a range of opportunities tailored to various experience levels.\u200b<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>By creating a detailed profile highlighting your skills, experience, and availability, you increase your visibility to potential employers. The platform also provides resources on best practices, ensuring both caregivers and families have a positive experience.\u200b<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Regularly updating your profile and actively engaging with job postings can enhance your chances of securing desirable positions through Babysits.\u200b<\/p>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-1T3ql9\"><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:\/\/www.babysits.co.za\/\" 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:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/babysits.png\">\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          Job platform        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          Babysits        <\/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              open positions            <\/span>\n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              apply online            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          Ready to work with kids and earn money? Visit Babysits to find and apply for jobs.        <\/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:\/\/www.babysits.co.za\/\" 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              LEARN MORE            <\/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:\/\/www.babysits.co.za\/\" 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              LEARN MORE            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          You will be redirected to another website        <\/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:\/\/www.babysits.co.za\/\" 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:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/babysits.png\">          \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                Ready to work with kids and earn money? Visit Babysits to finish\u2026              <\/p>\n              <a href=\"https:\/\/www.babysits.co.za\/\" 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                    LEARN MORE                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                You will be redirected to another website              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/section><\/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\">Au Pair Inc.<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Au Pair SA specializes in connecting au pairs and nannies with families across South Africa. The platform caters to individuals seeking both full-time and part-time nanny jobs, accommodating various schedules and commitments.\u200b<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>To maximize your success on Au Pair SA, ensure your profile is comprehensive, including details about your qualifications, experience, and any additional skills such as first aid training or language proficiency. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Engaging with the platform&#039;s resources and staying informed about the latest job postings can further aid in securing a suitable position.<\/p>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-UYVMN\"><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:\/\/www.aupairsa.co.za\/\" 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:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/nanny-teaching-schoolwork.png\">\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          Job platform        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          AU Pair SA        <\/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              open positions            <\/span>\n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              apply online            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          Thousands of families are hiring now through Au Pair SA. Check out!        <\/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:\/\/www.aupairsa.co.za\/\" 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              LEARN MORE            <\/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:\/\/www.aupairsa.co.za\/\" 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              LEARN MORE            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          You will be redirected to another website        <\/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:\/\/www.aupairsa.co.za\/\" 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:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/nanny-teaching-schoolwork.png\">          \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                Thousands of families are hiring now through Au Pair SA. Che\u2026              <\/p>\n              <a href=\"https:\/\/www.aupairsa.co.za\/\" 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                    LEARN MORE                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                You will be redirected to another website              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/section><\/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\">Top Nannies<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Top Nannies is a dedicated platform for professional nannies seeking employment opportunities in South Africa. The site emphasizes quality matches between caregivers and families, ensuring a harmonious working relationship.\u200b<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Creating a profile on Top Nannies involves detailing your childcare philosophy, experience, and any certifications you hold. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>The platform also offers guidance on crafting compelling applications and preparing for interviews, equipping you with the tools needed to succeed in your job search.<\/p>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-Z2dt01X\"><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:\/\/nannies.aupairsandtutors.co.za\/\" 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:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/top-nannies-logo.webp\">\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          Job platform        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          Top Nannies        <\/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              open positions            <\/span>\n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              apply online            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          Want job stability and solid earnings as a nanny? Top Nannies offers opportunities.        <\/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:\/\/nannies.aupairsandtutors.co.za\/\" 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              LEARN MORE            <\/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:\/\/nannies.aupairsandtutors.co.za\/\" 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              LEARN MORE            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          You will be redirected to another website        <\/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:\/\/nannies.aupairsandtutors.co.za\/\" 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:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/top-nannies-logo.webp\">          \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                Want job stability and solid earnings as a nanny? Top Nannie\u2026              <\/p>\n              <a href=\"https:\/\/nannies.aupairsandtutors.co.za\/\" 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                    LEARN MORE                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                You will be redirected to another website              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/section><\/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\">How to Apply for Babysitting Jobs on These Sites<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Applying for babysitting jobs hiring through these platforms involves a series of steps designed to showcase your suitability for the role and facilitate effective communication with potential employers.\u200b<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ol><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Create a Comprehensive Profile:<\/strong> Include personal information, experience, qualifications, and availability. Highlight any specialized skills, such as proficiency in multiple languages \u200b\u200bor certifications in child development.\u200b<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Upload Relevant Documents:<\/strong> Attach copies of certifications, identification, and references from previous employers to validate your experience and credibility.\u200b<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Search for Suitable Positions:<\/strong> Use the platform&#039;s search filters to find jobs that match your preferences, such as location, hours, and age groups you are comfortable working with.<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Submit Tailored Applications:<\/strong> Craft personalized messages for each application, highlighting how your skills and experience align with the family&#039;s needs.\u200b<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Prepare for Interviews:<\/strong> Once contacted by potential employers, arrange interviews to discuss expectations, responsibilities, and any specific requirements.\u200b<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li><strong>Finalize Employment Terms:<\/strong> Upon mutual agreement, clarify details such as salary, working hours, duties, and any additional expectations to ensure a clear understanding before commencing employment.<\/li>\n<\/div><\/ol>\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\">What Is the Average Salary of a Nanny in South Africa?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Understanding the average income for a nanny in South Africa helps job seekers set realistic expectations when looking for employment in childcare.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Recent data shows the average monthly salary for a nanny is around R7,885. However, this amount varies based on region, experience, and certifications.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>In areas like Bedfordview, Gauteng, nannies can earn up to R13,578 per month, while those in smaller towns may earn less depending on demand.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Entry-level positions typically start at R105,000 per year, with experienced professionals earning up to R360,000 annually, according to za.talent.com.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>So, knowing your worth and negotiating your salary based on your background is crucial when applying for nanny jobs in South Africa.<\/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\">How Can I Stand Out in a Babysitting Job Interview?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Landing that babysitting job isn&#039;t just about experience; coming prepared is a big deal. Start by finding out about the family and what they need. It shows you&#039;re genuinely interested in this job.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Also, dress neatly and be on time. If you meet the kids, be friendly and engaging. Have your resume ready, along with written references that highlight your childcare skills.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Finally, be upfront in the interview, share real examples of your work, and send a thank-you note afterwards to make a good impression.<\/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\">Don&#039;t Miss These Jobs: Work Opportunities with Opportunities in Cleaning<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"800\" height=\"384\" loading=\"lazy\" src=\"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/02\/cleaning.png\" alt=\"\" class=\"w-full object-cover object-center border mx-auto wp-image-849\" srcset=\"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/02\/cleaning.png 800w, https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/02\/cleaning-300x144.png 300w, https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/02\/cleaning-768x369.png 768w, https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/02\/cleaning-18x9.png 18w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\">Also, check out cleaning job opportunities \u2013 Source: Canva.<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Well, finding the right nanny job can take time, but staying focused, building a strong profile, and applying consistently increases your chances of landing the perfect role.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Exploring other types of work, like cleaning jobs, is a smart way to widen your options and improve your chances of getting hired quickly in South Africa.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Cleaning jobs often require little to no experience, making them a great choice if you&#039;re looking for immediate employment while building your childcare career.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>They also offer flexible hours and stable income, ideal for students or those seeking part-time work. Many positions even include training and growth opportunities.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Interested in this path? Our next article will show you where to find reliable cleaning job listings and how to apply with confidence. Don&#039;t miss it!<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-1VJztj\">\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:\/\/greenflyn.com\/en\/cleaning-jobs\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Cleaning Jobs\">\n          <div class=\"m-auto float-none\">\n            <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/02\/cleaning-jobs.png\" 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:\/\/greenflyn.com\/en\/cleaning-jobs\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Cleaning Jobs\">\n            Cleaning Jobs        <\/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            Searching for a stable cleaning job? Learn how to apply, craft a strong resume, and negotiate better pay.        <\/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:\/\/greenflyn.com\/en\/cleaning-jobs\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Keep Reading            <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:\/\/greenflyn.com\/en\/cleaning-jobs\/\"  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:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/02\/cleaning-jobs.png\">          \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                Cleaning Jobs              <\/p>\n              <a href=\"https:\/\/greenflyn.com\/en\/cleaning-jobs\/\"  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                    Keep Reading                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                You will remain on the same website              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\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\"><a href=\"https:\/\/www.babysits.com\/?utm_source=chatgpt.com\" target=\"_blank\" rel=\"noreferrer noopener\"><\/a><\/h2>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Want to land the perfect babysitting job near you? Learn how to build a standout profile and apply on trusted job platforms.<\/p>","protected":false},"author":20,"featured_media":971,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8,2,168],"tags":[171,170,169],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Nanny Vacancies: Guide to finding and applying for opportunities - Green Flyn<\/title>\n<meta name=\"description\" content=\"Find the best nanny vacancies in South Africa and kickstart your childcare career with helpful tips and job site recommendations.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/greenflyn.com\/en\/nanny-vacancies\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Nanny Vacancies: Guide to finding and applying for opportunities - Green Flyn\" \/>\n<meta property=\"og:description\" content=\"Find the best nanny vacancies in South Africa and kickstart your childcare career with helpful tips and job site recommendations.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/greenflyn.com\/en\/nanny-vacancies\/\" \/>\n<meta property=\"og:site_name\" content=\"Green Flyn\" \/>\n<meta property=\"article:published_time\" content=\"2025-03-31T14:36:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-04T22:43:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/nanny-vacancies.png\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"384\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Esther Sales\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Esther Sales\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/greenflyn.com\/nanny-vacancies\/\",\"url\":\"https:\/\/greenflyn.com\/nanny-vacancies\/\",\"name\":\"Nanny Vacancies: Guide to finding and applying for opportunities - Green Flyn\",\"isPartOf\":{\"@id\":\"https:\/\/greenflyn.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/greenflyn.com\/nanny-vacancies\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/greenflyn.com\/nanny-vacancies\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/nanny-vacancies.png\",\"datePublished\":\"2025-03-31T14:36:04+00:00\",\"dateModified\":\"2026-02-04T22:43:34+00:00\",\"author\":{\"@id\":\"https:\/\/greenflyn.com\/#\/schema\/person\/972ff2fb81bb0614738a6de652840267\"},\"description\":\"Find the best nanny vacancies in South Africa and kickstart your childcare career with helpful tips and job site recommendations.\",\"breadcrumb\":{\"@id\":\"https:\/\/greenflyn.com\/nanny-vacancies\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/greenflyn.com\/nanny-vacancies\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenflyn.com\/nanny-vacancies\/#primaryimage\",\"url\":\"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/nanny-vacancies.png\",\"contentUrl\":\"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/nanny-vacancies.png\",\"width\":800,\"height\":384},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/greenflyn.com\/nanny-vacancies\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/greenflyn.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Nanny Vacancies: Guide to finding and applying for opportunities\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/greenflyn.com\/#website\",\"url\":\"https:\/\/greenflyn.com\/\",\"name\":\"Green Flyn\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/greenflyn.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/greenflyn.com\/#\/schema\/person\/972ff2fb81bb0614738a6de652840267\",\"name\":\"Esther Sales\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenflyn.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/18c935df8242b359fcafbc5cf4928397?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/18c935df8242b359fcafbc5cf4928397?s=96&d=mm&r=g\",\"caption\":\"Esther Sales\"},\"description\":\"Esther writes with curiosity, clarity, and intention. Since 2019, she has been building her path in digital marketing through content, always seeking to understand what truly matters before putting words on the page. She values simple, useful, and real communication. Every piece of content is an opportunity to connect ideas with people in a meaningful way.\",\"url\":\"https:\/\/greenflyn.com\/en\/author\/esther-sales\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Nanny Vacancies: Guide to finding and applying for opportunities - Green Flyn","description":"Find the best nanny vacancies in South Africa and kickstart your childcare career with helpful tips and job site recommendations.","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:\/\/greenflyn.com\/en\/nanny-vacancies\/","og_locale":"en_US","og_type":"article","og_title":"Nanny Vacancies: Guide to finding and applying for opportunities - Green Flyn","og_description":"Find the best nanny vacancies in South Africa and kickstart your childcare career with helpful tips and job site recommendations.","og_url":"https:\/\/greenflyn.com\/en\/nanny-vacancies\/","og_site_name":"Green Flyn","article_published_time":"2025-03-31T14:36:04+00:00","article_modified_time":"2026-02-04T22:43:34+00:00","og_image":[{"width":800,"height":384,"url":"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/nanny-vacancies.png","type":"image\/png"}],"author":"Esther Sales","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Esther Sales","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/greenflyn.com\/nanny-vacancies\/","url":"https:\/\/greenflyn.com\/nanny-vacancies\/","name":"Nanny Vacancies: Guide to finding and applying for opportunities - Green Flyn","isPartOf":{"@id":"https:\/\/greenflyn.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/greenflyn.com\/nanny-vacancies\/#primaryimage"},"image":{"@id":"https:\/\/greenflyn.com\/nanny-vacancies\/#primaryimage"},"thumbnailUrl":"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/nanny-vacancies.png","datePublished":"2025-03-31T14:36:04+00:00","dateModified":"2026-02-04T22:43:34+00:00","author":{"@id":"https:\/\/greenflyn.com\/#\/schema\/person\/972ff2fb81bb0614738a6de652840267"},"description":"Find the best nanny vacancies in South Africa and kickstart your childcare career with helpful tips and job site recommendations.","breadcrumb":{"@id":"https:\/\/greenflyn.com\/nanny-vacancies\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/greenflyn.com\/nanny-vacancies\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenflyn.com\/nanny-vacancies\/#primaryimage","url":"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/nanny-vacancies.png","contentUrl":"https:\/\/greenflyn.com\/wp-content\/uploads\/sites\/46\/2025\/03\/nanny-vacancies.png","width":800,"height":384},{"@type":"BreadcrumbList","@id":"https:\/\/greenflyn.com\/nanny-vacancies\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/greenflyn.com\/"},{"@type":"ListItem","position":2,"name":"Nanny Vacancies: Guide to finding and applying for opportunities"}]},{"@type":"WebSite","@id":"https:\/\/greenflyn.com\/#website","url":"https:\/\/greenflyn.com\/","name":"Green Flyn","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/greenflyn.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/greenflyn.com\/#\/schema\/person\/972ff2fb81bb0614738a6de652840267","name":"Esther Sales","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenflyn.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/18c935df8242b359fcafbc5cf4928397?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/18c935df8242b359fcafbc5cf4928397?s=96&d=mm&r=g","caption":"Esther Sales"},"description":"Esther writes with curiosity, clarity, and intention. Since 2019, she has been building her path in digital marketing through content, always seeking to understand what truly matters before putting words on the page. She values simple, useful, and real communication. Every piece of content is an opportunity to connect ideas with people in a meaningful way.","url":"https:\/\/greenflyn.com\/en\/author\/esther-sales\/"}]}},"_links":{"self":[{"href":"https:\/\/greenflyn.com\/en\/wp-json\/wp\/v2\/posts\/964"}],"collection":[{"href":"https:\/\/greenflyn.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/greenflyn.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/greenflyn.com\/en\/wp-json\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/greenflyn.com\/en\/wp-json\/wp\/v2\/comments?post=964"}],"version-history":[{"count":12,"href":"https:\/\/greenflyn.com\/en\/wp-json\/wp\/v2\/posts\/964\/revisions"}],"predecessor-version":[{"id":11172,"href":"https:\/\/greenflyn.com\/en\/wp-json\/wp\/v2\/posts\/964\/revisions\/11172"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/greenflyn.com\/en\/wp-json\/wp\/v2\/media\/971"}],"wp:attachment":[{"href":"https:\/\/greenflyn.com\/en\/wp-json\/wp\/v2\/media?parent=964"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/greenflyn.com\/en\/wp-json\/wp\/v2\/categories?post=964"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/greenflyn.com\/en\/wp-json\/wp\/v2\/tags?post=964"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}