# OLX.pl Jobs Scraper (`unfenced-group/olx-pl-scraper`) Actor

Extract job listings from OLX.pl — Poland's largest classifieds platform. Salary, contract type, workplace mode, full descriptions. No account required.

- **URL**: https://apify.com/unfenced-group/olx-pl-scraper.md
- **Developed by:** [Unfenced Group](https://apify.com/unfenced-group) (community)
- **Categories:** Jobs
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.49 / 1,000 results

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/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## OLX.pl Jobs Scraper

![OLX.pl Jobs Scraper](https://i.imgur.com/FUrBeCo.png)

![OLX.pl Jobs Scraper](https://api.apify.com/v2/key-value-stores/k7RUxMFzU0b6JxL5N/records/olx-pl-scraper-banner)

Extract job listings from OLX.pl — Poland's largest classifieds platform — including salary, contract type, workplace mode, and full job descriptions. No account required.

---

### Features

- **Nationwide or per-region search** across all 16 Polish voivodeships
- **Keyword filtering** to target specific roles, industries, or skills
- **Salary data** — minimum, maximum, currency (PLN), period (monthly/hourly), and gross/net flag
- **Contract & work type** — employment contract, civil-law contract, self-employment, full-time, part-time
- **Workplace mode** — remote, hybrid, or on-site
- **Full job descriptions** in HTML, plain text, and Markdown
- **Date filtering** via `daysOld` to power daily-feed pipelines
- **Cross-run deduplication** with a 90-day cache to skip previously seen listings
- **Start URLs** support for targeted category or search pages

---

### Input

| Parameter | Type | Default | Description |
|---|---|---|---|
| `query` | string | `""` | Keyword(s) to search for, e.g. `programista`, `kierowca`, `sprzedawca` |
| `region` | select | `all` | Polish voivodeship to filter by, or `all` for nationwide |
| `maxItems` | integer | `200` | Maximum results to return (1–1,000) |
| `daysOld` | integer | — | Only return jobs posted within this many days |
| `skipReposts` | boolean | `false` | Skip listings already seen in previous runs |
| `startUrls` | array | `[]` | Specific OLX.pl job search URLs to scrape |

#### Available regions

`dolnoslaskie` · `kujawsko-pomorskie` · `lubelskie` · `lubuskie` · `lodzkie` · `malopolskie` · `mazowieckie` · `opolskie` · `podkarpackie` · `podlaskie` · `pomorskie` · `slaskie` · `swietokrzyskie` · `warminsko-mazurskie` · `wielkopolskie` · `zachodniopomorskie`

---

### Output

Each result is saved to the default dataset. Results are sorted newest-first.

#### Always present

| Field | Type | Description |
|---|---|---|
| `id` | string | Unique OLX offer identifier |
| `url` | string | Direct link to the job listing |
| `title` | string | Job title as posted |
| `descriptionHtml` | string\|null | Full description in raw HTML |
| `descriptionText` | string\|null | Full description as plain text |
| `descriptionMarkdown` | string\|null | Full description in Markdown |
| `publishDate` | string | Date posted — `YYYY-MM-DD`, Warsaw timezone |
| `publishDateISO` | string | ISO 8601 timestamp of original posting |
| `lastRefreshDate` | string | Date of last refresh — `YYYY-MM-DD` |
| `lastRefreshDateISO` | string | ISO 8601 timestamp of last refresh |
| `salaryMin` | number\|null | Minimum salary amount (gross unless `salaryGross` is false) |
| `salaryMax` | number\|null | Maximum salary amount |
| `salaryCurrency` | string\|null | Currency code, typically `PLN` |
| `salaryPeriod` | string\|null | Pay period: `MONTH`, `HOUR`, `DAY`, `WEEK`, `YEAR` |
| `salaryGross` | boolean\|null | `true` = gross; `false` = net |
| `contractType` | string\|null | Contract type label (may be comma-separated for multiple) |
| `workType` | string\|null | `Pełny etat` (full-time) or `Część etatu` (part-time) |
| `workplaceType` | string\|null | Workplace mode label, e.g. `Praca zdalna` |
| `availability` | string\|null | Availability label, e.g. `Elastyczny czas pracy` |
| `city` | string\|null | City name |
| `region` | string\|null | Polish voivodeship name |
| `companyName` | string\|null | Employer company name (business accounts only) |
| `isBusiness` | boolean | `true` if posted by a business account |
| `summary` | string\|null | First 300 characters of plain-text description |
| `source` | string | Always `olx.pl` |
| `scrapedAt` | string | ISO 8601 timestamp of when this item was scraped |
| `contentHash` | string | 16-character MD5 fingerprint for change detection |
| `isRepost` | boolean | `true` if this listing was seen in a previous run |
| `originalPublishDate` | string\|null | ISO timestamp from the first time this listing was seen |
| `originalUrl` | string\|null | URL from the first time this listing was seen |

#### Example output

```json
{
  "id": "1068495670",
  "url": "https://www.olx.pl/oferta/praca/wewnetrzny-automation-specialist-CID4-ID1ajix8.html",
  "title": "Automation Specialist / Wdrożeniowiec No-code",
  "descriptionHtml": "<p><strong>O firmie</strong></p><p>Sieć klinik stomatologicznych...</p>",
  "descriptionText": "O firmie Sieć klinik stomatologicznych. Realizujemy autorską strategię...",
  "descriptionMarkdown": "### O firmie\n\nSieć klinik stomatologicznych...",
  "publishDate": "2026-04-21",
  "publishDateISO": "2026-04-21T16:00:41+02:00",
  "lastRefreshDate": "2026-04-24",
  "lastRefreshDateISO": "2026-04-24T16:02:24+02:00",
  "salaryMin": 7000,
  "salaryMax": 9000,
  "salaryCurrency": "PLN",
  "salaryPeriod": "MONTH",
  "salaryGross": true,
  "contractType": "Umowa o pracę, Samozatrudnienie",
  "workType": "Pełny etat",
  "workplaceType": "Praca hybrydowa, W siedzibie firmy",
  "availability": "Elastyczny czas pracy",
  "city": "Kalisz",
  "region": "Wielkopolskie",
  "companyName": null,
  "isBusiness": true,
  "summary": "O firmie Sieć klinik stomatologicznych. Realizujemy autorską strategię cyfryzacji...",
  "source": "olx.pl",
  "scrapedAt": "2026-04-24T17:30:00.000Z",
  "contentHash": "a1b2c3d4e5f60001",
  "isRepost": false,
  "originalPublishDate": null,
  "originalUrl": null
}
````

***

### Usage examples

#### 1 — Search for IT jobs in Mazowieckie

```json
{
  "query": "programista",
  "region": "mazowieckie",
  "maxItems": 500
}
```

#### 2 — Daily new jobs nationwide (last 24 hours)

```json
{
  "query": "",
  "region": "all",
  "maxItems": 1000,
  "daysOld": 1,
  "skipReposts": true
}
```

#### 3 — Scrape a specific search URL

```json
{
  "startUrls": [
    { "url": "https://www.olx.pl/praca/q-kierowca/" }
  ],
  "maxItems": 200
}
```

#### 4 — Driver jobs in Śląskie, deduplicated daily feed

```json
{
  "query": "kierowca",
  "region": "slaskie",
  "maxItems": 300,
  "daysOld": 7,
  "skipReposts": true
}
```

***

### Performance & pricing

- **Typical speed:** 50 listings per request, ~1–2 requests per second
- **No proxy required** — uses OLX.pl's public API, explicitly allowed in robots.txt
- **Pricing: $1.49 per 1,000 results**

***

### Notes

- The OLX.pl API exposes a maximum of 1,000 results per search query. For broader coverage, combine multiple queries (different keywords or regions).
- Salary data is only present when the employer chooses to display it (approximately 30–40% of listings).
- Results are sorted newest-first by default.

# Actor input Schema

## `query` (type: `string`):

Keyword(s) to search for, e.g. 'programista', 'kierowca', 'sprzedawca'. Leave empty to browse all jobs.

## `region` (type: `string`):

Filter results by Polish voivodeship. Select 'All Poland' to search nationwide.

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

Maximum number of job listings to return. The OLX API exposes up to 1,000 results per search query.

## `daysOld` (type: `integer`):

Only return jobs posted within this many days. Leave empty to return all available results.

## `skipReposts` (type: `boolean`):

Skip jobs that have already been seen in previous runs of this actor (based on a 90-day cross-run cache).

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

Optional list of OLX.pl job search URLs to scrape. When provided, the query and region inputs are ignored.

## Actor input object example

```json
{
  "query": "",
  "region": "all",
  "maxItems": 200,
  "skipReposts": false,
  "startUrls": []
}
```

# 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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("unfenced-group/olx-pl-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 = {}

# Run the Actor and wait for it to finish
run = client.actor("unfenced-group/olx-pl-scraper").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{}' |
apify call unfenced-group/olx-pl-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=unfenced-group/olx-pl-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "OLX.pl Jobs Scraper",
        "description": "Extract job listings from OLX.pl — Poland's largest classifieds platform. Salary, contract type, workplace mode, full descriptions. No account required.",
        "version": "0.0",
        "x-build-id": "CQw4PvZs11BMFBDOQ"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/unfenced-group~olx-pl-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-unfenced-group-olx-pl-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/unfenced-group~olx-pl-scraper/runs": {
            "post": {
                "operationId": "runs-sync-unfenced-group-olx-pl-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/unfenced-group~olx-pl-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-unfenced-group-olx-pl-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": {
                    "query": {
                        "title": "Search query",
                        "type": "string",
                        "description": "Keyword(s) to search for, e.g. 'programista', 'kierowca', 'sprzedawca'. Leave empty to browse all jobs.",
                        "default": ""
                    },
                    "region": {
                        "title": "Region (województwo)",
                        "enum": [
                            "all",
                            "dolnoslaskie",
                            "kujawsko-pomorskie",
                            "lubelskie",
                            "lubuskie",
                            "lodzkie",
                            "malopolskie",
                            "mazowieckie",
                            "opolskie",
                            "podkarpackie",
                            "podlaskie",
                            "pomorskie",
                            "slaskie",
                            "swietokrzyskie",
                            "warminsko-mazurskie",
                            "wielkopolskie",
                            "zachodniopomorskie"
                        ],
                        "type": "string",
                        "description": "Filter results by Polish voivodeship. Select 'All Poland' to search nationwide.",
                        "default": "all"
                    },
                    "maxItems": {
                        "title": "Max results",
                        "minimum": 1,
                        "maximum": 1000,
                        "type": "integer",
                        "description": "Maximum number of job listings to return. The OLX API exposes up to 1,000 results per search query.",
                        "default": 200
                    },
                    "daysOld": {
                        "title": "Max age (days)",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Only return jobs posted within this many days. Leave empty to return all available results."
                    },
                    "skipReposts": {
                        "title": "Skip reposts",
                        "type": "boolean",
                        "description": "Skip jobs that have already been seen in previous runs of this actor (based on a 90-day cross-run cache).",
                        "default": false
                    },
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "Optional list of OLX.pl job search URLs to scrape. When provided, the query and region inputs are ignored.",
                        "default": [],
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
