www.cv-library.co.uk Open in urlscan Pro
109.169.5.15  Public Scan

Submitted URL: https://static.cv-library.co.uk/
Effective URL: https://www.cv-library.co.uk/
Submission: On January 17 via manual from IN — Scanned from GB

Form analysis 2 forms found in the DOM

Name: searchGET /search-jobs

<form method="get" name="search" action="/search-jobs" accept-charset="UTF-8" role="search">
  <input type="hidden" name="us" value="1" tabindex="-1">
  <label for="mob-keywords">Keywords</label>
  <input name="q" value="" maxlength="100" type="text" id="mob-keywords" placeholder="e.g Sales" data-autocomplete-jobtitles="" autocomplete="off" tabindex="-1">
  <label for="mob-location">Location</label>
  <input name="geo" value="" type="text" id="mob-location" class="location" placeholder="e.g. postcode or town" data-prefer="" data-restrict_to="" autocomplete="off" data-autocomplete-location="" tabindex="-1">
  <label for="mob-distance">Distance</label>
  <select name="distance" id="mob-distance" tabindex="-1">
    <option value="1">up to 1 mile</option>
    <option value="2">up to 2 miles</option>
    <option value="5">up to 5 miles</option>
    <option value="7">up to 7 miles</option>
    <option value="10">up to 10 miles</option>
    <option value="15" selected="">up to 15 miles</option>
    <option value="20">up to 20 miles</option>
    <option value="25">up to 25 miles</option>
    <option value="35">up to 35 miles</option>
    <option value="50">up to 50 miles</option>
    <option value="75">up to 75 miles</option>
    <option value="100">up to 100 miles</option>
    <option value="250">up to 250 miles</option>
    <option value="500">up to 500 miles</option>
    <option value="750">up to 750 miles</option>
  </select>
  <div id="mobileHeaderSearchMore" class="mobile-header-search__more">
    <label for="mhPosted">Posted in the</label>
    <select id="mhPosted" name="posted" tabindex="-1">
      <option value="" selected=""> Last 28 days </option>
      <option value="14"> Last 14 days </option>
      <option value="7"> Last 7 days </option>
      <option value="3"> Last 3 days </option>
      <option value="1"> Last 24 hours </option>
    </select>
    <fieldset>
      <legend class="visually-hidden">Salary details</legend>
      <div class="l-flex">
        <div class="mobile-header-search__grp">
          <label for="mhSalMin">Salary Min</label>
          <input id="mhSalMin" name="salarymin" value="" placeholder="e.g £15,000" tabindex="-1">
        </div>
        <div class="mobile-header-search__grp">
          <label for="mhSalMax">Salary Max</label>
          <input id="mhSalMax" name="salarymax" value="" placeholder="e.g £25,000" tabindex="-1">
        </div>
        <div class="mobile-header-search__grp">
          <label for="mhSalType">Per</label>
          <select id="mhSalType" name="salarytype" tabindex="-1">
            <option value="annum">annum</option>
            <option value="month">month</option>
            <option value="week">week</option>
            <option value="day">day</option>
            <option value="hour">hour</option>
          </select>
        </div>
      </div>
    </fieldset>
    <label class="mt0" for="mhJobType">Job Type</label>
    <select id="mhJobType" name="tempperm" tabindex="-1">
      <option value="" selected="">Any</option>
      <option> Permanent </option>
      <option> Contract </option>
      <option> Part Time </option>
      <option> Temporary </option>
      <option> Apprenticeship </option>
    </select>
  </div>
  <button type="submit" class="mobile-menu-btn cvl-btn mt10" data-gtm-key="MobileHeader" data-gtm-label="Mobile header" tabindex="-1">Find jobs now</button>
  <button type="button" class="cvl-btn--border-white mt20 js-dropdownToggle" data-id="mobileHeaderSearchMore" aria-expanded="false" tabindex="-1">
    <span>Show</span><span>Hide</span> more options <span class="mobile-header-search__triangle" aria-hidden="true"></span>
  </button>
  <a class="focus-link" href="#mobileHeaderSearchMore" data-skip-link="" tabindex="-1">Go to more search options</a>
</form>

Name: search /search-jobs

<form name="search" action="/search-jobs" role="search">
  <input type="hidden" name="us" value="1"> <input name="posted" value="" type="hidden">
  <div class="home-search hps-transition">
    <div class="hps-jobtitle hps-transition">
      <label for="keywords">Keywords / Job Title<span> / Job Ref</span></label>
      <input name="q" maxlength="400" placeholder="e.g. Administrator" id="keywords" class="form__input" data-autocomplete-jobtitles="" autocomplete="off">
    </div>
    <div class="hps-location hps-transition">
      <label for="location">Location</label>
      <input name="geo" placeholder="e.g. town or postcode" value="" id="location" class="hp-loc autocomplete ui-autocomplete-input form__input" autocomplete="off" data-prefer="" data-restrict_to="" data-autocomplete-location="">
      <span id="geolocate-me" style="display: block;"><span></span></span>
      <script>
        "use strict";
        ! function() {
          function o() {
            t.classList.remove("locating"), alert("Unable to find your location. Be sure to allow us access to your location and try again.")
          }
          if ("geolocation" in navigator) {
            var t = document.getElementById("geolocate-me");
            t.addEventListener("click", function() {
              t.classList.add("locating"), navigator.geolocation.getCurrentPosition(function(e) {
                var n = new XMLHttpRequest;
                n.open("GET", "//locations.api.cv-library.co.uk/locate?lat=" + e.coords.latitude + "&lon=" + e.coords.longitude, !0), n.onerror = o, n.onload = function() {
                  200 === this.status ? (t.classList.remove("locating"), t.previousElementSibling.value = this.response, t.previousElementSibling.dispatchEvent(new Event("change"))) : o()
                }, n.send()
              }, o)
            }), t.style.display = "block"
          }
        }();
      </script>
    </div>
    <div class="hps-distance hps-transition">
      <label for="distance">Distance</label>
      <select name="distance" class="hp-distance form__select" id="distance">
        <option value="1"> up to 1 mile </option>
        <option value="2"> up to 2 miles </option>
        <option value="5"> up to 5 miles </option>
        <option value="7"> up to 7 miles </option>
        <option value="10"> up to 10 miles </option>
        <option value="15" selected=""> up to 15 miles </option>
        <option value="25"> up to 25 miles </option>
        <option value="35"> up to 35 miles </option>
        <option value="50"> up to 50 miles </option>
        <option value="75"> up to 75 miles </option>
        <option value="100"> up to 100 miles </option>
        <option value="250"> up to 250 miles </option>
        <option value="500"> up to 500 miles </option>
        <option value="750"> up to 750 miles </option>
      </select>
    </div>
    <div id="hp-search-more">
      <div class="hp-search-more-inputs">
        <div class="hps-sal-min">
          <label for="salarymin">Salary Min</label>
          <input name="salarymin" id="salarymin" class="hp-sal-min form__input">
        </div>
        <div class="hps-sal-max">
          <label class="hps-label" for="salarymax">Salary Max</label>
          <input name="salarymax" id="salarymax" class="hp-sal-max form__input">
        </div>
        <div class="hps-sal-type">
          <label class="hp-label" for="salarytype">Salary Type</label>
          <select name="salarytype" id="salarytype" class="hp-sal-type form__select">
            <option value="annum">Per annum</option>
            <option value="month">Per month</option>
            <option value="week">Per week</option>
            <option value="day">Per day</option>
            <option value="hour">Per hour</option>
          </select>
        </div>
        <div class="hps-jobtype">
          <label class="hp-label" for="tempperm">Job Type</label>
          <select name="tempperm" id="tempperm" class="hp-jobtype form__select">
            <option>Any</option>
            <option value="Permanent">Permanent</option>
            <option value="Contract">Contract</option>
            <option value="Part Time">Part Time</option>
            <option value="Temporary">Temporary</option>
            <option value="Apprenticeship">Apprenticeship</option>
          </select>
        </div>
      </div>
    </div>
    <input type="submit" id="hp-search-btn" value="Find Jobs" data-gtm-key="JobSearch" data-gtm-label="Homepage" class="hps-transition">
    <div class="md-no lg-no mt10">
      <a class="home-search__mobile-link" href="/register">Register CV</a>
      <a class="home-search__mobile-link" href="/cvdatabase">Recruiting?</a>
    </div>
  </div>
  <div class="hp-search-more">
    <button type="button" id="toggle-hp-search" aria-expanded="false">
      <span>More Search Options</span>
      <span style="display:none;">Fewer Search Options</span>
    </button>
    <a href="#hp-search-more" class="visually-hidden">Go to advanced search options</a>
  </div>
</form>

Text Content

Skip to main content
 * CV-Library
 * Home
 * Search Jobs
 * CV Builder
 * Courses
 * Job Alerts
 * Career Advice
 * Company A-Z

 * Saved Jobs 0
 * Login
 * Register
 * Recruiting?

Menu
Register Login
 * Home
 * Job Alerts
 * Browse Jobs
 * CV Builder
 * Career Advice
 * Courses
 * Company A-Z
 * Recruiting?

Download the CV-Library iPhone App Download the CV-Library Android App
Home
0 Saved Jobs Search Jobs Login
Keywords Location Distance up to 1 mile up to 2 miles up to 5 miles up to 7
miles up to 10 miles up to 15 miles up to 20 miles up to 25 miles up to 35 miles
up to 50 miles up to 75 miles up to 100 miles up to 250 miles up to 500 miles up
to 750 miles
Posted in the Last 28 days Last 14 days Last 7 days Last 3 days Last 24 hours
Salary details
Salary Min
Salary Max
Per annum month week day hour
Job Type Any Permanent Contract Part Time Temporary Apprenticeship
Find jobs now ShowHide more options Go to more search options


SEARCH JOBS IN YOUR AREA


SEARCH 187,873 JOBS


187,873 JOBS FROM 9,565 COMPANIES

Keywords / Job Title / Job Ref
Location
Distance up to 1 mile up to 2 miles up to 5 miles up to 7 miles up to 10 miles
up to 15 miles up to 25 miles up to 35 miles up to 50 miles up to 75 miles up to
100 miles up to 250 miles up to 500 miles up to 750 miles
Salary Min
Salary Max
Salary Type Per annum Per month Per week Per day Per hour
Job Type Any Permanent Contract Part Time Temporary Apprenticeship
Register CV Recruiting?
More Search Options Fewer Search Options Go to advanced search options


LISTS OF JOBS

Jobs by Industry Jobs by Location Popular Jobs Jobs by Company


JOBS BY INDUSTRY

 * Accountancy & Accounting
 * Admin & Administration
 * Automotive
 * Aviation
 * Banking
 * Charity & Volunteer
 * Cleaning
 * Construction
 * Customer Services
 * Design
 * Education
 * Engineering
 * Environmental
 * Finance
 * Healthcare
 * Hospitality
 * IT
 * Legal
 * Leisure & Sports
 * Logistics, Transport & Distribution
 * Managerial
 * Manufacturing
 * Marketing
 * Multilingual
 * NHS
 * Procurement
 * Public Sector
 * Recruitment
 * Retail
 * Sales
 * Science
 * Seasonal
 * Security & Emergency
 * Travel & Tourism
 * Warehouse
 * Work from Home

View morefewer industries


JOBS BY LOCATION

 * Aberdeen
 * Belfast
 * Birmingham
 * Bolton
 * Bournemouth
 * Bradford
 * Bristol
 * Cardiff
 * City of London
 * Cork
 * Coventry
 * Derby
 * Dublin
 * Edinburgh
 * Galway
 * Glasgow
 * Kent
 * Leeds
 * Leicester
 * Lisburn
 * Liverpool
 * London
 * Manchester
 * Middlesbrough
 * Newcastle
 * Newport
 * Newtownabbey
 * North West London
 * Nottingham
 * Reading
 * Scotland
 * Sheffield
 * South West London
 * Southampton
 * Stoke on Trent
 * Sunderland
 * Swansea
 * Swindon
 * Wales
 * West Midlands

View morefewer locations


POPULAR JOBS

 * Administrator Jobs
 * Airport Jobs
 * Bookkeeper Jobs
 * Bricklayer Jobs
 * Bus driver Jobs
 * Call centre Jobs
 * Care Assistant Jobs
 * Care Home Jobs
 * Carer Jobs
 * Carpenter Jobs
 * Cleaner Jobs
 * Council Jobs
 * Data Entry Jobs
 * Delivery driver Jobs
 * Driver Jobs
 * Electrician Jobs
 * Estate agent Jobs
 * Events management Jobs
 * Finance Manager Jobs
 * Football Jobs

View more popular jobs
View more popular jobs


JOBS BY COMPANY

 * Academics Ltd
 * Adecco
 * Aqua Tech
 * ATS Euromaster
 * Bennett and Game Recruitment LTD
 * Claire's
 * Confidential Client
 * Department of Work & Pensions
 * Edustaff
 * Ernest Jones
 * Gi Group
 * H.Samuel
 * Hammonds
 * HMRC
 * Holland & Barrett
 * Huntress
 * Hyper Recruitment Solutions LTD
 * Interaction Recruitment
 * Kier Ltd
 * Lidl GB
 * Manpower
 * Maria Mallaband Care Group
 * Marston Group
 * Next Distribution 
 * Office Angels
 * Page Personnel
 * Randstad
 * Randstad CPE
 * RSPB
 * Securitas
 * The Training Room
 * Vitality
 * Wykes Engineering

View morefewer companies


FEATURED RECRUITERS AND EMPLOYERS

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

Next Previous


WORK FOR HC-ONE

Join the Kind Care Company and make a real difference

Apply Now


EMPLOYER OF THE MONTH

Make Leonardo your next career move

Apply Now


THE UK'S FAVOURITE JOB BOARD

CV-Library is the UK's largest independent job board, with 187,873 live
vacancies from all industries nationwide available to search! Register your CV
to start applying today. With simple search tools and instant job matches
delivered to your inbox, it's never been easier to land a new job with
CV-Library.


JOB ALERTS

Get the latest jobs sent directly to your inbox with CV-Library.co.uk's Job
Alerts.

Get Job Alerts


COMPANY A-Z

Search our directory of employers and recruitment agencies by popularity, sector
and location.

Search Companies


CAREER ADVICE

Career tips, including salary guides, tax calculators and interview advice,
helping you get your next job.

Read our Advice


REGISTER YOUR CV

Upload your CV today to be headhunted by 9,565 companies, and apply to 187,873
jobs with 1-click apply.

Register now


JOB SEARCH APP

Download the CV-Library app for iPhone, iPad and Android to search jobs on the
go.


RECRUITING?

Advertise your jobs to millions of monthly users and search 18.2 million CVs in
our database.

Start Recruiting Now

Back to Top


JOBSEEKERS

Jobseekers
 * Register
 * CV Advice
 * Job Alerts
 * Career Advice
 * Salary Guide


POPULAR

Popular
 * Search Jobs
 * Employers
 * Agencies
 * Popular jobs
 * Salary Tax Calculator


RECRUITERS

Recruiters
 * CV Database Access
 * Advertise Jobs
 * Search CVs
 * Test CV Search
 * Recruiter blog


ABOUT CV-LIBRARY

About CV-Library
 * About us
 * Contact us
 * Work for us
 * Help
 * Job Search App

Contact us
Search jobs
Download the CV-Library iPhone App Download the CV-Library Android App
Like our Facebook page Follow us on Twitter Follow us on LinkedIn Follow us on
Instagram Join us on Youtube Follow us on TikTok


SUPPORT LINKS

 * Terms & Conditions
 * Privacy
 * Cookies
 * Feedback
 * Site Map
 * Partners

© Copyright 2000 - 2022 CV-Library Ltd. All rights reserved


CV-LIBRARY GROUP

 * Our International Site
 * Ireland Jobs
 * JobsRetail
 * JobsMedical






Go to top of page