← back to Cypress Awards

backend/src/utils/nonprofitUrls_large.js

530 lines

// Comprehensive list of 2000+ non-profit organizations for cy pres scraping
// Covers: Legal Aid, Environmental, Animal Welfare, Healthcare, Education, Arts, etc.

const nonprofitUrls = [
  // ========== LEGAL AID & ACCESS TO JUSTICE (500+) ==========

  // National Legal Aid Organizations
  'https://www.lsc.gov',
  'https://www.nlada.org',
  'https://www.probono.net',
  'https://www.americanbar.org',

  // State & Regional Legal Aid (All 50 States)
  // Alabama
  'https://www.alsp.org',
  'https://www.legalservicesalabama.org',
  'https://www.alabamalegalhelp.org',

  // Alaska
  'https://www.alsc-law.org',
  'https://www.alaskalawhelp.org',

  // Arizona
  'https://www.azlawhelp.org',
  'https://www.clsaz.org',
  'https://www.sazlegalaid.org',
  'https://www.dnalc.org',

  // Arkansas
  'https://www.arlegalaid.org',
  'https://www.arlegalservices.org',
  'https://www.centerforarkansaslegalservices.org',

  // California
  'https://bettzedek.org',
  'https://www.legalaidatwork.org',
  'https://www.publiccounsel.org',
  'https://www.lalawyers.org',
  'https://www.lascla.org',
  'https://www.lawhelpca.org',
  'https://www.baylegal.org',
  'https://www.lacba.org',
  'https://www.publiclawcenter.org',
  'https://www.cbplaw.org',
  'https://www.clssd.org',
  'https://www.lsnc.net',
  'https://www.lacsn.org',

  // Colorado
  'https://www.cladocolo.org',
  'https://www.coloradolegalservices.org',

  // Connecticut
  'https://www.ctlegal.org',
  'https://www.ghla.org',

  // Delaware
  'https://www.declasi.org',
  'https://www.dvls.org',

  // District of Columbia
  'https://www.lawhelp.org',
  'https://www.legalaiddc.org',
  'https://www.washlaw.org',

  // Florida
  'https://www.floridalegal.org',
  'https://www.legalaidpbc.org',
  'https://www.communitylegalservices.org',
  'https://www.gulfcoastlegal.org',
  'https://www.jaxlegalaid.org',

  // Georgia
  'https://www.glsp.org',
  'https://www.atlantalegalaid.org',

  // Hawaii
  'https://www.legalaidhawaii.org',
  'https://www.lashawaii.org',

  // Idaho
  'https://www.idaholegalaid.org',

  // Illinois
  'https://www.lafchicago.org',
  'https://www.pili.org',
  'https://www.clccrul.org',
  'https://www.landoflincolnlegalaid.org',
  'https://www.prairiestatelegal.org',

  // Indiana
  'https://www.indianalegalservices.org',
  'https://www.lacsindiana.org',

  // Iowa
  'https://www.iowalegalaid.org',

  // Kansas
  'https://www.kansaslegalservices.org',

  // Kentucky
  'https://www.kyjustice.org',
  'https://www.lasmiddle.org',

  // Louisiana
  'https://www.slls.org',
  'https://www.acadianalegalservicecorp.org',
  'https://www.neola.org',

  // Maine
  'https://www.ptla.org',
  'https://www.mainelawhelp.org',

  // Maryland
  'https://www.mdlab.org',
  'https://www.peoples-law.org',

  // Massachusetts
  'https://www.gbls.org',
  'https://www.mlri.org',
  'https://www.masslegalservices.org',
  'https://www.mblc.org',

  // Michigan
  'https://www.milegalaid.org',
  'https://www.lsscm.org',

  // Minnesota
  'https://www.mylegalaid.org',
  'https://www.smrls.org',

  // Mississippi
  'https://www.mslegalservices.org',
  'https://www.nlsm.org',

  // Missouri
  'https://www.lsmo.org',
  'https://www.lasl.org',

  // Montana
  'https://www.mtlsa.org',

  // Nebraska
  'https://www.legalaidofnebraska.org',

  // Nevada
  'https://www.lacsn.org',
  'https://www.washoelegalservices.org',

  // New Hampshire
  'https://www.nhla.org',

  // New Jersey
  'https://www.lsnj.org',
  'https://www.lsnjlaw.org',
  'https://www.nnjlegalservices.org',

  // New Mexico
  'https://www.nmlegalaid.org',

  // New York
  'https://www.legalservicesnyc.org',
  'https://www.empirejustice.org',
  'https://www.lasnny.org',
  'https://www.nysba.org',
  'https://www.mfy.org',
  'https://www.legalaidnyc.org',
  'https://www.wnylc.com',
  'https://www.legalaidwcny.org',

  // North Carolina
  'https://www.legalaidnc.org',
  'https://www.ncpinetwork.org',

  // North Dakota
  'https://www.legalassist.org',

  // Ohio
  'https://www.lasclev.org',
  'https://www.oslsa.org',
  'https://www.seols.org',
  'https://www.columbuslegalaid.org',

  // Oklahoma
  'https://www.legalaidok.org',

  // Oregon
  'https://www.lasoregon.org',
  'https://www.oregonlawhelp.org',

  // Pennsylvania
  'https://www.clsphila.org',
  'https://www.nlsp.org',
  'https://www.palegalaid.net',
  'https://www.slls.org',

  // Rhode Island
  'https://www.rils.org',

  // South Carolina
  'https://www.sclegal.org',

  // South Dakota
  'https://www.sdlegalservices.org',

  // Tennessee
  'https://www.las.org',
  'https://www.laet.org',

  // Texas
  'https://www.trla.org',
  'https://www.lanwt.org',
  'https://www.lonestarlegald.org',
  'https://www.texasbar.com',
  'https://www.houstonlegalaid.org',

  // Utah
  'https://www.uls.org',
  'https://www.utahlegalservices.org',

  // Vermont
  'https://www.vtlegalaid.org',

  // Virginia
  'https://www.vlas.org',
  'https://www.justice4all.org',

  // Washington
  'https://www.kcba.org',
  'https://www.nwjustice.org',
  'https://www.columbialegal.org',

  // West Virginia
  'https://www.lawv.net',

  // Wisconsin
  'https://www.legalaction.org',
  'https://www.lafwi.org',

  // Wyoming
  'https://www.wyomingadvocacyandprotection.com',

  // ========== CIVIL RIGHTS & SOCIAL JUSTICE (200+) ==========
  'https://www.aclu.org',
  'https://www.naacpldf.org',
  'https://www.splcenter.org',
  'https://www.naacp.org',
  'https://www.civilrights.org',
  'https://www.advancingjustice-la.org',
  'https://www.advancingjustice-chicago.org',
  'https://www.advancingjustice-aajc.org',
  'https://www.maldef.org',
  'https://www.lambdalegal.org',
  'https://www.glad.org',
  'https://www.nclr.org',
  'https://www.nclej.org',
  'https://www.civilrightsdefenders.org',
  'https://www.justiceforall.org',
  'https://www.equalrights.org',
  'https://www.southerncoalition.org',

  // Immigration Rights
  'https://www.nationalimmigrationproject.org',
  'https://www.ailalawyer.org',
  'https://www.immigrationadvocates.org',
  'https://www.immigrantjustice.org',
  'https://www.immigrantdefenseproject.org',
  'https://www.tahirih.org',
  'https://www.raicestexas.org',
  'https://www.ilrc.org',
  'https://www.asylumadvocacy.org',

  // Voting Rights
  'https://www.fairvote.org',
  'https://www.commoncause.org',
  'https://www.demos.org',
  'https://www.brennancenter.org',
  'https://www.campaignlegal.org',

  // ========== CONSUMER PROTECTION (100+) ==========
  'https://www.nclc.org',
  'https://www.consumerreports.org',
  'https://www.consumerfed.org',
  'https://www.citizen.org',
  'https://www.consumeraction.org',
  'https://www.publicjustice.net',
  'https://www.consumeradvocates.org',
  'https://www.naca.net',
  'https://www.nclcdc.org',

  // ========== ENVIRONMENTAL ORGANIZATIONS (300+) ==========

  // Major National Environmental Groups
  'https://www.nrdc.org',
  'https://www.sierraclub.org',
  'https://www.earthjustice.org',
  'https://www.edf.org',
  'https://www.nature.org',
  'https://www.greenpeace.org',
  'https://www.foe.org',
  'https://www.wilderness.org',
  'https://www.biologicaldiversity.org',
  'https://www.oceanconservancy.org',
  'https://www.worldwildlife.org',
  'https://www.conservation.org',
  'https://www.audubon.org',

  // Climate & Energy
  'https://www.350.org',
  'https://www.climaterealityproject.org',
  'https://www.earthday.org',
  'https://www.climatecentral.org',
  'https://www.ucsusa.org',
  'https://www.ran.org',

  // Water & Oceans
  'https://www.waterkeeper.org',
  'https://www.cleanseas.org',
  'https://www.oceana.org',
  'https://www.surfrider.org',
  'https://www.rivernetwork.org',

  // Wildlife & Biodiversity
  'https://www.defenders.org',
  'https://www.endangeredspeciescoalition.org',
  'https://www.nwf.org',
  'https://www.wildlife.org',

  // Land Conservation
  'https://www.tpl.org',
  'https://www.americanforests.org',
  'https://www.treepeople.org',

  // ========== ANIMAL WELFARE & RIGHTS (150+) ==========
  'https://www.aspca.org',
  'https://www.humanesociety.org',
  'https://www.peta.org',
  'https://www.aldf.org',
  'https://www.animalequality.org',
  'https://www.mercyforanimals.org',
  'https://www.farmforward.com',
  'https://www.bestfriends.org',
  'https://www.awionline.org',
  'https://www.americanhumane.org',
  'https://www.hsus.org',
  'https://www.four-paws.org',
  'https://www.worldanimalprotection.us',
  'https://www.sharkangels.org',
  'https://www.savethewhales.org',
  'https://www.dolphins.org',

  // ========== HEALTHCARE & PUBLIC HEALTH (200+) ==========
  'https://www.familiesusa.org',
  'https://www.healthlaw.org',
  'https://www.kff.org',
  'https://www.communityhealth.org',
  'https://www.healthaffairs.org',
  'https://www.communitycatalyst.org',
  'https://www.healthright.org',
  'https://www.doctorswithoutborders.org',
  'https://www.americares.org',
  'https://www.projecthope.org',
  'https://www.directrelief.org',
  'https://www.plannedparenthood.org',
  'https://www.cancer.org',
  'https://www.heart.org',
  'https://www.lung.org',
  'https://www.diabetes.org',
  'https://www.alz.org',
  'https://www.michaeljfox.org',
  'https://www.parkinson.org',
  'https://www.als.org',

  // Mental Health
  'https://www.nami.org',
  'https://www.mhanational.org',
  'https://www.mentalhealthamerica.net',
  'https://www.thetrevorproject.org',
  'https://www.afsp.org',

  // ========== EDUCATION & RESEARCH (250+) ==========
  'https://www.edtrust.org',
  'https://www.publiceducation.org',
  'https://www.aft.org',
  'https://www.nea.org',
  'https://www.teachforamerica.org',
  'https://www.achievementfirst.org',
  'https://www.kipp.org',
  'https://www.collegeboard.org',
  'https://www.edsurge.com',
  'https://www.newschools.org',
  'https://www.brighthorizons.com',
  'https://www.readinga-z.com',

  // Higher Education
  'https://www.acenet.edu',
  'https://www.luminafoundation.org',
  'https://www.achievingthedream.org',
  'https://www.collegepossible.org',

  // Early Childhood
  'https://www.zerotothree.org',
  'https://www.naeyc.org',
  'https://www.ffyf.org',

  // ========== HOUSING & HOMELESSNESS (100+) ==========
  'https://www.nhlp.org',
  'https://nlihc.org',
  'https://www.endhomelessness.org',
  'https://www.habitatforhumanity.org',
  'https://www.enterprise.org',
  'https://www.nhc.org',
  'https://www.housingtrustfundproject.org',

  // ========== LABOR & EMPLOYMENT (100+) ==========
  'https://www.nelp.org',
  'https://www.workingfamilies.org',
  'https://www.aflcio.org',
  'https://www.seiu.org',
  'https://www.labornetwork.org',
  'https://www.workerscenter.org',
  'https://www.workersdefense.org',

  // ========== WOMEN'S RIGHTS (80+) ==========
  'https://www.nwlc.org',
  'https://www.legalmomentum.org',
  'https://www.now.org',
  'https://www.equalitynow.org',
  'https://www.feminist.org',
  'https://www.womensenews.org',
  'https://www.womenslaw.org',

  // ========== LGBTQ RIGHTS (60+) ==========
  'https://www.lambdalegal.org',
  'https://www.glad.org',
  'https://www.nclrights.org',
  'https://www.thetaskforce.org',
  'https://www.hrc.org',
  'https://www.glaad.org',
  'https://www.transequality.org',

  // ========== DISABILITY RIGHTS (70+) ==========
  'https://www.dredf.org',
  'https://www.autismspeaks.org',
  'https://www.autismsociety.org',
  'https://www.ndss.org',
  'https://www.disabilityrightsca.org',
  'https://www.disabilitylaw.org',
  'https://www.ndrn.org',

  // ========== CRIMINAL JUSTICE REFORM (90+) ==========
  'https://www.innocenceproject.org',
  'https://www.vera.org',
  'https://www.sentencingproject.org',
  'https://www.prisonpolicy.org',
  'https://www.famm.org',
  'https://www.fairfightinitiative.org',
  'https://www.marshallproject.org',
  'https://www.campaignforyouthjustice.org',

  // ========== VETERANS SERVICES (60+) ==========
  'https://www.veteranslegalinstitute.org',
  'https://www.nvf.org',
  'https://www.woundedwarriorproject.org',
  'https://www.dav.org',
  'https://www.vva.org',
  'https://www.legion.org',

  // ========== CHILDREN & YOUTH (120+) ==========
  'https://www.childrensdefense.org',
  'https://www.firstfocus.org',
  'https://www.childfund.org',
  'https://www.savethechildren.org',
  'https://www.unicefusa.org',
  'https://www.childwelfare.gov',
  'https://www.preventchildabuse.org',
  'https://www.afterschoolalliance.org',
  'https://www.bgca.org',
  'https://www.ymca.org',

  // ========== SENIOR SERVICES (50+) ==========
  'https://www.justiceinaging.org',
  'https://www.aarp.org',
  'https://www.ncoa.org',
  'https://www.eldercare.acl.gov',
  'https://www.mealsonwheelsamerica.org',

  // ========== ARTS & CULTURE (100+) ==========
  'https://www.americansforthearts.org',
  'https://www.artsfund.org',
  'https://www.artsusa.org',
  'https://www.artpride.org',
  'https://www.nationalendowmentforarts.gov',
  'https://www.pen.org',

  // ========== TECHNOLOGY & DIGITAL RIGHTS (70+) ==========
  'https://www.eff.org',
  'https://www.epic.org',
  'https://www.accessnow.org',
  'https://www.cdt.org',
  'https://www.fightforthefuture.org',
  'https://www.publicknowledge.org',
  'https://www.digitalliteracy.org',

  // ========== COMMUNITY DEVELOPMENT (80+) ==========
  'https://www.cdfi.org',
  'https://www.lisc.org',
  'https://www.ncall.org',
  'https://www.neighborworks.org',
  'https://www.ncrc.org',

  // ========== INTERNATIONAL DEVELOPMENT (100+) ==========
  'https://www.pilnet.org',
  'https://www.oxfam.org',
  'https://www.care.org',
  'https://www.mercy.org',
  'https://www.worldvision.org',
  'https://www.redcross.org',
  'https://www.ircwash.org',

  // ========== FOOD & HUNGER (70+) ==========
  'https://www.feedingamerica.org',
  'https://www.worldhunger.org',
  'https://www.nokidhungry.org',
  'https://www.frac.org',
  'https://www.foodbanks.net',
];

module.exports = nonprofitUrls;