+91 9986968918hrd@vcshire.com
Submit Your Resume

Explore Career Opportunities Across India

We connect talented professionals with leading companies in Automotive, EPC, Manufacturing, Oil & Gas, Metals & Minerals, and Industrial sectors. Let us help you move towards the right future.

How We Help Your Career

We go beyond just sharing job openings — we become your career partner.

🔗

Exclusive Industry Connections

Access to leading companies in Automotive, EPC, Oil & Gas, Manufacturing, and more that may not advertise publicly.

🎯

Role-Matched Opportunities

We match your skills, experience, and career goals with the most relevant positions — no spam, only fit roles.

🤝

Interview Preparation Support

Guidance on interview preparation, salary negotiation, and how to present yourself effectively.

🔒

Confidential Representation

Your profile is shared with employers only with your consent. Complete confidentiality throughout the process.

📍

Pan India Opportunities

Openings across Bangalore, Mumbai, Pune, Chennai, Hyderabad, Delhi NCR and all major industrial cities.

📈

Career Growth Focus

We understand your career aspirations and work to find roles that offer the right growth, not just a job change.

Roles We Place Candidates In

Wide range of roles across technical, operational, and leadership functions.

Production & Manufacturing Project Sales Service Engineering Plant Operations Maintenance & Quality Supply Chain & Logistics Procurement & Commercial EPC Project Management Technical Support R&D and Engineering Leadership & Management HSE & Safety Process Engineering Business Development Site Engineering Mine Engineering

Submit Your Profile & Get Noticed

Whether you're actively looking or just exploring, register with us and we'll reach out when the right opportunity comes up.

📝

Submit Your Profile

Fill the form with your experience, skills, and career preferences.

🔍

We Screen & Match

Our team reviews your profile and matches it with relevant openings.

📞

We Connect You

We call you when a matching role is available — no spam, only relevant opportunities.

🎉

Land Your Dream Job

We support you through the interview process until successful placement.

View Current Openings →

Submit Your Profile

Register with us and let opportunities find you.

PDF, DOC, DOCX — Max 5MB

Ready to Explore Opportunities?

Browse our current job openings or reach out directly to our team.

View Job Openings Contact Us
function vcSubmit(btn, formType) { var fields = {}; // Collect all inputs near the button var form = btn.closest('div') || btn.parentElement; var container = form; // Go up 3 levels to find all inputs for(var i=0;i<4;i++) { if(container.parentElement) container = container.parentElement; } container.querySelectorAll('input,select,textarea').forEach(function(el) { if(el.type !== 'file' && el.value) { var label = el.placeholder || el.id || el.name || el.type; fields[label] = el.value; } }); fields['_subject'] = 'New ' + formType + ' from vcshire.com'; fields['Form Type'] = formType; btn.textContent = 'Sending...'; btn.style.opacity = '0.7'; btn.disabled = true; var fd = new FormData(); Object.keys(fields).forEach(function(k) { fd.append(k, fields[k]); }); fetch('../mail.php', { method: 'POST', body: fd, headers: { 'Accept': 'application/json' } }).then(function(r) { return r.json(); }).then(function(data) { if(data.ok) { btn.textContent = '✔ Submitted! We will contact you soon.'; btn.style.background = '#27ae60'; btn.style.opacity = '1'; btn.disabled = false; // Clear form container.querySelectorAll('input,textarea').forEach(function(el) { if(el.type !== 'submit' && el.type !== 'file') el.value = ''; }); } else { btn.textContent = 'Error! Please email hrd@vcshire.com'; btn.style.background = '#c0392b'; btn.style.opacity = '1'; btn.disabled = false; } }).catch(function() { btn.textContent = 'Error! Please email hrd@vcshire.com'; btn.style.background = '#c0392b'; btn.style.opacity = '1'; btn.disabled = false; }); }