www.investigo.co.uk
Open in
urlscan Pro
2600:9000:223f:8200:7:cb84:7d40:93a1
Public Scan
Submitted URL: http://www.investigo.co.uk/
Effective URL: https://www.investigo.co.uk/
Submission: On October 12 via api from ES — Scanned from ES
Effective URL: https://www.investigo.co.uk/
Submission: On October 12 via api from ES — Scanned from ES
Form analysis
2 forms found in the DOMGET /jobs
<form id="search" class="platform-form" enctype="multipart/form-data" action="/jobs" accept-charset="UTF-8" method="get">
<dl class="clearfix ">
<div class="keyword-wrapper">
<p><span spantype="color" style="color:#ffffff"><b>WHAT</b></span></p>
<dd class="keyword">
<div class="easy-autocomplete" style="width: 225px;"><input name="query" id="query" placeholder="Job title" type="text" autocomplete="off">
<div class="easy-autocomplete-container" id="eac-container-query">
<ul></ul>
</div>
</div>
</dd>
</div>
<div class="location-wrapper">
<p><span spantype="color" style="color:#ffffff"><b>WHERE</b></span></p>
<dd class="location">
<span class="autocomplete-wrapper">
<input id="selected_locations" name="selected_locations" tabindex="-1" value="" class="selectized" style="display: none;">
<div class="selectize-control multi plugin-remove_button plugin-no_results">
<div class="selectize-input items not-full has-options" style=""><input type="text" autocomplete="off" tabindex="" class="form-control" placeholder="Location" style="width: 53px;"></div>
<div class="selectize-dropdown selectized dropdown-empty-message" style="display: none;">
<div class="selectize-dropdown-content">
<div>No jobs found in '%input%'</div>
</div>
</div>
<div class="selectize-dropdown multi plugin-remove_button plugin-no_results" style="display: none; width: 225px; top: 50px; left: 0px;">
<div class="selectize-dropdown-content"></div>
</div>
</div>
</span>
<script>
window.options_for_selectize = {
placeholder: "Location",
jobs_term: "jobs",
no_results_text: "No jobs found in '%input%'"
};
document.addEventListener("DOMContentLoaded", function() {
initialize_location_autocomplete();
function initialize_location_autocomplete() {
if (typeof window.data_for_location_field === "undefined") {
let xhttp = new XMLHttpRequest();
xhttp.open("GET", "/en/api/v1/job_locations.json", true);
xhttp.onreadystatechange = function() {
if (xhttp.readyState == 4) {
window.data_for_location_field = parse_response(xhttp.response);
if (typeof build_location_input === 'function') {
build_location_input();
}
}
};
xhttp.send();
}
}
function parse_response(response) {
let json_response = JSON.parse(response);
let locations = [];
let slug = "false";
json_response['data'].forEach(function(location) {
locations.push(build_location(location, slug));
});
return locations;
}
function build_location(location, slug) {
let cached_slug_with_class = ''
if (slug == "true") {
cached_slug_with_class = location.cached_slug;
} else {
cached_slug_with_class = location.id;
}
const autosuggest_location = {
count: location.count,
name: location.name,
cached_slug: location.cached_slug,
cached_slug_with_class: cached_slug_with_class
}
return autosuggest_location;
};
});
</script>
</dd>
</div>
<dd class="discipline sel sel--slide_up">
<p><span spantype="color" style="color:#ffffff"><b>SPECIALISM</b></span></p>
<select name="disciplines">
<option value="">Select your specialism</option>
<option value="corporate-functions">Corporate Functions</option>
<option value="accountancy-and-finance">Accountancy and Finance</option>
<option value="hr">HR</option>
<option value="procurement">Procurement & Supply Chain</option>
<option value="property-real-estate">Property & Real Estate</option>
<option value="tax-and-legal">Tax and Legal</option>
<option value="change-and-transformation">Change and Transformation</option>
<option value="business-analysis">Business Analysis</option>
<option value="agile-delivery">Agile Delivery</option>
<option value="change-management">Change Management</option>
<option value="operational-design-improvement">Operational Design & Improvement</option>
<option value="programme-delivery">Programme Delivery</option>
<option value="pmo-portfolio">PMO & Portfolio</option>
<option value="financial-services">Financial Services</option>
<option value="compliance">Compliance</option>
<option value="financial-crime">Financial Crime</option>
<option value="risk">Risk</option>
<option value="strategy-consulting-pe">Strategy, Consulting and PE</option>
<option value="corporate-strategy">Corporate Strategy</option>
<option value="management-consulting">Management Consulting</option>
<option value="private-equity-5">Private Equity</option>
<option value="technology">Technology</option>
<option value="architecture">Architecture</option>
<option value="cloud-devops">Cloud and DevOps</option>
<option value="cyber-and-information-security">Cyber & Information Security</option>
<option value="data-and-analytics">Data and Analytics</option>
<option value="infrastructure-networks">Infrastructure and Networks</option>
<option value="erp-crm-hr-systems">ERP, CRM & HR Systems</option>
<option value="software-engineering">Software & Engineering</option>
</select>
</dd>
<button name="commit" type="submit" class="btn__primary"><svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21">
<g fill="none" fill-rule="evenodd" stroke-width="1.691" transform="translate(.997 1)">
<polygon stroke="#52B694" points="14.547 11.93 16.286 11.93 16.284 18.897 14.545 18.898" transform="rotate(-45 15.415 15.414)"></polygon>
<line x1="12.953" x2="10.535" y1="12.948" y2="10.529" stroke="#FDCC14" stroke-linecap="round" stroke-linejoin="round"></line>
<line x1="18.492" x2="17.879" y1="18.49" y2="17.873" stroke="#FDCC14" stroke-linecap="round" stroke-linejoin="round"></line>
<path stroke="#FDCC14" stroke-linecap="round" stroke-linejoin="round"
d="M12.3359347,6.17147928 C12.3359347,9.57989317 9.57444167,12.3429586 6.16796736,12.3429586 C2.76149305,12.3429586 0,9.57989317 0,6.17147928 C0,2.76306539 2.76149305,0 6.16796736,0 C7.80381402,0 9.37266065,0.650207557 10.5293789,1.80758443 C11.6860972,2.9649613 12.3359347,4.53470121 12.3359347,6.17147928 Z">
</path>
</g>
</svg></button>
</dl>
</form>
GET /jobs
<form id="search" class="platform-form" enctype="multipart/form-data" action="/jobs" accept-charset="UTF-8" method="get">
<dl class="clearfix">
<div class="keyword-wrapper">
<p><span spantype="color" style="color:rgb(255, 255, 255)"><b>WHAT</b></span></p>
<dd class="keyword">
<div class="easy-autocomplete" style="width: 0px;"><input name="query" id="query" placeholder="Job title" type="text" autocomplete="off">
<div class="easy-autocomplete-container" id="eac-container-query">
<ul></ul>
</div>
</div>
</dd>
</div>
<div class="location-wrapper">
<p><span spantype="color" style="color:rgb(255, 255, 255)"><b>WHERE</b></span></p>
<dd class="location">
<span class="autocomplete-wrapper">
<input id="selected_locations" name="selected_locations" tabindex="-1" value="" class="selectized" style="display: none;">
<div class="selectize-control multi plugin-remove_button plugin-no_results">
<div class="selectize-input items not-full has-options" style=""><input type="text" autocomplete="off" tabindex="" class="form-control" placeholder="Location" style="width: 53px;"></div>
<div class="selectize-dropdown selectized dropdown-empty-message" style="display: none;">
<div class="selectize-dropdown-content">
<div>No jobs found in '%input%'</div>
</div>
</div>
<div class="selectize-dropdown multi plugin-remove_button plugin-no_results" style="display: none; width: 0px; top: 0px; left: 0px;">
<div class="selectize-dropdown-content"></div>
</div>
</div>
</span>
</dd>
</div>
<dd class="discipline sel sel--slide_up">
<p><span spantype="color" style="color:rgb(255, 255, 255)"><b>SPECIALISM</b></span></p>
<select name="disciplines">
<option value="">Select your specialism</option>
<option value="asset-management">Asset management</option>
<option value="private-equity-5">Private Equity</option>
<option value="banking-financial-services">Banking & Financial Services</option>
<option value="construction">Construction</option>
<option value="consulting">Consulting</option>
<option value="consumer">Consumer</option>
<option value="facility-management">Facility Management</option>
<option value="insurance">Insurance</option>
<option value="investment-banking">Investment Banking</option>
<option value="legal">Legal</option>
<option value="leisure-hospitality">Leisure & Hospitality</option>
<option value="manufacturing">Manufacturing</option>
<option value="pharma">Pharma</option>
<option value="private-equity">Private Equity</option>
<option value="professional-services">Professional Services</option>
<option value="property">Property</option>
<option value="public-sector">Public Sector</option>
<option value="retail">Retail</option>
<option value="real-estate">Real Estate</option>
<option value="technology-media-telecommunications">Technology, Media & Telecommunications </option>
<option value="transport-automotive">Transport Automotive</option>
<option value="corporate-functions">Corporate Functions</option>
<option value="change-and-transformation">Change and Transformation</option>
<option value="financial-services">Financial Services</option>
<option value="strategy-consulting-pe">Strategy, Consulting and PE</option>
<option value="technology">Technology</option>
</select>
</dd>
<button name="commit" type="submit" class="btn__primary"><svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21">
<g fill="none" fill-rule="evenodd" stroke-width="1.691" transform="translate(.997 1)">
<polygon stroke="#52B694" points="14.547 11.93 16.286 11.93 16.284 18.897 14.545 18.898" transform="rotate(-45 15.415 15.414)"></polygon>
<line x1="12.953" x2="10.535" y1="12.948" y2="10.529" stroke="#FDCC14" stroke-linecap="round" stroke-linejoin="round"></line>
<line x1="18.492" x2="17.879" y1="18.49" y2="17.873" stroke="#FDCC14" stroke-linecap="round" stroke-linejoin="round"></line>
<path stroke="#FDCC14" stroke-linecap="round" stroke-linejoin="round"
d="M12.3359347,6.17147928 C12.3359347,9.57989317 9.57444167,12.3429586 6.16796736,12.3429586 C2.76149305,12.3429586 0,9.57989317 0,6.17147928 C0,2.76306539 2.76149305,0 6.16796736,0 C7.80381402,0 9.37266065,0.650207557 10.5293789,1.80758443 C11.6860972,2.9649613 12.3359347,4.53470121 12.3359347,6.17147928 Z">
</path>
</g>
</svg></button>
</dl>
</form>
Text Content
UK * US * EU * UK * Accessibility * The IN Group * Work For Us * Contact Us * About Us 3 STAR INVESTIGO MAKES TRIO OF BEST COMPANIES LISTS read article Our StoryOur TeamThe IN Group Corporate Social Responsibility: CSR * Our charity partner: Rainbow Trust * Volunteering * Charity Events * Investi-forest Diversity, Equity and Inclusion * DEI Insights * DEI Events * Disability Confident * Specialisms WE ARE RECRUITMENT SPECIALISTS WE RECRUIT EXCEPTIONAL CANDIDATES AT EVERY LEVEL. search for next role Search JobsOur SectorsOur SpecialismsLooking for Leadership roles? Corporate Functions * Accountancy & Finance * HR * Procurement & Supply Chain * Property & Real Estate * Tax & Legal Strategy, Consulting & PE * Corporate Strategy * Management Consulting * Private Equity Financial Services * Compliance * Financial Crime * Risk Change & Transformation * Business Analysis * Agile Delivery * Change Management * Operational Design & Improvement * Programme Delivery * PMO & Portfolio Technology * Architecture * Cloud & DevOps * Cyber & Information Security * Data & Analytics * Infrastructure & Networks * ERP, CRM & HR Systems * Software & Engineering * Sectors * Clients * Candidates * Insight Hub THE IN GROUP'S LATEST UNLOCKED MAGAZINE: CULTURE Read Magazine BlogsEventsInsights Latest Insights * Talent Trends January * The IN Group - Powered Up Magazine * Unlocked: Culture Magazine Latest DEI Insights * Wellbeing & Engagement * You'll Be You & I'll be Me * Let's talk about Race * Measuring Workplace Inclusivity * Return to Work * Login * Register * Login * Upload CV * About Us * Our Story * Our Team * The IN Group * Corporate Social Responsibility: CSR * Our charity partner: Rainbow Trust * Volunteering * Charity Events * Investi-forest * Diversity, Equity and Inclusion * DEI Insights * DEI Events * Disability Confident * Specialisms * Search Jobs * Our Sectors * Our Specialisms * Looking for Leadership roles? * Corporate Functions * Accountancy & Finance * HR * Procurement & Supply Chain * Property & Real Estate * Tax & Legal * Strategy, Consulting & PE * Corporate Strategy * Management Consulting * Private Equity * Financial Services * Compliance * Financial Crime * Risk * Change & Transformation * Business Analysis * Agile Delivery * Change Management * Operational Design & Improvement * Programme Delivery * PMO & Portfolio * Technology * Architecture * Cloud & DevOps * Cyber & Information Security * Data & Analytics * Infrastructure & Networks * ERP, CRM & HR Systems * Software & Engineering * Sectors * Clients * Candidates * Insight Hub * Blogs * Events * Insights * Latest Insights * Talent Trends January * The IN Group - Powered Up Magazine * Unlocked: Culture Magazine * Latest DEI Insights * Wellbeing & Engagement * You'll Be You & I'll be Me * Let's talk about Race * Measuring Workplace Inclusivity * Return to Work * Accessibility * The IN Group * Work For Us * Contact Us Register 3 STAR INVESTIGO MAKES TRIO OF BEST COMPANIES LISTS read article WE ARE RECRUITMENT SPECIALISTS WE RECRUIT EXCEPTIONAL CANDIDATES AT EVERY LEVEL. search for next role THE IN GROUP'S LATEST UNLOCKED MAGAZINE: CULTURE Read Magazine EXPERTLY DONE. WE’RE A LEADING SPECIALIST RECRUITMENT AGENCY THAT UNLOCKS THE POWER OF PEOPLE WHAT WHERE No jobs found in '%input%' SPECIALISM Select your specialism Corporate Functions Accountancy and Finance HR Procurement & Supply Chain Property & Real Estate Tax and Legal Change and Transformation Business Analysis Agile Delivery Change Management Operational Design & Improvement Programme Delivery PMO & Portfolio Financial Services Compliance Financial Crime Risk Strategy, Consulting and PE Corporate Strategy Management Consulting Private Equity Technology Architecture Cloud and DevOps Cyber & Information Security Data and Analytics Infrastructure and Networks ERP, CRM & HR Systems Software & Engineering square-blue UNASHAMEDLY HUMAN It can be easy to forget, but recruitment’s all about people. People looking for the right opportunities to grow. People looking for the right talent to strengthen their organisation. We believe what we do makes a real difference to people’s lives, whichever side of the interview table they’re on at the moment. What makes us different? Our people. It’s their knowledge, passion, and expertise that make us stand out from the crowd. Every one of them is committed to building long-lasting relationships that deliver meaningful change for our clients and our candidates. What we do should never be transactional. We don’t believe in putting people in jobs and then forgetting about them. We believe in keeping that dialogue going. We believe in connecting the right people with the right opportunities, time and again. OUR STORY What we do EXPERTS IN OUR FIELD WE DELIVER Speaking to our network every day keeps us in the know. What jobhunters are looking for. What hiring managers need to meet their business challenges. That’s real, first-hand knowledge from people immersed in the industry. When you multiply that across our specialisms, that’s a whole lot of expertise that we then pass on to you. OUR EXPERTISE * CORPORATE FUNCTIONS * ACCOUNTANCY AND FINANCE * HR * PROCUREMENT & SUPPLY CHAIN * PROPERTY & REAL ESTATE * TAX AND LEGAL * CHANGE AND TRANSFORMATION * BUSINESS ANALYSIS * AGILE DELIVERY * CHANGE MANAGEMENT * OPERATIONAL DESIGN & IMPROVEMENT * PROGRAMME DELIVERY * PMO & PORTFOLIO * FINANCIAL SERVICES * COMPLIANCE * FINANCIAL CRIME * RISK * STRATEGY, CONSULTING AND PE * CORPORATE STRATEGY * MANAGEMENT CONSULTING * PRIVATE EQUITY * TECHNOLOGY * ARCHITECTURE * CLOUD AND DEVOPS * CYBER & INFORMATION SECURITY * DATA AND ANALYTICS * INFRASTRUCTURE AND NETWORKS * ERP, CRM & HR SYSTEMS * SOFTWARE & ENGINEERING square-blue line-cream TRUSTED BY OUR GROWING NETWORK Previous It is absolutely fair to say that I have worked with a good number of agencies and agents on both sides of the fence and none have stood out or matched your professionalism and dedication... not to mention good humour! Your approach was very thorough and right from the off, I felt that my needs a... NIKOLA FEARNHEAD Divisional Director, ICTS Europe I have only positive feedback for the Investigo team. I thought each member was really efficient and listened carefully to the type of roles I was looking for, providing me with opportunities to meet with very impressive professionals JENNIFER MCGUINNESS Product Controller, Marex Next square-blue LOOKING FOR YOUR NEXT ROLE? You might already have seen your ideal job on our website, or you might be wondering what else is out there. Either way, we’re here to help you reach the next stage of your career, whatever your expertise or seniority. So get in touch now, and one of our experts will get back to you. Whatever your ideal job, we’re here to help you find it. Browse our jobs across corporate services; technology; change and transformation; financial services; and strategy, consulting, and private equity. Apply for a role now WHAT WHERE No jobs found in '%input%' SPECIALISM Select your specialism Asset management Private Equity Banking & Financial Services Construction Consulting Consumer Facility Management Insurance Investment Banking Legal Leisure & Hospitality Manufacturing Pharma Private Equity Professional Services Property Public Sector Retail Real Estate Technology, Media & Telecommunications Transport Automotive Corporate Functions Change and Transformation Financial Services Strategy, Consulting and PE Technology LOOKING FOR YOUR NEXT CHALLENGE? We’re here to help you reach the next stage of your career, whatever your expertise or seniority. So get in touch now, and one of our experts will get back to you. Send YOUR CV BRANDS * The IN Group * Investigo * InX * Investigo Careers * Definia * Caraffi SOCIALS OFFICES London Guildford Milton Keynes St Albans Birmingham New York Philadelphia San Diego Investigo UK 10 Bishops Square, London, E1 6EG 020 3808 3111 contactus@investigo.co.uk Investigo London Investigo Guildford High Point Sydenham Road, GU1 3RX 01483663408 contactus@investigo.co.uk Investigo Milton Keynes Aurora House, Deltic Avenue, MK13 8LW 01908049944 contactus@investigo.co.uk Investigo St Albans Clockhouse Court, 5-7 London Road, AL1 1LA 01727812547 contactus@investigo.co.uk Investigo Birmingham 37 Temple Street, B2 5DP 01218 273 700 contactus@investigo.co.uk New York 77 Water Street, 24th Floor, NY 10005 +1 212 655 2811 contactus@investigo-us.com Investigo Philadelphia 1900 Market Street, PA 19103 +1 212 655 2811 contactus@investigo-us.com Investigo San Diego 600 B Street, Suite 300 San Diego, CA +1 212 655 2811 contactus@investigo-us.com * Modern Slavery Policy * Privacy Notice * Terms & Conditions * Cookie Policy * Disclaimer * Key Information Documents * Complaints & Disputes Procedures * Supplier Code of Conduct * All rights reserved — © Investigo. Website by Volcanic close modal