> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inop.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview: Job Posts API

> v0.0.1

<Note>
  If you're not looking to build API reference, you can export datasets directly from the dashboard.
</Note>

## 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

```json theme={null}
{
  "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"
}

```
