# GulfTalent Job Data Extractor for Admin Positions

**Use case:** 

Collect job listings for 'admin' roles from GulfTalent, including titles, companies, locations, and salaries for targeted market insights.

## Input

```json
{
  "startUrl": "https://www.gulftalent.com/jobs/search?search_keyword=Admin&city=Dubai&page=1",
  "keyword": "admin",
  "location": "Dubai",
  "posted_date": "anytime",
  "maxJobs": 100,
  "maxPages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "job_id": {
    "label": "Job ID",
    "format": "string"
  },
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "reference": {
    "label": "Reference",
    "format": "string"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment",
    "format": "string"
  },
  "date_posted": {
    "label": "Posted",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [GulfTalent Job Scraper](https://apify.com/shahidirfan/gulftalent-job-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/gulftalent-job-scraper) to learn more, explore other use cases, and run it yourself.