# weworkremotely-extractor Pulls listings from the public [We Work Remotely RSS feed](https://weworkremotely.com/remote-jobs.rss). - No authentication required. - Single RSS fetch returns all recent listings; we filter client-side by matching title + skills + category against pipeline search terms. - Uses lightweight regex-based XML parsing (no external XML library). - All listings are flagged `isRemote: true`. - Caps results per term via the `weworkremotelyMaxJobsPerTerm` setting (default 100).