Jobs in Melissa | Local Job Board for Melissa, McKinney, Anna, TX (& surrounding areas)

Find Local Jobs in Melissa, TX (& Surrounding Areas

Free job board featuring up to date local opportunities in Melissa, TX & surrounding areas from top employers.
Local small businesses can also submit their openings for free!

SEARCH CURRENT OPENINGS

Browse current job openings in Melissa and surrounding areas.
Job listings are refreshed constantly as new jobs are added from local employers and regional job boards.
🔍 Search by keyword, city, industry, job title etc

const APP_ID = '163f98c6'; const APP_KEY = 'e25f304581e59f39af255fd604d43504'; const LOCATION = 'Melissa, TX'; const BLOCKED_COMPANIES = [ 'doordash', 'uber', 'lyft', 'instacart', 'grubhub' ]; async function loadJobs(keyword = '') { const container = document.getElementById('jobs-container'); const loading = document.getElementById('loading'); loading.style.display = 'block'; container.innerHTML = ''; try { const query = keyword ? `${keyword} ` : ''; const url = `https://api.adzuna.com/v1/api/jobs/us/search/1?app_id=${APP_ID}&app_key=${APP_KEY}&where=${encodeURIComponent(LOCATION)}&what=${encodeURIComponent(query)}&results_per_page=60&sort_by=date`; const response = await fetch(url); const data = await response.json(); loading.style.display = 'none'; if (data.results && data.results.length > 0) { data.results.forEach(job => { const companyName = job.company.display_name.toLowerCase(); const isBlocked = BLOCKED_COMPANIES.some(blocked => companyName.includes(blocked) ); if(isBlocked) { return; } const jobCard = createJobCard(job); container.appendChild(jobCard); }); } else { container.innerHTML = '
No jobs found. Try a different search term!
'; } } catch (error) { loading.style.display = 'none'; container.innerHTML = '
Error loading jobs. Please try again later.
'; console.error('Error:', error); } } function createJobCard(job) { const card = document.createElement('div'); card.className = 'job-card'; const title = document.createElement('div'); title.className = 'job-title'; title.textContent = job.title; const company = document.createElement('div'); company.className = 'job-company'; company.textContent = job.company.display_name; const location = document.createElement('div'); location.className = 'job-location'; location.textContent = `📍 ${job.location.display_name}`; let salary = ''; if (job.salary_min && job.salary_max) { salary = document.createElement('div'); salary.className = 'job-salary'; salary.textContent = `💰 $${Math.round(job.salary_min).toLocaleString()} - $${Math.round(job.salary_max).toLocaleString()}/year`; } const description = document.createElement('div'); description.className = 'job-description'; const descText = job.description.length > 200 ? job.description.substring(0, 200) + '...' : job.description; description.textContent = descText.replace(/<[^>]*>/g, ''); const posted = document.createElement('div'); posted.className = 'job-posted'; posted.textContent = `Posted: ${new Date(job.created).toLocaleDateString()}`; const applyButton = document.createElement('a'); applyButton.className = 'apply-button'; applyButton.href = job.redirect_url; applyButton.target = '_blank'; applyButton.textContent = 'Apply Now →'; card.appendChild(title); card.appendChild(company); card.appendChild(location); if (salary) card.appendChild(salary); card.appendChild(description); card.appendChild(posted); card.appendChild(applyButton); return card; } function searchJobs() { const keyword = document.getElementById('search-input').value; loadJobs(keyword); } document.addEventListener('DOMContentLoaded', function() { loadJobs(); }); if (document.getElementById('search-input')) { document.getElementById('search-input').addEventListener('keypress', function(e) { if (e.key === 'Enter') { searchJobs(); } }); }

HIRING IN MELISSA & SURROUNDING AREAS?


──────────────────────────────Jobs in Melissa
Connecting local Melissa (& surrounding area businesses with local talent
Send feedback or questions to: [email protected]Disclaimer: Jobs in Melissa aggregates listings from third-party job boards and local employer submissions.
We do not verify employers, screen job postings, or guarantee accuracy. Job seekers should verify all information directly with employers before applying. Jobs in Melissa is not responsible for hiring decisions or employment outcomes.
Job data powered by Adzuna.
© 2026 Jobs in Melissa