# Bayt Jobs Scraper (`piotrv1001/bayt-jobs-scraper`) Actor

The Bayt Jobs Scraper extracts job postings from Bayt.com across the UAE, Saudi Arabia, Qatar and the Middle East, capturing titles, companies, cities, salaries in local currency and USD, skills, descriptions and closing dates — ideal for recruiting and salary research.

- **URL**: https://apify.com/piotrv1001/bayt-jobs-scraper.md
- **Developed by:** [FalconScrape](https://apify.com/piotrv1001) (community)
- **Categories:** Jobs
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.80 / 1,000 job listings

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

### 🚀 Bayt Jobs Scraper

Easily extract job postings from Bayt.com, the leading job board of the Middle East. The **Bayt Jobs Scraper** turns a keyword, country and city — or any Bayt search URL — into structured job data for the UAE, Saudi Arabia, Qatar, Kuwait, Oman, Bahrain, Egypt, Jordan and more, with **salaries, locations, skills and application closing dates**.

### ✨ Features

- 💼 **Complete Job Data**: Title, company, city and country, career level, required experience, nationality requirement, AI summary, exact posting time and job URL for every result.
- 💰 **Salaries Three Ways**: The salary range shown on Bayt in local currency (AED, SAR, QAR…), the employer's salary in USD with its period, and any salary the employer wrote into the description itself.
- ⚠️ **Salary Conflict Flag**: `salaryConflict` is `true` when the description states a different salary than the range Bayt displays, so you can spot and review unreliable pay data.
- 📝 **Full Job Details**: Full description, skills list, employment type, number of open positions, company size and industry, and the preferred candidate profile (degree, experience, nationality, age, residence).
- 📅 **Posting & Closing Dates**: When the job was posted and when applications close. Expired or removed jobs are skipped, never returned as active.
- 📍 **Precise Locations**: City, region and country code. Jobs posted for a whole country keep the city empty instead of guessing one.
- 🔍 **Search or Paste URLs**: Use keyword + country + city, or paste any Bayt search page or single job URLs (Arabic job URLs work too).

### 🛠️ How It Works

1. **Describe the search** – Enter a job title or keyword, pick a country and optionally a city. Or paste Bayt URLs.
2. **Choose the depth** – Keep it fast with job listings only, or enable **Scrape full job details** for descriptions, skills, USD salaries and closing dates.
3. **Run the Scraper** – Download the jobs as JSON, CSV or Excel, or pull them through the API.

### ⚙️ Input

| Field                       | Description                                                                                                         |
| --------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| **Job title or keyword**    | What to search for, e.g. `accountant`, `sales executive`, `civil engineer`. Empty = all jobs.                       |
| **Country**                 | UAE, Saudi Arabia, Qatar, Kuwait, Oman, Bahrain, Egypt, Jordan, Lebanon, Morocco, Pakistan, India or all countries. |
| **City**                    | Optional, e.g. `Dubai`, `Abu Dhabi`, `Riyadh`, `Jeddah`, `Doha`.                                                    |
| **Bayt URLs**               | Optional. Search pages or single job URLs. Replaces the fields above.                                               |
| **Scrape full job details** | Adds description, skills, USD salary, salary from the description, closing date and more.                           |
| **Max results**             | Maximum number of jobs to save (default 50).                                                                        |

### 💰 Pricing

Pay only for the jobs you get, with no monthly fee:

| Event                                                                           | Price    | Per 1,000 |
| ------------------------------------------------------------------------------- | -------- | --------- |
| **Actor start** – once per run, per GB of memory                                | $0.00005 | –         |
| **Job listing** – a job saved from search results                               | $0.0008  | $0.80     |
| **Job detail** – a job saved with full details (charged instead of the listing) | $0.0015  | $1.50     |

Expired or removed jobs are not charged.

### 📊 Sample Output Data

One job with **Scrape full job details** enabled (description and skills shortened):

```json
[
    {
        "jobId": "5484522",
        "url": "https://www.bayt.com/en/uae/jobs/sales-marketing-executive-5484522/",
        "title": "Sales Marketing Executive",
        "company": "Najmat Al Buhairah Graphics",
        "companyUrl": "https://www.bayt.com/en/company/najmat-al-buhairah-graphics-2319177/",
        "location": "Sharjah, UAE",
        "city": "Sharjah",
        "region": "Sharjah",
        "country": "UAE",
        "countryCode": "AE",
        "salaryText": "AED 1,836 - AED 3,673",
        "salaryMin": 1836,
        "salaryMax": 3673,
        "salaryCurrency": "AED",
        "salaryUsd": { "currency": "USD", "min": 500, "max": 1000, "period": "MONTH" },
        "salaryInDescription": [
            {
                "text": "Salary: Up to AED 4,000 per month + Attractive Incentives",
                "currency": "AED",
                "min": null,
                "max": 4000,
                "period": "MONTH"
            }
        ],
        "salaryConflict": true,
        "careerLevel": "Entry level",
        "employmentType": "FULL_TIME",
        "jobType": "Full time",
        "openPositions": 3,
        "companySize": "1-9 Employees",
        "preferredCandidate": { "Career level": "Entry level" },
        "skills": [
            "Strong knowledge of printing processes, materials, and finishing.",
            "Proven ability to generate new clients and close B2B sales."
        ],
        "summary": "An established printing and branding company is seeking a field-based B2B sales executive…",
        "description": "Sales Executive – Printing & Production\nLocation: Sharjah, UAE\nJob Type: Full-time\nSalary: Up to AED 4,000 per month + Attractive Incentives\n…",
        "postedAt": "2026-09-22T10:41:03.000Z",
        "datePosted": "2026-09-22",
        "validThrough": "2026-10-22T00:00:00Z",
        "easyApply": true,
        "aiTranslated": true,
        "scrapedAt": "2026-09-22T12:45:14.366Z"
    }
]
```

### ❓ FAQ

**Why are there three salary fields?** Bayt shows a range in local currency, the employer also publishes a USD range, and some employers write a different figure in the description. All three are kept as published — nothing is converted or estimated — so you can choose the one you trust.

**Why is `salaryCurrency` empty for some jobs?** When Bayt shows only a `$` sign, the currency is left empty rather than assumed. The `salaryUsd` field states the currency explicitly.

**Why is `city` empty for some jobs?** The employer posted the job for the whole country, not a specific city.

Find talent-market salaries across the Gulf with the **Bayt Jobs Scraper** today! 🚀

# Actor input Schema

## `keyword` (type: `string`):

What to search for on bayt.com, e.g. `accountant`, `sales executive`, `civil engineer`, `data analyst`. Leave empty to get every job in the country.

## `country` (type: `string`):

Country to search in.

## `city` (type: `string`):

Narrow the search to one city in the chosen country, e.g. `Dubai`, `Abu Dhabi`, `Riyadh`, `Jeddah`, `Doha`.

## `startUrls` (type: `array`):

Paste bayt.com URLs instead of using the fields above: a job search page (`https://www.bayt.com/en/uae/jobs/accountant-jobs-in-dubai/`) or a single job (`https://www.bayt.com/en/uae/jobs/senior-accountant-5484222/`). When set, keyword, country and city are ignored.

## `scrapeDetails` (type: `boolean`):

Open every job and add the full description, skills, salary in USD, salary stated in the description (with a conflict flag when it disagrees with the displayed range), employment type, open positions, company size, preferred candidate and the application closing date. Charged as a job detail instead of a job listing.

## `maxItems` (type: `integer`):

Maximum number of jobs to save.

## `proxyConfiguration` (type: `object`):

Proxy used to reach bayt.com. The default works for most runs.

## Actor input object example

```json
{
  "keyword": "accountant",
  "country": "uae",
  "scrapeDetails": false,
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "keyword": "accountant",
    "country": "uae",
    "maxItems": 50,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("piotrv1001/bayt-jobs-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "keyword": "accountant",
    "country": "uae",
    "maxItems": 50,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("piotrv1001/bayt-jobs-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "keyword": "accountant",
  "country": "uae",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call piotrv1001/bayt-jobs-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,piotrv1001/bayt-jobs-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/qD9lWsRyi5wEYFbaV/builds/MB5neX7fJFacMa61u/openapi.json
