# MyCareersFuture Jobs — Full Export

**Use case:** 

Scrape the full mycareersfuture jobs dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract mycareersfuture jobs for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "searchQuery": "",
  "categories": [],
  "employmentTypes": [],
  "positionLevels": [],
  "maxItems": 200
}
```

## Output

```json
{
  "job_post_id": {
    "label": "Job Post Id",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "employer_name": {
    "label": "Employer Name",
    "format": "string"
  },
  "employment_type": {
    "label": "Employment Type",
    "format": "string"
  },
  "seniority": {
    "label": "Seniority",
    "format": "string"
  },
  "salary_min_sgd": {
    "label": "Salary Min Sgd",
    "format": "number"
  },
  "salary_max_sgd": {
    "label": "Salary Max Sgd",
    "format": "number"
  },
  "salary_type": {
    "label": "Salary Type",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "posted_date": {
    "label": "Posted Date",
    "format": "string"
  },
  "expires_date": {
    "label": "Expires Date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [MyCareersFuture Jobs Scraper](https://apify.com/jungle_synthesizer/mycareersfuture-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/mycareersfuture-jobs-scraper) to learn more, explore other use cases, and run it yourself.