# Gulftalent Job Jobs JSON API with Structured Data

**Use case:** 

gulftalent job jobs json api for AI agents and Apify MCP: structured, source-linked records with bounded inputs for research, automation, monitoring, and

## Input

```json
{
  "searchUrls": [],
  "keyword": "gulftalent job jobs",
  "maxResults": 25,
  "maxPages": 20,
  "includeJobDetails": true,
  "proxyCountry": "AE"
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "string"
  },
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "companyName": {
    "label": "Employer",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "salaryText": {
    "label": "Published salary",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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