# Scrape Hiring Company Leads in Malaysia - Glints

**Use case:** 

Build a B2B lead list of Malaysian hiring companies on Glints with Company, Industry, Size, Website, LinkedIn and Lead score. Ready-to-use contact list.

## Input

```json
{
  "searchQueries": [
    "software engineer"
  ],
  "country": "MY",
  "jobType": "any",
  "workArrangement": "any",
  "educationLevel": "any",
  "sortBy": "relevance",
  "remoteOnly": false,
  "includeJobDetails": true,
  "includeJobDescriptionHtml": false,
  "outputCompanyLeads": true,
  "deduplicateJobs": true,
  "monitorMode": false,
  "monitorKey": "default",
  "maxItems": 100,
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "size": {
    "label": "Size",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "linkedin": {
    "label": "LinkedIn",
    "format": "link"
  },
  "openings": {
    "label": "Openings",
    "format": "number"
  },
  "salaryRangeSeen": {
    "label": "Salary range",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "companyUrl": {
    "label": "Glints profile",
    "format": "link"
  }
}
```

## About this Actor

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