Non-Ai Job API (NAJAPI) (0.0.5)

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 😉.

Features:

  • Changeable search depth. You can get data for last 1, 5, 10, 15 or 30 days.
  • Pagination. By default API returns first page and total pages number, so you can swtich between pages to get all the data.
  • Different page sizes from 10 to 100 results per page.
  • Protected. You should use your API key to get access to the full feature set.

Jobs

Search for job opportunities

Search for a new remote jobs using comma separated keywords as a query

Request Body schema: application/json

Specify query, API key, page and per_page

query
required
string
api_key
required
string
page
integer
per_page
integer

Responses

Request samples

Content type
application/json
{
  • "query": "java,developer",
  • "api_key": "demo_key",
  • "page": 1,
  • "per_page": 10
}

Response samples

Content type
application/json
{}