# Data Analyst Jobs Singapore Scraper

**Use case:** 

Scrape data analyst job listings in Singapore with salary range, company, seniority and vacancies from MyCareersFuture.

## Input

```json
{
  "searchQuery": "data analyst",
  "employmentType": "",
  "maxItems": 50
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "employmentType": {
    "label": "Type",
    "format": "string"
  },
  "seniority": {
    "label": "Seniority",
    "format": "string"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "integer"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "integer"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "numberOfVacancies": {
    "label": "Vacancies",
    "format": "integer"
  },
  "postedDate": {
    "label": "Posted",
    "format": "string"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "string"
  }
}
```

## About this Actor

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