{
  "openapi": "3.0.1",
  "info": {
    "title": "NaukriGulf Jobs Scraper $0.8💰",
    "description": "From 💰$0.8/1K. Scrape job listings from naukrigulf.com across the Gulf — UAE, Saudi Arabia, Qatar, Kuwait, Oman and Bahrain — with salaries, nationality and contact data, filters and incremental monitoring. For recruitment analysis, market research, and HR analytics and much more.",
    "version": "0.1",
    "x-build-id": "hVvYRSZrN5ZdZ0nab"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/corvuslab~naukrigulf-jobs-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-corvuslab-naukrigulf-jobs-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/corvuslab~naukrigulf-jobs-scraper/runs": {
      "post": {
        "operationId": "runs-sync-corvuslab-naukrigulf-jobs-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/corvuslab~naukrigulf-jobs-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-corvuslab-naukrigulf-jobs-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "mode": {
            "title": "🎯 Mode",
            "enum": [
              "search",
              "jobUrls"
            ],
            "type": "string",
            "description": "How jobs are discovered: run a keyword/location search, or scrape a fixed list of job URLs.",
            "default": "search"
          },
          "query": {
            "title": "🔑 Search keywords",
            "type": "string",
            "description": "Job keywords, e.g. \"accountant\" or \"software developer\". Separate multiple searches with commas — each runs as its own search and results are merged and de-duplicated."
          },
          "location": {
            "title": "📍 Location",
            "type": "string",
            "description": "City or country filter, e.g. \"dubai\", \"abu dhabi\", \"riyadh\", \"qatar\", \"uae\". Leave empty to search the entire Gulf region."
          },
          "maxResults": {
            "title": "🔢 Max results",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum number of job records to return. Set 0 for unlimited (bounded only by how many jobs the search has).",
            "default": 25
          },
          "jobUrls": {
            "title": "🔗 Job URLs",
            "type": "array",
            "description": "Scrape specific jobs. Paste full naukrigulf.com job-page URLs (or bare job IDs) straight from your browser.",
            "items": {
              "type": "string"
            }
          },
          "startUrls": {
            "title": "📋 Start URLs",
            "type": "array",
            "description": "Paste naukrigulf.com search or listing URLs (e.g. https://www.naukrigulf.com/accountant-jobs-in-dubai). Job-page URLs work here too.",
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "ignoreUrlFailures": {
            "title": "⏭️ Ignore URL failures",
            "type": "boolean",
            "description": "Skip URLs that cannot be interpreted instead of failing the whole run.",
            "default": true
          },
          "experienceLevel": {
            "title": "🧑‍💼 Experience level",
            "type": "array",
            "description": "Filter by years-of-experience band.",
            "items": {
              "type": "string",
              "enum": [
                "0-1",
                "2-5",
                "6-10",
                "11-15",
                "16-20",
                "20+"
              ],
              "enumTitles": [
                "0 – 1 year",
                "2 – 5 years",
                "6 – 10 years",
                "11 – 15 years",
                "16 – 20 years",
                "Above 20 years"
              ]
            }
          },
          "experienceYears": {
            "title": "📈 Minimum years of experience",
            "minimum": 0,
            "maximum": 40,
            "type": "integer",
            "description": "Keep only jobs that accept a candidate with this many years of experience."
          },
          "salaryBand": {
            "title": "💰 Monthly salary (USD)",
            "type": "array",
            "description": "Filter by the job's monthly salary band, in US dollars.",
            "items": {
              "type": "string",
              "enum": [
                "<500",
                "500-1000",
                "1000-2000",
                "2000-3000",
                "3000-4000",
                "4000-5000",
                "5000-6000",
                "6000-7000",
                "7000+"
              ],
              "enumTitles": [
                "Less than $500",
                "$501 – $1,000",
                "$1,001 – $2,000",
                "$2,001 – $3,000",
                "$3,001 – $4,000",
                "$4,001 – $5,000",
                "$5,001 – $6,000",
                "$6,001 – $7,000",
                "Above $7,000"
              ]
            }
          },
          "datePosted": {
            "title": "🗓️ Date posted",
            "type": "array",
            "description": "Only jobs posted within this many days.",
            "items": {
              "type": "string",
              "enum": [
                "1",
                "3",
                "7",
                "15",
                "30",
                "60"
              ],
              "enumTitles": [
                "Last 24 hours",
                "Last 3 days",
                "Last 7 days",
                "Last 15 days",
                "Last 30 days",
                "Last 60 days"
              ]
            }
          },
          "industryIds": {
            "title": "🏭 Industry",
            "type": "array",
            "description": "Filter by the employer's industry.",
            "items": {
              "type": "string",
              "enum": [
                "25",
                "10",
                "20",
                "30",
                "59",
                "7",
                "15",
                "61",
                "42",
                "36",
                "12",
                "41",
                "23",
                "6",
                "13",
                "43",
                "2",
                "39",
                "53",
                "11",
                "37",
                "55",
                "63",
                "31",
                "16"
              ],
              "enumTitles": [
                "IT",
                "Construction",
                "Hospitality",
                "Medical",
                "Consulting",
                "Banking and Finance",
                "Education",
                "Engineering",
                "Recruitment",
                "Oil and Gas",
                "FMCG",
                "Real Estate",
                "E-commerce",
                "Automobile",
                "Logistics",
                "Retail",
                "Advertising",
                "Power Generation",
                "Catering",
                "Consumer Durables",
                "Pharmaceutical",
                "Accounting",
                "Facility Management",
                "Steel Fabrication",
                "Trading"
              ]
            }
          },
          "nationality": {
            "title": "🌍 Nationality preference",
            "type": "array",
            "description": "Filter by the nationality the employer is hiring for.",
            "items": {
              "type": "string",
              "enum": [
                "gcc",
                "arab",
                "indian",
                "filipino",
                "european",
                "anglophone",
                "any"
              ],
              "enumTitles": [
                "GCC nationals",
                "Arab nationals",
                "Indians",
                "Filipinos",
                "Europeans / CIS",
                "Anglophones",
                "Any nationality"
              ]
            }
          },
          "gender": {
            "title": "⚧ Gender preference",
            "type": "array",
            "description": "Filter by the gender stated in the posting (many Gulf postings specify one).",
            "items": {
              "type": "string",
              "enum": [
                "any",
                "male",
                "female",
                "not_mentioned"
              ],
              "enumTitles": [
                "Any",
                "Male",
                "Female",
                "Not mentioned"
              ]
            }
          },
          "easyApplyOnly": {
            "title": "⚡ Easy-apply jobs only",
            "type": "boolean",
            "description": "Only return jobs you can apply to directly on the site (no external application form).",
            "default": false
          },
          "includeSponsored": {
            "title": "📢 Include sponsored jobs",
            "type": "boolean",
            "description": "Include promoted/sponsored postings in the results.",
            "default": true
          },
          "sortBy": {
            "title": "↕️ Sort by",
            "enum": [
              "relevance",
              "date"
            ],
            "type": "string",
            "description": "Result ordering. \"Newest first\" is best for monitoring; relevance is best for broad discovery.",
            "default": "relevance"
          },
          "includeDetails": {
            "title": "🔬 Fetch full job details",
            "type": "boolean",
            "description": "Fetch each job's detail page to add salary, nationality, education, gender, industry, contact details and localities. Turn off for the fastest, cheapest runs.",
            "default": true
          },
          "descriptionFormat": {
            "title": "📝 Description format",
            "enum": [
              "all",
              "text",
              "html",
              "markdown"
            ],
            "type": "string",
            "description": "Which representation(s) of the job description to include.",
            "default": "all"
          },
          "descriptionMaxLength": {
            "title": "✂️ Truncate description",
            "minimum": 0,
            "type": "integer",
            "description": "Cut descriptions to this many characters — handy for keeping LLM prompt costs down. 0 means no truncation.",
            "default": 0
          },
          "compact": {
            "title": "📦 Compact records",
            "type": "boolean",
            "description": "Emit only the core fields (id, title, company, location, salary, posted date, URL). Ideal for AI agents and MCP clients.",
            "default": false
          },
          "excludeEmptyFields": {
            "title": "🧹 Drop empty fields",
            "type": "boolean",
            "description": "Remove null, empty-string and empty-array fields from each record.",
            "default": false
          },
          "detailConcurrency": {
            "title": "🚀 Detail concurrency",
            "minimum": 1,
            "maximum": 20,
            "type": "integer",
            "description": "How many job details to fetch in parallel. Higher is faster; lower is gentler on the site.",
            "default": 8
          },
          "incrementalMode": {
            "title": "♻️ Incremental mode",
            "type": "boolean",
            "description": "Track state between runs and tag every record with a changeType (NEW / UPDATED / UNCHANGED / EXPIRED).",
            "default": false
          },
          "stateKey": {
            "title": "🗝️ State key",
            "type": "string",
            "description": "Stable name for the tracked search. Leave empty to derive one automatically from your search settings."
          },
          "emitUnchanged": {
            "title": "🔁 Include unchanged jobs",
            "type": "boolean",
            "description": "Also emit jobs that have not changed since the previous run.",
            "default": false
          },
          "emitExpired": {
            "title": "🗑️ Include expired jobs",
            "type": "boolean",
            "description": "Emit records for jobs that were present last run but have since disappeared.",
            "default": false
          },
          "skipReposts": {
            "title": "🚫 Skip reposts",
            "type": "boolean",
            "description": "Drop jobs that look like a repost of a previously seen posting (same title and company).",
            "default": false
          },
          "telegramToken": {
            "title": "💬 Telegram bot token",
            "type": "string",
            "description": "Bot token from @BotFather."
          },
          "telegramChatId": {
            "title": "🆔 Telegram chat ID",
            "type": "string",
            "description": "Chat or channel ID, e.g. \"-100123456789\" or \"@yourchannel\"."
          },
          "slackWebhookUrl": {
            "title": "💼 Slack webhook URL",
            "type": "string",
            "description": "Slack incoming-webhook URL."
          },
          "discordWebhookUrl": {
            "title": "🎮 Discord webhook URL",
            "type": "string",
            "description": "Discord incoming-webhook URL."
          },
          "whatsappPhoneNumberId": {
            "title": "📱 WhatsApp phone number ID",
            "type": "string",
            "description": "WhatsApp Business phone number ID from the Meta Cloud API (the ID, not the phone number)."
          },
          "whatsappAccessToken": {
            "title": "🔐 WhatsApp access token",
            "type": "string",
            "description": "Meta Cloud API token with the whatsapp_business_messaging scope."
          },
          "whatsappTo": {
            "title": "📞 WhatsApp recipient",
            "type": "string",
            "description": "Recipient phone number in E.164 format, e.g. +971501234567."
          },
          "webhookUrl": {
            "title": "🪝 Webhook URL",
            "type": "string",
            "description": "Any HTTPS endpoint. Receives a JSON POST with the matched jobs — works with n8n, Make and Zapier."
          },
          "webhookHeaders": {
            "title": "🧾 Webhook headers",
            "type": "object",
            "description": "Extra headers for the webhook request, e.g. {\"Authorization\": \"Bearer xyz\"}."
          },
          "notificationLimit": {
            "title": "🔢 Jobs per notification",
            "minimum": 1,
            "maximum": 20,
            "type": "integer",
            "description": "How many jobs to include in each notification message.",
            "default": 5
          },
          "notifyOnlyChanges": {
            "title": "🆕 Notify on changes only",
            "type": "boolean",
            "description": "In incremental mode, only notify about NEW, UPDATED or REAPPEARED jobs.",
            "default": false
          },
          "proxyConfiguration": {
            "title": "🌐 Proxy configuration",
            "type": "object",
            "description": "Optional. The scraper works without a proxy; enable Apify Proxy if you run at high volume or see the site refusing requests.",
            "default": {
              "useApifyProxy": false
            }
          },
          "maxRequestRetries": {
            "title": "🔄 Max request retries",
            "minimum": 0,
            "maximum": 10,
            "type": "integer",
            "description": "How many times to retry a failed request before giving up on it.",
            "default": 3
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}