Download OpenAPI specification:Download
NAJAPI allows you to retrieve data about the latest available remote jobs from all over the Internet, totaling around 60k+ jobs monthly. NAJAPI stores only fresh data, meaning that all job opportunities older than one month will be automatically removed.
Currently, this service is in the concept/alpha stage and has its own limitations, such as response speed and available features. However, additional sources and much more useful functionality will be added soon.
You could check live demo to see how it works .
Use this API for your services creation, data import or just simply to find your next job.
Beware of rate limits. Database typically updates 2-3 time pers 24 hours. So it is not necessary spam API each second with the same request 😉.
Search for a new remote jobs using comma separated keywords as a query
Specify query, API key, page and per_page
query required | string |
api_key required | string |
page | integer |
per_page | integer |
{- "query": "java,developer",
- "api_key": "demo_key",
- "page": 1,
- "per_page": 10
}
{- "page": 1,
- "pages": 10
}