# remoteok-extractor Pulls listings from the public [Remote OK feed](https://remoteok.com/api). - No authentication required. - The endpoint returns the entire active board in a single JSON array; the first element is metadata/legal text. We fetch once and apply each pipeline `searchTerm` as a case-insensitive filter over the job's `position` and `tags`. - Caps results per term via the `remoteokMaxJobsPerTerm` setting (default 100). - Listings are flagged `isRemote: true` and labelled "Remote" if Remote OK doesn't supply a city. - Per Remote OK's TOS we send a descriptive User-Agent and preserve the legal notice on the response. If you publish results, please link back to the original posting URLs.