If you want remote job data, you do not need to scrape HTML or sign up for anything. Four of the bigger remote job boards publish keyless public feeds. The catch is that they all speak different dialects, so the real work is normalization. Here are the endpoints and the traps.

The four feeds

RemoteOK returns its whole current board as one JSON array:

GET https://remoteok.com/api

Enter fullscreen mode