# Track UAE Companies Hiring Now - LinkedIn Signals Tracker

**Use case:** 

Weekly tracker for UAE companies hiring on LinkedIn. Open roles, hiring intent scores and Arabic labels for lead generation in Dubai and the Emirates.

## Input

```json
{
  "keywords": [
    "Ecommerce Specialist"
  ],
  "location": "United Arab Emirates",
  "postedWithinDays": 7,
  "maxJobsPerKeyword": 100,
  "enableArabicLabels": true,
  "enrichJobDetails": false,
  "trackTrend": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "text"
  },
  "companyArabic": {
    "label": "Company (Arabic)",
    "format": "text"
  },
  "companyLinkedinUrl": {
    "label": "LinkedIn",
    "format": "link"
  },
  "openRoles": {
    "label": "Open roles",
    "format": "number"
  },
  "hiringIntentScore": {
    "label": "Hiring intent (0-100)",
    "format": "number"
  },
  "trendDelta": {
    "label": "Trend vs last run",
    "format": "number"
  },
  "sampleTitles": {
    "label": "Sample titles",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [UAE Hiring & Lead Signals (Bilingual)](https://apify.com/get_anything/uae-hiring-lead-signals) with a specific input configuration. Visit the [Actor detail page](https://apify.com/get_anything/uae-hiring-lead-signals) to learn more, explore other use cases, and run it yourself.