If you’re not looking to build API reference, you can export datasets directly from the dashboard.

Overview

Fetches structured job postings with detailed metadata, including:

  • Job title, description, and required skills.
  • Compensation details (if available).
  • Employment type (full-time, remote, contract).

Example Response

{
  "job_id": "job_98765",
  "title": "Senior Software Engineer",
  "company": "INOP Tech",
  "location": "Remote",
  "employment_type": "Full-Time",
  "required_skills": ["Python", "Django", "Cloud Computing"],
  "salary_range": "130000 - 160000 USD",
  "posted_date": "2025-03-10"
}