# How to Make an API Call for Career Site Jobs

**Use case:** 

Learn how to make a simple API call that returns over 2 million active jobs (remote friendly too) from over 120,000+ sites. Supporting over 60+ ATS platforms.

## Input

```json
{
  "title": "writer",
  "country": "United States",
  "is_remote": "",
  "workplace_type": "",
  "employment_type": "",
  "experience_level": "",
  "job_family": "Data",
  "subcategory": "Content Writing",
  "source": "",
  "date_posted_from": "2026-07-18",
  "date_posted_to": "2026-07-25",
  "job_score_order": "",
  "maxItems": 50,
  "offset": 0
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "string"
  },
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company_name": {
    "label": "Company",
    "format": "string"
  },
  "source": {
    "label": "ATS",
    "format": "string"
  },
  "job_family": {
    "label": "Family",
    "format": "string"
  },
  "subcategory": {
    "label": "Subcategory",
    "format": "string"
  },
  "workplace_type": {
    "label": "Workplace",
    "format": "string"
  },
  "employment_type": {
    "label": "Employment",
    "format": "string"
  },
  "experience_level": {
    "label": "Level",
    "format": "string"
  },
  "is_remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "location_country": {
    "label": "Location Country",
    "format": "string"
  },
  "date_posted": {
    "label": "Posted",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "compensation": {
    "label": "Compensation",
    "format": "object"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "responsibilities": {
    "label": "Responsibilities",
    "format": "array"
  },
  "requirements": {
    "label": "Requirements",
    "format": "array"
  },
  "benefits": {
    "label": "Benefits",
    "format": "array"
  },
  "hard_skills": {
    "label": "Hard skills",
    "format": "array"
  },
  "soft_skills": {
    "label": "Soft skills",
    "format": "array"
  },
  "tools": {
    "label": "Tools",
    "format": "array"
  },
  "job_score": {
    "label": "Score",
    "format": "number"
  },
  "apply_url": {
    "label": "Apply",
    "format": "string"
  },
  "listing_url": {
    "label": "Listing",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Career Sites Jobs API 💎](https://apify.com/karaulal/career-sites-jobs-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/karaulal/career-sites-jobs-api) to learn more, explore other use cases, and run it yourself.