# Find Accounting Jobs in Abu Dhabi

**Use case:** 

Find live accounting jobs in Abu Dhabi directly from NaukriGulf. Extract real-time job listings with roles, salaries, companies, and apply links instantly

## Input

```json
{
  "directUrls": [
    "https://www.naukrigulf.com/accountant-jobs?country=14&citysrp=14.5"
  ],
  "keywords": "Accountant",
  "location": "Abu Dhabi",
  "experience": "3",
  "clusterCountry": [
    "17"
  ],
  "maxResults": 50,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AE"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "company": {
    "label": "Company Name",
    "format": "string"
  },
  "location": {
    "label": "Job Location",
    "format": "string"
  },
  "experienceMin": {
    "label": "Min Experience (Years)",
    "format": "integer"
  },
  "experienceMax": {
    "label": "Max Experience (Years)",
    "format": "integer"
  },
  "url": {
    "label": "Job URL (Full)",
    "format": "string"
  },
  "postedDate": {
    "label": "Posted Date (Unix)",
    "format": "integer"
  },
  "isEasyApply": {
    "label": "Easy Apply",
    "format": "boolean"
  },
  "isSponsored": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "Scraped At (ISO 8601)",
    "format": "string"
  }
}
```

## About this Actor

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