# Find Singapore hiring leads & recruiter phones

**Use case:** 

Turn JobStreet postings into B2B leads: company, advertiser, verification badge and recruiter phone (when published), plus role and salary. No login.

## Input

```json
{
  "searchTerms": [
    "sales executive"
  ],
  "onlyWithSalary": false,
  "sortBy": "ListedDate",
  "postedWithinDays": 0,
  "includeJobDetails": true,
  "maxItems": 0,
  "maxItemsPerSearch": 0,
  "monitorMode": false,
  "dedupStoreName": "jobstreet-sg-state",
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company"
  },
  "companyUrl": {
    "label": "Company page"
  },
  "advertiserName": {
    "label": "Advertiser"
  },
  "advertiserIsVerified": {
    "label": "Verified"
  },
  "recruiterPhone": {
    "label": "Phone"
  },
  "title": {
    "label": "Hiring for"
  },
  "salaryMax": {
    "label": "Salary max"
  },
  "classification": {
    "label": "Category"
  },
  "location": {
    "label": "Location"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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