v1

latestOpenAPI 3.0.3Apache 2.02026-07-1710047196.1 KB
Job Posts

Fetch all job posts

Fetches all job posts with optional pagination.

get/jobs

Query parameters

pageinteger

The page number for pagination

limitinteger

The number of items per page

Response

A list of paginated job posts

idstring
titlestring
salary_rangestring
job_typestring
locationstring
deadlinestring date-time
job_modestring
experience_levelstring
how_to_applystring
benefitsstring
company_namestring
descriptionstring
key_responsibilitiesstring
qualificationsstring
created_atstring date-time
updated_atstring date-time

Example response

[
  {
    "id": "01910544-d1e1-7ada-bdac-c761e527ec91",
    "title": "Junior Backend intern",
    "salary_range": "500,000 NGN",
    "job_type": "internship",
    "location": "San Francisco, CA",
    "deadline": "2024-12-31T23:59:59Z",
    "job_mode": "remote",
    "experience_level": "0-2 years",
    "how_to_apply": "Submit your resume and cover letter to hr@company.com",
    "benefits": "Flexible hours, Remote work, Health insurance",
    "company_name": "Tech Innovators",
    "description": "We are looking for a passionate Software Engineer Intern to join our team. You will be working on exciting projects and gain hands-on experience.",
    "key_responsibilities": "Develop and maintain web applications, Collaborate with the team on various projects, Participate in code reviews",
    "qualifications": "Expert with GIT",
    "created_at": "2024-07-30T21:11:21.9538358+01:00",
    "updated_at": "2024-07-30T21:11:21.9538358+01:00"
  }
]