This document lists all available job board APIs for remote full-stack software engineering positions, categorized by free/paid status.
-
RemoteOK - FREE
- URL: https://remoteok.com/api
- Status: ✅ Implemented
- Notes: One of the largest remote job boards, returns ~100 jobs
-
Remotive - FREE (with 24h delay) / PAID (real-time)
- URL: https://remotive.com/api/remote-jobs
- Status: ✅ Implemented (using free version)
- Notes: Returns 1,500+ jobs, excellent for software-dev category
-
Arbeitnow - FREE
- URL: https://www.arbeitnow.com/api/job-board-api
- Status: ✅ Implemented
- Notes: European focus, includes remote filter
-
Himalayas - FREE
- URL: https://himalayas.app/api
- Limit: 20 jobs per request (as of March 2025)
- Status: ❌ Not implemented
- Notes: High-quality remote jobs, well-curated
-
JustRemote - UNKNOWN
- URL: https://justremote.co
- Status: ❌ Not implemented
- Notes: Popular remote job board, need to investigate API availability
-
Remote Leaf - PAID
- URL: https://remoteleaf.com/remote-jobs-api
- Status: ❌ Not implemented
- Notes: Claims to be "world's biggest API feed of remote jobs data"
- Cost: Unknown, requires contact
-
Adzuna - FREE (with API key)
- URL: https://developer.adzuna.com
- Auth: Requires API key
- Limit: Unknown
- Status: ❌ Not implemented
- Notes: Aggregates jobs from multiple sources, has remote filter
- Formats: JSON, JSONP, XML
-
Reed - FREE (with API key)
- URL: https://www.reed.co.uk/developers
- Auth: Requires API key
- Limit: 1,000 requests/day per key (Jobseeker API)
- Status: ❌ Not implemented
- Notes: UK-focused, has remote options
-
USAJobs - FREE
- URL: https://developer.usajobs.gov
- Auth: Requires API key
- Status: ❌ Not implemented
- Notes: US government jobs, many remote positions
- Focus: Government positions (might not be high-paying for private sector)
-
Findwork.dev
- URL: https://findwork.dev
- Status: ❌ Need to investigate API availability
- Notes: Developer-focused job board
-
WeWorkRemotely
- URL: https://weworkremotely.com
- Status: ❌ No public API found
- Notes: One of the largest remote job boards, but no official API
- Alternative: Would need HTML scraping (fragile)
-
Wellfound (formerly AngelList Talent)
- URL: https://wellfound.com
- Status: ❌ Need to investigate API availability
- Notes: Startup jobs, many remote positions
-
Stack Overflow Jobs
- URL: https://stackoverflow.com/jobs
- Status:
⚠️ Deprecated (Stack Overflow shut down their job board) - Notes: No longer available
-
Indeed API
- URL: https://indeed.com
- Status:
⚠️ No public API (partner access only) - Notes: Largest job board but no public API
-
LinkedIn Jobs API
- URL: https://developer.linkedin.com
- Status:
⚠️ Requires LinkedIn partnership - Notes: Restricted access, complex authentication
-
Glassdoor API
- URL: https://www.glassdoor.com
- Status:
⚠️ No public job search API - Notes: Company reviews available via partner API
-
GitHub Jobs
- Status:
⚠️ Discontinued - Notes: GitHub shut down their job board in 2021
- Status:
-
Honeypot (EU focused)
- URL: https://www.honeypot.io
- Status: ❌ Need to investigate API
- Notes: Developer-focused, European market
-
Hired
- URL: https://hired.com
- Status: ❌ No public API found
- Notes: Reverse job board (companies apply to you)
| API | Status | Cost | Auth | Rate Limit | Jobs/Request | Quality | Focus |
|---|---|---|---|---|---|---|---|
| RemoteOK | ✅ | FREE | No | Unknown | ~100 | High | Remote-first |
| Remotive | ✅ | FREE* | No | Unknown | 1,500+ | High | Tech/Remote |
| Arbeitnow | ✅ | FREE | No | Unknown | 100 | Medium | EU/Remote |
| Himalayas | ❌ | FREE | Unknown | 20/req | 20 | High | Remote-first |
| Adzuna | ❌ | FREE | API Key | Unknown | Unknown | Medium | General |
| Reed | ❌ | FREE | API Key | 1,000/day | Unknown | Medium | UK-focused |
| USAJobs | ❌ | FREE | API Key | Unknown | Unknown | Medium | Gov't jobs |
| Remote Leaf | ❌ | PAID | Unknown | Unknown | Unknown | Unknown | Remote |
*Remotive free version has 24-hour delay
- ✅ RemoteOK - Done
- ✅ Remotive - Done
- ✅ Arbeitnow - Done
- Himalayas - Free, well-documented
- Adzuna - Large aggregator
- Reed - UK market
- USAJobs - Government positions
- JustRemote - Check if API exists
- Findwork.dev - Check if API exists
- Wellfound - Check API availability
- Remote Leaf - Paid API
- LinkedIn - Complex auth, partnership required
- Indeed - No public API
Best Sources:
- RemoteOK - Large volume, good quality
- Remotive - Excellent curation, many high-paying roles
- Himalayas - High-quality, well-vetted positions
- Adzuna - Aggregates from multiple sources
Focus Locations for High Pay:
- United States (especially SF Bay Area, NYC, Seattle)
- Dubai / UAE
- Switzerland
- Canada (Toronto, Vancouver)
- UK (London)
- Germany (Berlin, Munich)
- Singapore
- Australia (Sydney, Melbourne)
- Most free APIs have rate limits
- Some APIs (like Remotive) have paid tiers with better features
- Always respect rate limits and ToS
- Consider caching responses to minimize API calls
- Some APIs require attribution/backlinks
For APIs requiring keys:
- Store keys in environment variables
- Implement rate limiting
- Add retry logic with exponential backoff
- Monitor API usage
- Have fallback mechanisms if API is down
- Implement Himalayas API (free, 20 jobs per request)
- Investigate JustRemote and Findwork.dev for API availability
- Set up API key management system
- Implement Adzuna (requires registration for API key)
- Consider paid Remote Leaf API if free sources insufficient