# Export Singapore hiring-company leads

**Use case:** 

Turn MyCareersFuture postings into B2B leads: hiring company with UEN, website, industry, headcount and aggregated hiring signals. Export to CSV.

## Input

```json
{
  "searchKeywords": [
    "software engineer"
  ],
  "categories": [
    "Information Technology"
  ],
  "employmentTypes": [],
  "positionLevels": [],
  "sortBy": "new_posting_date",
  "postedWithinDays": 0,
  "maxItems": 100,
  "scrapeJobDetails": true,
  "includeCompanyLeads": true,
  "monitorMode": false,
  "monitorTrackChanges": true,
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "companyUen": {
    "label": "UEN",
    "format": "text"
  },
  "companyWebsite": {
    "label": "Website",
    "format": "link"
  },
  "companyIndustry": {
    "label": "Industry (SSIC)",
    "format": "text"
  },
  "companyEmployeeCount": {
    "label": "Employees",
    "format": "text"
  },
  "liveJobCount": {
    "label": "Live jobs",
    "format": "number"
  },
  "totalVacancies": {
    "label": "Vacancies",
    "format": "number"
  },
  "salaryMinAcrossJobs": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMaxAcrossJobs": {
    "label": "Salary max",
    "format": "number"
  },
  "categoriesHiring": {
    "label": "Hiring for",
    "format": "array"
  },
  "companyProfileUrl": {
    "label": "Profile",
    "format": "link"
  }
}
```

## About this Actor

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