{"id":15610,"date":"2026-07-29T14:50:49","date_gmt":"2026-07-29T04:50:49","guid":{"rendered":"https:\/\/www.resourcefulrecruitment.com.au\/?page_id=15610"},"modified":"2026-07-29T15:31:02","modified_gmt":"2026-07-29T05:31:02","slug":"industrysectors","status":"publish","type":"page","link":"https:\/\/www.resourcefulrecruitment.com.au\/industrysectors\/","title":{"rendered":"RR Industry Sectors Redesign"},"content":{"rendered":"\r\n<p><style>\r\n  .rr-industry-page,\r\n  .rr-industry-page * {\r\n    box-sizing: border-box;\r\n  }\r\n  .rr-industry-page {\r\n    position: relative;\r\n    left: 50%;\r\n    width: 100vw;\r\n    margin-left: -50vw;\r\n    padding: 24px;\r\n    overflow: hidden;\r\n    background-color: #F7F5F2;\r\n    color: #44474A;\r\n    font-family: 'Inter', Arial, sans-serif;\r\n  }\r\n  .rr-industry-inner {\r\n    width: 100%;\r\n    max-width: 1280px;\r\n    margin: 0 auto;\r\n  }\r\n  .rr-industry-eyebrow {\r\n    display: inline-block;\r\n    margin-bottom: 16px;\r\n    padding: 6px 14px;\r\n    border-radius: 20px;\r\n    background-color: #F58025;\r\n    color: #FFFFFF;\r\n    font-size: 12px;\r\n    font-weight: 700;\r\n    letter-spacing: 0.1em;\r\n    text-transform: uppercase;\r\n  }\r\n  .rr-industry-hero {\r\n    position: relative;\r\n    display: flex;\r\n    align-items: flex-end;\r\n    min-height: 520px;\r\n    overflow: hidden;\r\n    border-radius: 24px;\r\n    background-image: url('https:\/\/cdn-01.cms-ap-v2i.applyflow.com\/resourceful-recruitment\/wp-content\/uploads\/2023\/07\/contractors-banner-img.png');\r\n    background-position: center;\r\n    background-size: cover;\r\n  }\r\n  .rr-industry-hero::before {\r\n    content: \"\";\r\n    position: absolute;\r\n    inset: 0;\r\n    z-index: 1;\r\n    background: linear-gradient(\r\n      to right,\r\n      rgba(45,48,51,0.94) 0%,\r\n      rgba(45,48,51,0.72) 48%,\r\n      rgba(45,48,51,0.18) 100%\r\n    );\r\n  }\r\n  .rr-industry-hero-content {\r\n    position: relative;\r\n    z-index: 2;\r\n    max-width: 720px;\r\n    padding: 64px;\r\n  }\r\n  .rr-industry-hero h1 {\r\n    margin: 0 0 18px;\r\n    color: #FFFFFF;\r\n    font-size: 50px;\r\n    font-weight: 700;\r\n    line-height: 1.08;\r\n  }\r\n  .rr-industry-hero p {\r\n    max-width: 650px;\r\n    margin: 0 0 30px;\r\n    color: rgba(255,255,255,0.88);\r\n    font-size: 18px;\r\n    line-height: 1.6;\r\n  }\r\n  .rr-industry-buttons {\r\n    display: flex;\r\n    flex-wrap: wrap;\r\n    gap: 14px;\r\n  }\r\n  .rr-industry-btn {\r\n    display: inline-block;\r\n    padding: 14px 26px;\r\n    border: 2px solid transparent;\r\n    border-radius: 8px;\r\n    font-size: 15px;\r\n    font-weight: 700;\r\n    text-align: center;\r\n    text-decoration: none;\r\n    transition: all 0.2s ease;\r\n  }\r\n  .rr-industry-btn-primary {\r\n    background-color: #F58025;\r\n    color: #FFFFFF;\r\n  }\r\n  .rr-industry-btn-primary:hover {\r\n    background-color: #D96A12;\r\n    color: #FFFFFF;\r\n    text-decoration: none;\r\n  }\r\n  .rr-industry-btn-secondary {\r\n    border-color: rgba(255,255,255,0.72);\r\n    background-color: transparent;\r\n    color: #FFFFFF;\r\n  }\r\n  .rr-industry-btn-secondary:hover {\r\n    border-color: #FFFFFF;\r\n    background-color: rgba(255,255,255,0.14);\r\n    color: #FFFFFF;\r\n    text-decoration: none;\r\n  }\r\n  .rr-industry-section {\r\n    padding: 80px 0;\r\n  }\r\n  .rr-industry-section-header {\r\n    max-width: 720px;\r\n    margin: 0 auto 46px;\r\n    text-align: center;\r\n  }\r\n  .rr-industry-section-header h2 {\r\n    margin: 0 0 14px;\r\n    color: #44474A;\r\n    font-size: 38px;\r\n    font-weight: 700;\r\n    line-height: 1.18;\r\n  }\r\n  .rr-industry-section-header p {\r\n    margin: 0;\r\n    color: #6B6E71;\r\n    font-size: 17px;\r\n    line-height: 1.65;\r\n  }\r\n  .rr-industry-sector-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(2, minmax(0, 1fr));\r\n    gap: 24px;\r\n  }\r\n  .rr-industry-sector-card {\r\n    position: relative;\r\n    display: block;\r\n    height: 380px;\r\n    overflow: hidden;\r\n    border-radius: 20px;\r\n    background-color: #44474A;\r\n    text-decoration: none;\r\n    cursor: pointer;\r\n  }\r\n  .rr-industry-sector-image {\r\n    display: block;\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: cover;\r\n    transition: transform 0.4s ease;\r\n  }\r\n  .rr-industry-sector-card:hover .rr-industry-sector-image {\r\n    transform: scale(1.04);\r\n  }\r\n  .rr-industry-sector-overlay {\r\n    position: absolute;\r\n    inset: 0;\r\n    background: linear-gradient(\r\n      to top,\r\n      rgba(68,71,74,0.96) 0%,\r\n      rgba(68,71,74,0.56) 52%,\r\n      rgba(68,71,74,0.08) 84%\r\n    );\r\n    transition: background 0.3s ease;\r\n  }\r\n  .rr-industry-sector-card:hover .rr-industry-sector-overlay {\r\n    background: linear-gradient(\r\n      to top,\r\n      rgba(245,128,37,0.94) 0%,\r\n      rgba(245,128,37,0.48) 52%,\r\n      rgba(68,71,74,0.08) 84%\r\n    );\r\n  }\r\n  .rr-industry-sector-content {\r\n    position: absolute;\r\n    right: 0;\r\n    bottom: 0;\r\n    left: 0;\r\n    z-index: 2;\r\n    padding: 30px;\r\n  }\r\n  .rr-industry-sector-tag {\r\n    display: inline-block;\r\n    margin-bottom: 10px;\r\n    padding: 5px 11px;\r\n    border-radius: 20px;\r\n    background-color: #F58025;\r\n    color: #FFFFFF;\r\n    font-size: 11px;\r\n    font-weight: 700;\r\n    letter-spacing: 0.08em;\r\n    text-transform: uppercase;\r\n  }\r\n  .rr-industry-sector-card:hover .rr-industry-sector-tag {\r\n    background-color: rgba(255,255,255,0.22);\r\n  }\r\n  .rr-industry-sector-title {\r\n    margin: 0 0 9px;\r\n    color: #FFFFFF;\r\n    font-size: 26px;\r\n    font-weight: 700;\r\n    line-height: 1.2;\r\n  }\r\n  .rr-industry-sector-description {\r\n    max-width: 500px;\r\n    margin: 0;\r\n    color: rgba(255,255,255,0.9);\r\n    font-size: 15px;\r\n    line-height: 1.55;\r\n  }\r\n  .rr-industry-sector-link {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 8px;\r\n    max-height: 0;\r\n    margin-top: 0;\r\n    overflow: hidden;\r\n    color: #FFFFFF;\r\n    font-size: 14px;\r\n    font-weight: 700;\r\n    opacity: 0;\r\n    transition:\r\n      max-height 0.3s ease,\r\n      margin-top 0.3s ease,\r\n      opacity 0.3s ease;\r\n  }\r\n  .rr-industry-sector-card:hover .rr-industry-sector-link {\r\n    max-height: 32px;\r\n    margin-top: 13px;\r\n    opacity: 1;\r\n  }\r\n  .rr-industry-sector-arrow {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    width: 24px;\r\n    height: 24px;\r\n    border-radius: 50%;\r\n    background-color: rgba(255,255,255,0.24);\r\n    font-size: 12px;\r\n  }\r\n  .rr-industry-services {\r\n    padding: 70px 64px;\r\n    border-radius: 24px;\r\n    background-color: #44474A;\r\n  }\r\n  .rr-industry-services-header {\r\n    max-width: 760px;\r\n    margin-bottom: 38px;\r\n  }\r\n  .rr-industry-services-header h2 {\r\n    margin: 0 0 14px;\r\n    color: #FFFFFF;\r\n    font-size: 36px;\r\n    font-weight: 700;\r\n    line-height: 1.2;\r\n  }\r\n  .rr-industry-services-header p {\r\n    margin: 0;\r\n    color: rgba(255,255,255,0.72);\r\n    font-size: 17px;\r\n    line-height: 1.65;\r\n  }\r\n  .rr-industry-service-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(4, minmax(0, 1fr));\r\n    gap: 16px;\r\n  }\r\n  .rr-industry-service-card {\r\n    display: block;\r\n    min-height: 210px;\r\n    padding: 26px;\r\n    border: 1px solid rgba(255,255,255,0.12);\r\n    border-radius: 16px;\r\n    background-color: rgba(255,255,255,0.06);\r\n    text-decoration: none;\r\n    transition: all 0.2s ease;\r\n  }\r\n  .rr-industry-service-card:hover {\r\n    border-color: rgba(245,128,37,0.72);\r\n    background-color: rgba(255,255,255,0.10);\r\n    transform: translateY(-3px);\r\n    text-decoration: none;\r\n  }\r\n  .rr-industry-service-number {\r\n    display: block;\r\n    margin-bottom: 22px;\r\n    color: #F58025;\r\n    font-size: 12px;\r\n    font-weight: 700;\r\n    letter-spacing: 0.12em;\r\n  }\r\n  .rr-industry-service-card h3 {\r\n    margin: 0 0 10px;\r\n    color: #FFFFFF;\r\n    font-size: 18px;\r\n    font-weight: 700;\r\n    line-height: 1.3;\r\n  }\r\n  .rr-industry-service-card p {\r\n    margin: 0;\r\n    color: rgba(255,255,255,0.68);\r\n    font-size: 14px;\r\n    line-height: 1.55;\r\n  }\r\n  .rr-industry-roles {\r\n    padding: 80px 0;\r\n  }\r\n  .rr-industry-role-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(4, minmax(0, 1fr));\r\n    gap: 18px;\r\n  }\r\n  .rr-industry-role-card {\r\n    min-height: 230px;\r\n    padding: 28px;\r\n    border: 1px solid rgba(68,71,74,0.11);\r\n    border-radius: 16px;\r\n    background-color: #FFFFFF;\r\n  }\r\n  .rr-industry-role-icon {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    width: 42px;\r\n    height: 42px;\r\n    margin-bottom: 20px;\r\n    border-radius: 12px;\r\n    background-color: rgba(245,128,37,0.13);\r\n    color: #F58025;\r\n    font-size: 18px;\r\n    font-weight: 700;\r\n  }\r\n  .rr-industry-role-card h3 {\r\n    margin: 0 0 10px;\r\n    color: #44474A;\r\n    font-size: 18px;\r\n    font-weight: 700;\r\n    line-height: 1.3;\r\n  }\r\n  .rr-industry-role-card p {\r\n    margin: 0;\r\n    color: #6B6E71;\r\n    font-size: 14px;\r\n    line-height: 1.6;\r\n  }\r\n  .rr-industry-cta {\r\n    display: grid;\r\n    grid-template-columns: repeat(2, minmax(0, 1fr));\r\n    overflow: hidden;\r\n    border-radius: 24px;\r\n    background-color: #44474A;\r\n  }\r\n  .rr-industry-cta-panel {\r\n    padding: 52px;\r\n  }\r\n  .rr-industry-cta-panel:first-child {\r\n    background-color: #F58025;\r\n  }\r\n  .rr-industry-cta-panel h2 {\r\n    margin: 0 0 12px;\r\n    color: #FFFFFF;\r\n    font-size: 30px;\r\n    font-weight: 700;\r\n    line-height: 1.2;\r\n  }\r\n  .rr-industry-cta-panel p {\r\n    max-width: 470px;\r\n    margin: 0 0 24px;\r\n    color: rgba(255,255,255,0.82);\r\n    font-size: 16px;\r\n    line-height: 1.6;\r\n  }\r\n  .rr-industry-cta-button {\r\n    display: inline-block;\r\n    padding: 13px 22px;\r\n    border-radius: 8px;\r\n    background-color: #FFFFFF;\r\n    color: #44474A;\r\n    font-size: 14px;\r\n    font-weight: 700;\r\n    text-decoration: none;\r\n    transition: all 0.2s ease;\r\n  }\r\n  .rr-industry-cta-button:hover {\r\n    background-color: #F7F5F2;\r\n    color: #44474A;\r\n    transform: translateY(-2px);\r\n    text-decoration: none;\r\n  }\r\n  .rr-industry-cta-panel:last-child .rr-industry-cta-button {\r\n    background-color: #F58025;\r\n    color: #FFFFFF;\r\n  }\r\n  .rr-industry-cta-panel:last-child .rr-industry-cta-button:hover {\r\n    background-color: #D96A12;\r\n    color: #FFFFFF;\r\n  }\r\n  @media (max-width: 1050px) {\r\n    .rr-industry-service-grid,\r\n    .rr-industry-role-grid {\r\n      grid-template-columns: repeat(2, minmax(0, 1fr));\r\n    }\r\n  }\r\n  @media (max-width: 768px) {\r\n    .rr-industry-page {\r\n      padding: 12px;\r\n    }\r\n    .rr-industry-hero {\r\n      min-height: 560px;\r\n      align-items: flex-start;\r\n      border-radius: 16px;\r\n      background-image: url('https:\/\/cdn-01.cms-ap-v2i.applyflow.com\/resourceful-recruitment\/wp-content\/uploads\/2023\/07\/contractors-mobile-banner-img.png');\r\n      background-position: center;\r\n    }\r\n    .rr-industry-hero::before {\r\n      background: linear-gradient(\r\n        to bottom,\r\n        rgba(45,48,51,0.82) 0%,\r\n        rgba(45,48,51,0.56) 58%,\r\n        rgba(45,48,51,0.78) 100%\r\n      );\r\n    }\r\n    .rr-industry-hero-content {\r\n      padding: 38px 26px;\r\n    }\r\n    .rr-industry-hero h1 {\r\n      font-size: 34px;\r\n    }\r\n    .rr-industry-hero p {\r\n      font-size: 16px;\r\n    }\r\n    .rr-industry-buttons {\r\n      flex-direction: column;\r\n    }\r\n    .rr-industry-btn {\r\n      width: 100%;\r\n    }\r\n    .rr-industry-section,\r\n    .rr-industry-roles {\r\n      padding: 60px 0;\r\n    }\r\n    .rr-industry-section-header {\r\n      margin-bottom: 32px;\r\n    }\r\n    .rr-industry-section-header h2 {\r\n      font-size: 30px;\r\n    }\r\n    .rr-industry-sector-grid,\r\n    .rr-industry-cta {\r\n      grid-template-columns: 1fr;\r\n    }\r\n    .rr-industry-sector-card {\r\n      height: 320px;\r\n    }\r\n    .rr-industry-sector-link {\r\n      max-height: 32px;\r\n      margin-top: 13px;\r\n      opacity: 1;\r\n    }\r\n    .rr-industry-services {\r\n      padding: 48px 28px;\r\n      border-radius: 16px;\r\n    }\r\n    .rr-industry-services-header h2 {\r\n      font-size: 29px;\r\n    }\r\n    .rr-industry-cta {\r\n      border-radius: 16px;\r\n    }\r\n    .rr-industry-cta-panel {\r\n      padding: 38px 28px;\r\n    }\r\n  }\r\n  @media (max-width: 560px) {\r\n    .rr-industry-service-grid,\r\n    .rr-industry-role-grid {\r\n      grid-template-columns: 1fr;\r\n    }\r\n    .rr-industry-sector-card {\r\n      height: 300px;\r\n    }\r\n    .rr-industry-sector-content {\r\n      padding: 22px;\r\n    }\r\n    .rr-industry-sector-title {\r\n      font-size: 22px;\r\n    }\r\n    .rr-industry-sector-description {\r\n      font-size: 14px;\r\n    }\r\n    .rr-industry-role-card,\r\n    .rr-industry-service-card {\r\n      min-height: 0;\r\n    }\r\n  }\r\n<\/style><\/p>\r\n<section>Industry Expertise\r\n<h1>Specialist recruitment for the sectors shaping Australia.<\/h1>\r\nFrom critical resources and infrastructure to the energy transition, our consultants bring deep sector knowledge, established networks and practical workforce solutions. <a href=\"https:\/\/www.resourcefulrecruitment.com.au\/contact-us\/\"> Discuss Your Hiring Needs <\/a> <a href=\"https:\/\/www.resourcefulrecruitment.com.au\/jobs\/\"> Search Jobs <\/a><\/section>\r\n<section>Our Sectors\r\n<h2>Deep expertise where it matters most.<\/h2>\r\nOur consultants recruit within the industries they know, connecting organisations with the specialist people needed to deliver critical projects and build long-term capability. <a href=\"https:\/\/www.resourcefulrecruitment.com.au\/industrysectors\/mining-oil-gas\/\"> <img decoding=\"async\" src=\"https:\/\/cdn-01.cms-ap-v2i.applyflow.com\/resourceful-recruitment\/wp-content\/uploads\/2023\/06\/mining.png\" alt=\"Mining, Oil and Gas recruitment\" \/> Sector<\/a>\r\n<h3>Mining, Oil &amp; Gas<\/h3>\r\n<a href=\"https:\/\/www.resourcefulrecruitment.com.au\/industrysectors\/mining-oil-gas\/\">Permanent and contract recruitment across mining operations, processing, drilling, production, engineering and project delivery. Explore Mining, Oil &amp; Gas \u2197 <\/a> <a href=\"https:\/\/www.resourcefulrecruitment.com.au\/industrysectors\/utilities-infrastructure\/\"> <img decoding=\"async\" src=\"https:\/\/cdn-01.cms-ap-v2i.applyflow.com\/resourceful-recruitment\/wp-content\/uploads\/2023\/06\/infrastructure-utilities.png\" alt=\"Utilities and Infrastructure recruitment\" \/> Sector<\/a>\r\n<h3>Utilities &amp; Infrastructure<\/h3>\r\n<a href=\"https:\/\/www.resourcefulrecruitment.com.au\/industrysectors\/utilities-infrastructure\/\">Specialist recruitment across water, energy networks, transport, civil infrastructure, asset management and major capital programs. Explore Utilities &amp; Infrastructure \u2197 <\/a> <a href=\"https:\/\/www.resourcefulrecruitment.com.au\/industrysectors\/renewables\/\"> <img decoding=\"async\" src=\"https:\/\/cdn-01.cms-ap-v2i.applyflow.com\/resourceful-recruitment\/wp-content\/uploads\/2023\/07\/energy-banner.jpeg\" alt=\"Renewables and Transmission recruitment\" \/> Sector<\/a>\r\n<h3>Renewables &amp; Transmission<\/h3>\r\n<a href=\"https:\/\/www.resourcefulrecruitment.com.au\/industrysectors\/renewables\/\">Talent for renewable generation, transmission, grid connection, energy storage and the complete project lifecycle. Explore Renewables &amp; Transmission \u2197 <\/a> <a href=\"https:\/\/www.resourcefulrecruitment.com.au\/industrysectors\/executive-search\/\"> <img decoding=\"async\" src=\"https:\/\/cdn-01.cms-ap-v2i.applyflow.com\/resourceful-recruitment\/wp-content\/uploads\/2023\/06\/executive-search.png\" alt=\"Executive Search\" \/> Service<\/a>\r\n<h3>Executive Search<\/h3>\r\n<a href=\"https:\/\/www.resourcefulrecruitment.com.au\/industrysectors\/executive-search\/\">Confidential search for senior technical, commercial and executive leaders across resources, energy and infrastructure. Explore Executive Search \u2197 <\/a><\/section>\r\n<section>Workforce Solutions\r\n<h2>Support across every stage of your workforce needs.<\/h2>\r\nFrom one critical appointment to a full project team, we tailor our approach to the role, timeframe and operating environment. <a href=\"https:\/\/www.resourcefulrecruitment.com.au\/permanent-recruitment\/\"> 01<\/a>\r\n<h3>Permanent Recruitment<\/h3>\r\n<a href=\"https:\/\/www.resourcefulrecruitment.com.au\/permanent-recruitment\/\">Targeted search and selection for specialist, technical and business-critical permanent appointments. <\/a> <a href=\"https:\/\/www.resourcefulrecruitment.com.au\/contract-and-payroll-services\/\"> 02<\/a>\r\n<h3>Contract Recruitment<\/h3>\r\n<a href=\"https:\/\/www.resourcefulrecruitment.com.au\/contract-and-payroll-services\/\">Responsive contract workforce solutions for projects, peaks in demand and hard-to-fill capability gaps. <\/a> <a href=\"https:\/\/www.resourcefulrecruitment.com.au\/contract-and-payroll-services\/\"> 03<\/a>\r\n<h3>Payroll &amp; Compliance<\/h3>\r\n<a href=\"https:\/\/www.resourcefulrecruitment.com.au\/contract-and-payroll-services\/\">Contractor onboarding, payroll, work-right checks and compliance support managed from start to finish. <\/a> <a href=\"https:\/\/www.resourcefulrecruitment.com.au\/executive-search-and-leadership-advisory\/\"> 04<\/a>\r\n<h3>Executive Search<\/h3>\r\n<a href=\"https:\/\/www.resourcefulrecruitment.com.au\/executive-search-and-leadership-advisory\/\">Discreet, research-led search for senior leaders and difficult-to-reach executive talent. <\/a><\/section>\r\n<section>Role Expertise\r\n<h2>Connecting specialist people with complex work.<\/h2>\r\nWe recruit across the technical, operational, project and corporate functions that keep businesses and major projects moving. 01\r\n<h3>Engineering &amp; Technical<\/h3>\r\nCivil, mechanical, electrical, process, project and specialist engineering appointments. 02\r\n<h3>Projects &amp; Construction<\/h3>\r\nProject managers, site managers, estimators, contracts, project controls and delivery professionals. 03\r\n<h3>Operations &amp; Maintenance<\/h3>\r\nOperations, maintenance, asset management, reliability, safety and environmental professionals. 04\r\n<h3>Commercial &amp; Corporate<\/h3>\r\nCommercial, finance, procurement, human resources, administration and business support roles.<\/section>\r\n<section>\r\n<h2>Looking for specialist talent?<\/h2>\r\nTell us what your business or project needs and we will connect you with the right sector specialist. <a href=\"https:\/\/www.resourcefulrecruitment.com.au\/contact-us\/\"> Discuss Your Hiring Needs <\/a>\r\n<h2>Considering your next move?<\/h2>\r\nExplore current opportunities across resources, energy, infrastructure and major projects. <a href=\"https:\/\/www.resourcefulrecruitment.com.au\/jobs\/\"> Search Current Jobs <\/a><\/section>\r\n","protected":false},"excerpt":{"rendered":"<p>Industry Expertise Specialist recruitment for the sectors shaping Australia. From critical resources and infrastructure to the energy transition, our consultants bring deep sector knowledge, established networks and practical workforce solutions. Discuss Your Hiring Needs Search Jobs Our Sectors Deep expertise where it matters most. Our consultants recruit within the industries they know, connecting organisations with&hellip;<\/p>\n","protected":false},"author":20,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_seopress_robots_primary_cat":"","footnotes":""},"class_list":["post-15610","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.resourcefulrecruitment.com.au\/af-api\/wp\/v2\/pages\/15610","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.resourcefulrecruitment.com.au\/af-api\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.resourcefulrecruitment.com.au\/af-api\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.resourcefulrecruitment.com.au\/af-api\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/www.resourcefulrecruitment.com.au\/af-api\/wp\/v2\/comments?post=15610"}],"version-history":[{"count":3,"href":"https:\/\/www.resourcefulrecruitment.com.au\/af-api\/wp\/v2\/pages\/15610\/revisions"}],"predecessor-version":[{"id":15722,"href":"https:\/\/www.resourcefulrecruitment.com.au\/af-api\/wp\/v2\/pages\/15610\/revisions\/15722"}],"wp:attachment":[{"href":"https:\/\/www.resourcefulrecruitment.com.au\/af-api\/wp\/v2\/media?parent=15610"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}