# Gulftalent Python Developer UAE

**Use case:** 

Get structured data for gulftalent python developer uae with Gulftalent Scraper. Export results for research, monitoring, or automation.

## Input

```json
{
  "searchUrls": [
    "https://www.gulftalent.com/jobs/title/python-developer"
  ],
  "keyword": "python developer",
  "country": "uae",
  "includeDetails": true,
  "maxResults": 5
}
```

## Output

```json
{
  "company_logo": {
    "label": "Logo",
    "format": "image"
  },
  "title": {
    "label": "Job",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "job_type": {
    "label": "Job type",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "date_posted": {
    "label": "Posted",
    "format": "date"
  },
  "valid_through": {
    "label": "Valid through",
    "format": "date"
  },
  "easy_apply": {
    "label": "Easy apply",
    "format": "boolean"
  },
  "lead_score": {
    "label": "Lead score",
    "format": "number"
  },
  "url": {
    "label": "Listing",
    "format": "link"
  }
}
```

## About this Actor

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