# OLX Jobs Scraper — 7 countries (PL, RO, PT, UA, UZ, BG, KZ) (`blackfalcondata/olx-jobs-scraper`) Actor

Scrape jobs from 7 OLX country sites (olx.pl, olx.ro, olx.pt, olx.ua, olx.uz, olx.bg, olx.kz). Pick country via input. City names in local Cyrillic or Latin. Structured salary, GPS, contract type, work mode, experience, employer, incremental change tracking.

- **URL**: https://apify.com/blackfalcondata/olx-jobs-scraper.md
- **Developed by:** [Black Falcon Data](https://apify.com/blackfalcondata) (community)
- **Categories:** Jobs, Lead generation, Automation
- **Stats:** 3 total users, 2 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.50 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

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

### What does OLX Jobs Scraper do?

OLX Jobs Scraper extracts structured job data from 7 OLX country sites: [olx.pl](https://olx.pl), [olx.ro](https://olx.ro), [olx.pt](https://olx.pt), [olx.ua](https://olx.ua), [olx.uz](https://olx.uz), [olx.bg](https://olx.bg), and [olx.kz](https://olx.kz). Pick the country via the `country` input. City names work in local Cyrillic (Київ, София, Алматы) or Latin transliteration (Kyiv, Sofia, Almaty). Outputs include salary data, contact details, company metadata, full descriptions, remote-work indicators, and location data. The actor supports keyword search, location filters, and controllable result limits, so you can run the same query consistently over time.

**New to Apify?** [Sign up free](https://console.apify.com/sign-up?fpr=1h3gvi) and use the included $5 monthly platform credit to test this actor.

### Key features

<!-- KEY_FEATURES:START -->
- **♻️ Incremental mode** — recurring runs emit only NEW / UPDATED / REAPPEARED records — UNCHANGED and EXPIRED are opt-in. First run builds the baseline; subsequent runs emit and charge only for the diff. Pair with notifications for daily "new jobs" alerts to your hiring team. Saves 80–95% on daily monitoring.
- **🌎 7-market coverage** — pick country at run start across 7 OLX sites: Poland (olx.pl), Romania (olx.ro), Portugal (olx.pt), Ukraine (olx.ua), Uzbekistan (olx.uz), Bulgaria (olx.bg), and Kazakhstan (olx.kz). City names accepted in local Cyrillic or Latin transliteration.
- **🔔 Notifications** — Telegram, Slack, Discord, WhatsApp Cloud API, generic webhook — out of the box. Pair with incremental + `notifyOnlyChanges` for daily "new Olx jobs" pings to your hiring channel.
- **🔗 Paste-mode** — paste any OLX URL straight from your browser — works for all 7 supported country sites (olx.pl/ro/pt/ua/uz/bg/kz). Single-listing pages, search-results URLs, or category SEO URLs. Mix freely with `query` keywords and post-fetch filters.
- **📧 Email + phone extraction** — every record carries `extractedEmails[]` and `extractedPhones[]` regex-pulled from the description — direct-outreach lists with no extra processing step.
- **🔗 URL + social-profile extraction** — every record carries `extractedUrls[]` and structured `socialProfiles { linkedin, twitter, github, … }` parsed from the description — useful when employers drop their careers page or recruiter LinkedIn in-line.
- **📦 Compact mode** — AI-agent and MCP-friendly compact payloads with core fields only — pipe straight into your ATS, salary-benchmarking tool, or LLM context without parsing extras.
- **✂️ Description truncation** — cap description length with `descriptionMaxLength` to control LLM prompt cost and dataset size — set 0 for full descriptions, or any char-limit to trim.
- **📤 Export anywhere** — Download the dataset as JSON, CSV, or Excel from the Apify Console, or stream live via the Apify API and integrations (Make, Zapier, Google Sheets, n8n, …).
<!-- KEY_FEATURES:END -->

### What data can you extract from OLX?

Each result includes Core listing fields (`jobId`, `olxId`, `title`, `portalUrl`, `externalUrl`, `datePosted`, `lastRefreshedAt`, and `pushedAt`, and more), detail fields when enrichment is enabled (`description`, `descriptionText`, `descriptionHtml`, `descriptionMarkdown`, and `descriptionLength`), contact information (`contactPhoneAvailable`, `contactChatEnabled`, `extractedEmails`, and `extractedPhones`), and company metadata (`companyId`, `companyName`, `companyLegalName`, and `companyLogo`). In standard mode, all fields are always present — unavailable data points are returned as `null`, never omitted. In compact mode, only core fields are returned.

Enable detail enrichment in the input to get richer fields such as full descriptions, company metadata, and contact information where the source provides them.

### Input

The main inputs are a search keyword, an optional location filter, and a result limit. Additional filters and options are available in the input schema.

Key parameters:

- **`country`** — OLX country site to scrape. (default: `"PL"`)
- **`query`** — Keyword(s) (e.g. "developer", "programista", "vânzător"). Use JSON array ["q1", "q2"] to iterate multiple keywords. Leave empty to browse all postings in the chosen category.
- **`startUrls`** — Paste country-specific OLX job search URLs (e.g. olx.pl/praca/..., olx.ro/locuri-de-munca/..., olx.ua/uk/rabota/...). Each URL becomes its own task; results merged + deduped across all URLs. (default: `[]`)
- **`categoryId`** — OLX category ID. PL/RO use parent ID 4, PT uses 190; UA/UZ/BG/KZ have fragmented taxonomy with multiple jobs subcategory IDs (the actor fans out across them automatically). Use JSON array to iterate multiple. Subcategory IDs (e.g. 2515 = IT on olx.pl) extend coverage beyond the 1000-offer cap per category. Leave empty for the country's default jobs scope.
- **`cityId`** — OLX numeric city ID (e.g. 17871=Warszawa, 1=Bucuresti, 268=Київ, 4=Toshkent, 8771=София, 1=Алматы). Trump card — when set, cityName, lat/lon, and country are ignored. City IDs are country-scoped — pair with the matching country. Most users should leave this empty and use cityName instead.
- **`cityName`** — City name in local script or Latin (e.g. "Warszawa", "Bucuresti", "Київ" / "Kyiv", "Toshkent", "София" / "Sofia", "Алматы" / "Almaty"). Resolved to OLX city ID via the chosen country's dictionary. Country-aware transliteration handles Cyrillic (Ukrainian National 2010, Bulgarian Streamlined 2009, Russian + Kazakh for KZ). Ignored if cityId is set.
- **`lat`** — GPS latitude. Pair with lon. Ignored if cityId or cityName is set. Resolved to nearest known OLX city by GPS-bbox or distance tiers (5/20/50km).
- **`lon`** — GPS longitude. Pair with lat.
- **`radiusKm`** — Search radius in kilometers around the resolved city. 0–500. OLX-native unit. Mutually exclusive with radiusMiles.
- **`radiusMiles`** — Search radius in miles. Converted to OLX km internally. Mutually exclusive with radiusKm.
- **`allowLowConfidence`** — When true, accept fuzzy-match or GPS-within-50km city resolutions instead of failing. Default false (fail loudly to prevent silent wrong-city results). (default: `false`)
- **`compactKeepResolvedLocation`** — By default, compact mode omits resolvedLocation. Set true to keep it for audit even in compact output. (default: `false`)
- ...and 31 more parameters

### Input examples

**Basic search** — Keyword-driven search with a result cap.

→ Full payload per result — all standard fields populated where the source provides them.

```json
{
  "query": "software engineer",
  "maxResults": 50
}
````

**Incremental tracking** — Only emit jobs that changed since the previous run with this `stateKey`.

→ First run builds the baseline state. Subsequent runs emit only records that are new or whose tracked content changed. Set `emitUnchanged: true` to include unchanged records as well.

```json
{
  "query": "software engineer",
  "maxResults": 200,
  "incrementalMode": true,
  "stateKey": "software-engineer-tracker"
}
```

**Compact output for AI agents** — Return only core fields for AI-agent and MCP workflows.

→ Small payload with the most important fields — ideal for piping into LLMs without token overhead.

```json
{
  "query": "software engineer",
  "maxResults": 50,
  "compact": true
}
```

### Output

Each run produces a dataset of structured job records. Results can be downloaded as JSON, CSV, or Excel from the Dataset tab in Apify Console.

### Example job record

```json
{
  "jobId": "2cf1babfbde743d31f7ee9ad85972264281d49c0c055baf28e967cb6e3a54579",
  "olxId": 1060172890,
  "title": "Kelner do restauracji włoskiej Trattorii Prima Pasta na Placu Wilsona",
  "portalUrl": "https://www.olx.pl/oferta/praca/kelner-do-restauracji-wloskiej-trattorii-prima-pasta-na-placu-wilsona-CID4-ID19KnoK.html",
  "externalUrl": null,
  "description": "Witaj!NA POCZĄTEK TROCHĘ O NAS:ITALIAN COCKTAIL BAR by Trattoria Prima Pasta na Żoliborzu, to miejsce gdzie oprócz wysokiej jakości dań serwujemy zarówno cocktaile autorskie jak i w stylu klasycznym z...",
  "descriptionText": "Witaj!NA POCZĄTEK TROCHĘ O NAS:ITALIAN COCKTAIL BAR by Trattoria Prima Pasta na Żoliborzu, to miejsce gdzie oprócz wysokiej jakości dań serwujemy zarówno cocktaile autorskie jak i w stylu klasycznym z...",
  "descriptionHtml": "<p>Witaj!</p><p><strong>NA POCZĄTEK TROCHĘ O NAS:</strong></p><p><strong>ITALIAN COCKTAIL BAR</strong> by <strong>Trattoria Prima Pasta</strong> na Żoliborzu, to miejsce gdzie oprócz wysokiej jakości...",
  "descriptionMarkdown": "Witaj!\n\n**NA POCZĄTEK TROCHĘ O NAS:**\n\n**ITALIAN COCKTAIL BAR** by **Trattoria Prima Pasta** na Żoliborzu, to miejsce gdzie oprócz wysokiej jakości dań serwujemy zarówno cocktaile autorskie jak i w st...",
  "descriptionLength": 1542,
  "datePosted": "2026-03-12T00:17:37+01:00",
  "lastRefreshedAt": "2026-05-19T23:26:27+02:00",
  "pushedAt": "2026-05-19T23:26:27+02:00",
  "expiresAt": "2026-06-12T23:26:26+02:00",
  "categoryId": 1811,
  "categoryType": "job",
  "locationCity": "Warszawa",
  "locationCityId": 17871,
  "locationRegion": "Mazowieckie",
  "locationRegionId": 2,
  "latitude": 52.26735,
  "longitude": 20.98132,
  "isBusinessAccount": true,
  "listingStatus": "active",
  "offerType": "offer",
  "isFeatured": true,
  "isUrgent": false,
  "isTopAd": true,
  "promotionOptions": [
    "bundle_optimum"
  ],
  "contactPhoneAvailable": true,
  "contactChatEnabled": true,
  "companyId": 24142373,
  "companyName": "Trattoria Prima Pasta",
  "companyLegalName": null,
  "companyLogo": "https://img-resizer.prd.01.eu-west-1.eu.olx.org/img-eu-olxpl-production/757718701_1_261x203_rev011.jpg",
  "companyBannerUrl": "https://img-resizer.prd.01.eu-west-1.eu.olx.org/img-eu-olxpl-production/757718701_1_0x0_rev011.jpg",
  "companyAbout": null,
  "companyJoinedAt": "2014-07-27T18:21:09+02:00",
  "companyLastSeenAt": "2026-05-13T23:23:01+02:00",
  "companyIsB2C": false,
  "partnerSource": null,
  "contractType": [
    "Umowa zlecenie"
  ],
  "workHours": "Pełny etat",
  "experienceLevel": "exp_yes",
  "salaryMin": null,
  "salaryMax": null,
  "salaryCurrency": null,
  "salaryPeriod": null,
  "salaryGross": null,
  "salaryArranged": null,
  "salaryVisible": null,
  "workplaceMode": [
    "on_site"
  ],
  "isManagerRole": false,
  "isSeniorFriendly": false,
  "isRemoteRecruitment": false,
  "availabilityHours": [
    "Elastyczny czas pracy, Praca zmianowa, Praca w weekendy"
  ],
  "specialRequirements": [
    "Książeczka sanepidowska, Status studenta"
  ],
  "isUkrainianFriendly": null,
  "countryJob": null,
  "remunerationSystem": null,
  "requiredPermissions": [],
  "transportRange": null,
  "companyCar": null,
  "industry": null,
  "drivingLicense": null,
  "extractedEmails": [],
  "extractedPhones": [],
  "extractedUrls": [],
  "socialProfiles": {
    "linkedin": null,
    "twitter": null,
    "instagram": null,
    "facebook": null,
    "youtube": null,
    "tiktok": null,
    "github": null,
    "xing": null,
    "bluesky": null,
    "threads": null,
    "mastodon": null
  },
  "changeType": null,
  "firstSeenAt": null,
  "lastSeenAt": null,
  "previousSeenAt": null,
  "expiredAt": null,
  "isRepost": null,
  "repostOfId": null,
  "repostDetectedAt": null,
  "resolvedLocation": {
    "cityId": 17871,
    "cityName": "Warszawa",
    "confidence": 0.95,
    "method": "exact_name_country",
    "warning": null,
    "dictVersion": "1.0.0"
  },
  "searchQuery": "",
  "scrapedAt": "2026-05-20T12:42:42.757Z",
  "source": "olx.pl",
  "contentQuality": "full",
  "detailFetched": false
}
```

### Incremental fields

When `incremental: true`, each record also carries:

- `changeType` — one of `NEW`, `UPDATED`, `UNCHANGED`, `REAPPEARED`, `EXPIRED`. Default output covers `NEW` / `UPDATED` / `REAPPEARED`; set `emitUnchanged: true` or `emitExpired: true` to opt into the others.
- `firstSeenAt`, `lastSeenAt` — ISO-8601 timestamps tracking the listing across runs.
- `isRepost`, `repostOfId`, `repostDetectedAt` — populated when a new listing matches the tracked content of a previously expired one. Set `skipReposts: true` to drop detected reposts from the output.

### How to scrape OLX

1. Go to [OLX Jobs Scraper](https://apify.com/blackfalcondata/olx-jobs-scraper?fpr=1h3gvi) in Apify Console.
2. Enter a search keyword and optional location filter.
3. Set `maxResults` to control how many results you need.
4. Enable `includeDetails` if you need full descriptions, contact info, company data.
5. Click **Start** and wait for the run to finish.
6. Export the dataset as JSON, CSV, or Excel.

### Use cases

- Extract job data from OLX for market research and competitive analysis.
- Track salary trends across regions and categories over time.
- Monitor new and changed listings on scheduled runs without processing the full dataset every time.
- Build outreach lists using contact details and apply URLs from listings.
- Research company hiring patterns, employer profiles, and industry distribution.
- Use structured location data for regional analysis, mapping, and geo-targeting.
- Feed structured data into AI agents, MCP tools, and automated pipelines using compact mode.
- Export clean, structured data to dashboards, spreadsheets, or data warehouses.

### How much does it cost to scrape OLX?

OLX Jobs Scraper uses [pay-per-event](https://docs.apify.com/platform/actors/paid-actors/pay-per-event) pricing. You pay a small fee when the run starts and then for each result that is actually produced.

- **Run start:** $0.005 per run
- **Per result:** $0.0015 per job record

Example costs:

- 10 results: **$0.02**
- 25 results: **$0.04**
- 100 results: **$0.15**
- 200 results: **$0.3**
- 500 results: **$0.76**

#### Example: recurring monitoring savings

These examples compare full re-scrapes with incremental runs at different churn rates. Churn is the share of listings that are new or whose tracked content changed since the previous run. Actual churn depends on your query breadth, source activity, and polling frequency — the scenarios below are examples, not predictions.

Example setup: 200 results per run, daily polling (30 runs/month). Event-pricing examples scale linearly with result count.

| Churn rate | Full re-scrape run cost | Incremental run cost | Savings vs full re-scrape | Monthly cost after baseline |
|---|---:|---:|---:|---:|
| 5% — stable niche query | $0.30 | $0.02 | $0.28 (93%) | $0.60 |
| 15% — moderate broad query | $0.30 | $0.05 | $0.26 (84%) | $1.50 |
| 30% — high-volume aggregator | $0.30 | $0.10 | $0.21 (69%) | $2.85 |

Full re-scrape monthly cost at daily polling: $9.15. First month with incremental costs $0.89 / $1.75 / $3.06 for the 5% / 15% / 30% scenarios because the first run builds baseline state at full cost before incremental savings apply.

Platform usage (compute and proxies) is billed separately by Apify based on actual consumption. Incremental runs consume less on result processing, though fixed per-run overhead stays the same.

### FAQ

#### How many results can I get from OLX?

The number of results depends on the search query and available listings on OLX. Use the `maxResults` parameter to control how many results are returned per run.

#### Does OLX Jobs Scraper support recurring monitoring?

Yes. Enable incremental mode to only receive new or changed listings on subsequent runs. This is ideal for scheduled monitoring where you want to track changes over time without re-processing the full dataset.

#### Can I integrate OLX Jobs Scraper with other apps?

Yes. OLX Jobs Scraper works with Apify's [integrations](https://apify.com/integrations?fpr=1h3gvi) to connect with tools like Zapier, Make, Google Sheets, Slack, and more. You can also use webhooks to trigger actions when a run completes.

#### Can I use OLX Jobs Scraper with the Apify API?

Yes. You can start runs, manage inputs, and retrieve results programmatically through the [Apify API](https://docs.apify.com/api/v2). Client libraries are available for JavaScript, Python, and other languages.

#### Can I use OLX Jobs Scraper through an MCP Server?

Yes. Apify provides an [MCP Server](https://apify.com/apify/actors-mcp-server?fpr=1h3gvi) that lets AI assistants and agents call this actor directly. Use compact mode and `descriptionMaxLength` to keep payloads manageable for LLM context windows.

#### Is it legal to scrape OLX?

This actor extracts publicly available data from OLX. Web scraping of public information is generally considered legal, but you should always review the target site's terms of service and ensure your use case complies with applicable laws and regulations, including GDPR where relevant.

#### Your feedback

If you have questions, need a feature, or found a bug, please [open an issue](https://apify.com/blackfalcondata/olx-jobs-scraper/issues?fpr=1h3gvi) on the actor's page in Apify Console. Your feedback helps us improve.

### You might also like

- [Actiris Brussels Job Scraper](https://apify.com/blackfalcondata/actiris-scraper?fpr=1h3gvi) — Scrape all active job listings from actiris.brussels — official Brussels public employment service..
- [Adzuna Job Scraper — Global Jobs with Salary & Coordinates](https://apify.com/blackfalcondata/adzuna-scraper?fpr=1h3gvi) — Scrape adzuna.com job listings across 19 country markets with structured salary data.
- [APEC.fr Scraper - French Executive Jobs](https://apify.com/blackfalcondata/apec-scraper?fpr=1h3gvi) — Scrape apec.fr - French executive job listings with salary ranges, company, location, skills,.
- [Arbeitsagentur Jobs Feed — German Federal Employment Agency](https://apify.com/blackfalcondata/arbeitsagentur-jobs-feed?fpr=1h3gvi) — Extract job listings from arbeitsagentur.de — Germany's official public employment portal with 1M+.
- [Arbeitsagentur Scraper - German Jobs](https://apify.com/blackfalcondata/arbeitsagentur-scraper?fpr=1h3gvi) — Scrape arbeitsagentur.de - Germany’s official employment portal with 1M+ listings. Contact data,.
- [Arbetsformedlingen Job Scraper](https://apify.com/blackfalcondata/arbetsformedlingen-scraper?fpr=1h3gvi) — Scrape arbetsformedlingen.se (Platsbanken) — Sweden's official employment portal. Returns 84.
- [AutoScout24 Scraper — European Car Listings with Dealer Data](https://apify.com/blackfalcondata/autoscout24-scraper?fpr=1h3gvi) — Scrape autoscout24.com - Europe's largest used car marketplace with 770K+ listings. Structured.
- [Bayt.com Scraper — MENA Jobs with Salary & Skills Filter](https://apify.com/blackfalcondata/bayt-scraper?fpr=1h3gvi) — Scrape bayt.com — leading Middle East job board covering UAE, Saudi Arabia, Qatar, Egypt and 9 more.

### Getting started with Apify

New to Apify? [Create a free account with $5 credit](https://console.apify.com/sign-up?fpr=1h3gvi) — no credit card required.

1. Sign up — $5 platform credit included
2. Open this actor and configure your input
3. Click **Start** — export results as JSON, CSV, or Excel

Need more later? [See Apify pricing](https://apify.com/pricing?fpr=1h3gvi).

# Actor input Schema

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

OLX country site to scrape.

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

Keyword(s) (e.g. "developer", "programista", "vânzător"). Use JSON array \["q1", "q2"] to iterate multiple keywords. Leave empty to browse all postings in the chosen category.

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

Paste country-specific OLX job search URLs (e.g. olx.pl/praca/..., olx.ro/locuri-de-munca/..., olx.ua/uk/rabota/...). Each URL becomes its own task; results merged + deduped across all URLs.

## `categoryId` (type: `string`):

OLX category ID. PL/RO use parent ID 4, PT uses 190; UA/UZ/BG/KZ have fragmented taxonomy with multiple jobs subcategory IDs (the actor fans out across them automatically). Use JSON array to iterate multiple. Subcategory IDs (e.g. 2515 = IT on olx.pl) extend coverage beyond the 1000-offer cap per category. Leave empty for the country's default jobs scope.

## `cityId` (type: `integer`):

OLX numeric city ID (e.g. 17871=Warszawa, 1=Bucuresti, 268=Київ, 4=Toshkent, 8771=София, 1=Алматы). Trump card — when set, cityName, lat/lon, and country are ignored. City IDs are country-scoped — pair with the matching country. Most users should leave this empty and use cityName instead.

## `cityName` (type: `string`):

City name in local script or Latin (e.g. "Warszawa", "Bucuresti", "Київ" / "Kyiv", "Toshkent", "София" / "Sofia", "Алматы" / "Almaty"). Resolved to OLX city ID via the chosen country's dictionary. Country-aware transliteration handles Cyrillic (Ukrainian National 2010, Bulgarian Streamlined 2009, Russian + Kazakh for KZ). Ignored if cityId is set.

## `lat` (type: `number`):

GPS latitude. Pair with lon. Ignored if cityId or cityName is set. Resolved to nearest known OLX city by GPS-bbox or distance tiers (5/20/50km).

## `lon` (type: `number`):

GPS longitude. Pair with lat.

## `radiusKm` (type: `integer`):

Search radius in kilometers around the resolved city. 0–500. OLX-native unit. Mutually exclusive with radiusMiles.

## `radiusMiles` (type: `integer`):

Search radius in miles. Converted to OLX km internally. Mutually exclusive with radiusKm.

## `allowLowConfidence` (type: `boolean`):

When true, accept fuzzy-match or GPS-within-50km city resolutions instead of failing. Default false (fail loudly to prevent silent wrong-city results).

## `compactKeepResolvedLocation` (type: `boolean`):

By default, compact mode omits resolvedLocation. Set true to keep it for audit even in compact output.

## `distance` (type: `integer`):

Legacy distance field in km. Deprecated — use radiusKm instead. Kept for back-compat with existing runs.

## `maxResults` (type: `integer`):

Maximum total items to emit (0 = unlimited). API hard-caps at 1000 per categoryId.

## `maxPages` (type: `integer`):

Cap pagination at this many SERP pages (0 = unlimited).

## `includeDetails` (type: `boolean`):

No-op for this actor — OLX SERP already returns full job data identical to detail endpoint. Kept for input-schema compatibility.

## `includeKeywords` (type: `object`):

Post-fetch filter: only emit jobs whose title or description contains at least one of these keywords. Example: { "keywords": \["react", "node"], "matchTitle": true, "matchDescription": true }.

## `excludeKeywords` (type: `object`):

Post-fetch filter: drop jobs whose title or description contains any of these keywords. Same shape as includeKeywords.

## `fromDate` (type: `string`):

ISO date (YYYY-MM-DD) — drop jobs posted before this date.

## `toDate` (type: `string`):

ISO date (YYYY-MM-DD) — drop jobs posted after this date.

## `maxAgeMinutes` (type: `integer`):

Drop jobs older than N minutes (0 = no limit). Useful for tight monitoring loops.

## `customFilters` (type: `array`):

Array of {field, op, value} rules applied to each output record. Operators: includes, notIncludes, equals, notEquals, gt, gte, lt, lte.

## `descriptionMaxLength` (type: `integer`):

Truncate description to N chars. 0 = no truncation.

## `descriptionFormat` (type: `string`):

`all` keeps every variant (default). `text` / `html` / `markdown` keep only one.

## `compact` (type: `boolean`):

Emit only core fields (for AI-agent / MCP workflows).

## `excludeEmptyFields` (type: `boolean`):

Drop null / empty-string / empty-array fields from each record.

## `incrementalMode` (type: `boolean`):

Track changes between runs. Compares prior state and emits only NEW / UPDATED / EXPIRED entries.

## `stateKey` (type: `string`):

Stable identifier for the tracked search universe. Auto-generated if empty.

## `emitUnchanged` (type: `boolean`):

Also emit unchanged jobs (incrementalMode only).

## `emitExpired` (type: `boolean`):

Also emit expired jobs (incrementalMode only).

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

Skip jobs whose content matches an expired job from a prior run.

## `telegramToken` (type: `string`):

Bot token from @BotFather.

## `telegramChatId` (type: `string`):

Chat or channel ID.

## `discordWebhookUrl` (type: `string`):

Discord incoming webhook URL.

## `slackWebhookUrl` (type: `string`):

Slack incoming webhook URL.

## `whatsappAccessToken` (type: `string`):

WhatsApp Cloud API token.

## `whatsappPhoneNumberId` (type: `string`):

Your WhatsApp Business phone-number ID.

## `whatsappTo` (type: `string`):

Recipient phone in E.164 without +.

## `webhookUrl` (type: `string`):

Receives JSON POST with {metadata, items} after each run.

## `webhookHeaders` (type: `object`):

Custom headers, e.g. {"Authorization":"Bearer ..."}.

## `notificationLimit` (type: `integer`):

Maximum jobs per notification message.

## `notifyOnlyChanges` (type: `boolean`):

In incremental mode, only notify for NEW + UPDATED.

## `includeRunMetadata` (type: `boolean`):

Add matchedStartUrls provenance to each record (when startUrls mode).

## Actor input object example

```json
{
  "country": "PL",
  "query": "developer",
  "startUrls": [],
  "categoryId": "4",
  "allowLowConfidence": false,
  "compactKeepResolvedLocation": false,
  "maxResults": 5,
  "maxPages": 0,
  "includeDetails": false,
  "maxAgeMinutes": 0,
  "customFilters": [],
  "descriptionMaxLength": 0,
  "descriptionFormat": "all",
  "compact": false,
  "excludeEmptyFields": false,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "skipReposts": false,
  "notificationLimit": 5,
  "notifyOnlyChanges": false,
  "includeRunMetadata": false
}
```

# 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 = {
    "maxResults": 5
};

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

# Run the Actor and wait for it to finish
run = client.actor("blackfalcondata/olx-jobs-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 '{
  "maxResults": 5
}' |
apify call blackfalcondata/olx-jobs-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "OLX Jobs Scraper — 7 countries (PL, RO, PT, UA, UZ, BG, KZ)",
        "description": "Scrape jobs from 7 OLX country sites (olx.pl, olx.ro, olx.pt, olx.ua, olx.uz, olx.bg, olx.kz). Pick country via input. City names in local Cyrillic or Latin. Structured salary, GPS, contract type, work mode, experience, employer, incremental change tracking.",
        "version": "0.1",
        "x-build-id": "8TKLL3VClFXA8GsMV"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/blackfalcondata~olx-jobs-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-blackfalcondata-olx-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/blackfalcondata~olx-jobs-scraper/runs": {
            "post": {
                "operationId": "runs-sync-blackfalcondata-olx-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/blackfalcondata~olx-jobs-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-blackfalcondata-olx-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",
                "required": [
                    "country"
                ],
                "properties": {
                    "country": {
                        "title": "🌍 Country",
                        "enum": [
                            "PL",
                            "RO",
                            "PT",
                            "UA",
                            "UZ",
                            "BG",
                            "KZ"
                        ],
                        "type": "string",
                        "description": "OLX country site to scrape.",
                        "default": "PL"
                    },
                    "query": {
                        "title": "🔍 Search Term(s)",
                        "type": "string",
                        "description": "Keyword(s) (e.g. \"developer\", \"programista\", \"vânzător\"). Use JSON array [\"q1\", \"q2\"] to iterate multiple keywords. Leave empty to browse all postings in the chosen category."
                    },
                    "startUrls": {
                        "title": "🔗 Start URLs",
                        "type": "array",
                        "description": "Paste country-specific OLX job search URLs (e.g. olx.pl/praca/..., olx.ro/locuri-de-munca/..., olx.ua/uk/rabota/...). Each URL becomes its own task; results merged + deduped across all URLs.",
                        "items": {
                            "type": "string"
                        },
                        "default": []
                    },
                    "categoryId": {
                        "title": "🏷️ Category ID",
                        "type": "string",
                        "description": "OLX category ID. PL/RO use parent ID 4, PT uses 190; UA/UZ/BG/KZ have fragmented taxonomy with multiple jobs subcategory IDs (the actor fans out across them automatically). Use JSON array to iterate multiple. Subcategory IDs (e.g. 2515 = IT on olx.pl) extend coverage beyond the 1000-offer cap per category. Leave empty for the country's default jobs scope."
                    },
                    "cityId": {
                        "title": "📍 City ID (advanced)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "OLX numeric city ID (e.g. 17871=Warszawa, 1=Bucuresti, 268=Київ, 4=Toshkent, 8771=София, 1=Алматы). Trump card — when set, cityName, lat/lon, and country are ignored. City IDs are country-scoped — pair with the matching country. Most users should leave this empty and use cityName instead."
                    },
                    "cityName": {
                        "title": "🏙️ City Name",
                        "type": "string",
                        "description": "City name in local script or Latin (e.g. \"Warszawa\", \"Bucuresti\", \"Київ\" / \"Kyiv\", \"Toshkent\", \"София\" / \"Sofia\", \"Алматы\" / \"Almaty\"). Resolved to OLX city ID via the chosen country's dictionary. Country-aware transliteration handles Cyrillic (Ukrainian National 2010, Bulgarian Streamlined 2009, Russian + Kazakh for KZ). Ignored if cityId is set."
                    },
                    "lat": {
                        "title": "🌐 Latitude",
                        "minimum": -90,
                        "maximum": 90,
                        "type": "number",
                        "description": "GPS latitude. Pair with lon. Ignored if cityId or cityName is set. Resolved to nearest known OLX city by GPS-bbox or distance tiers (5/20/50km)."
                    },
                    "lon": {
                        "title": "🌐 Longitude",
                        "minimum": -180,
                        "maximum": 180,
                        "type": "number",
                        "description": "GPS longitude. Pair with lat."
                    },
                    "radiusKm": {
                        "title": "📏 Search Radius (km)",
                        "minimum": 0,
                        "maximum": 500,
                        "type": "integer",
                        "description": "Search radius in kilometers around the resolved city. 0–500. OLX-native unit. Mutually exclusive with radiusMiles."
                    },
                    "radiusMiles": {
                        "title": "📏 Search Radius (miles)",
                        "minimum": 0,
                        "maximum": 310,
                        "type": "integer",
                        "description": "Search radius in miles. Converted to OLX km internally. Mutually exclusive with radiusKm."
                    },
                    "allowLowConfidence": {
                        "title": "🔓 Allow Low-Confidence Resolutions",
                        "type": "boolean",
                        "description": "When true, accept fuzzy-match or GPS-within-50km city resolutions instead of failing. Default false (fail loudly to prevent silent wrong-city results).",
                        "default": false
                    },
                    "compactKeepResolvedLocation": {
                        "title": "🗺️ Keep resolvedLocation in Compact Mode",
                        "type": "boolean",
                        "description": "By default, compact mode omits resolvedLocation. Set true to keep it for audit even in compact output.",
                        "default": false
                    },
                    "distance": {
                        "title": "🎯 Distance — DEPRECATED (use radiusKm)",
                        "minimum": 0,
                        "maximum": 500,
                        "type": "integer",
                        "description": "Legacy distance field in km. Deprecated — use radiusKm instead. Kept for back-compat with existing runs."
                    },
                    "maxResults": {
                        "title": "💯 Max Results",
                        "minimum": 0,
                        "maximum": 1000,
                        "type": "integer",
                        "description": "Maximum total items to emit (0 = unlimited). API hard-caps at 1000 per categoryId.",
                        "default": 50
                    },
                    "maxPages": {
                        "title": "📄 Max Pages",
                        "minimum": 0,
                        "maximum": 50,
                        "type": "integer",
                        "description": "Cap pagination at this many SERP pages (0 = unlimited).",
                        "default": 0
                    },
                    "includeDetails": {
                        "title": "📋 Include Full Details",
                        "type": "boolean",
                        "description": "No-op for this actor — OLX SERP already returns full job data identical to detail endpoint. Kept for input-schema compatibility.",
                        "default": false
                    },
                    "includeKeywords": {
                        "title": "✅ Include Keywords",
                        "type": "object",
                        "description": "Post-fetch filter: only emit jobs whose title or description contains at least one of these keywords. Example: { \"keywords\": [\"react\", \"node\"], \"matchTitle\": true, \"matchDescription\": true }."
                    },
                    "excludeKeywords": {
                        "title": "❌ Exclude Keywords",
                        "type": "object",
                        "description": "Post-fetch filter: drop jobs whose title or description contains any of these keywords. Same shape as includeKeywords."
                    },
                    "fromDate": {
                        "title": "📅 From Date",
                        "type": "string",
                        "description": "ISO date (YYYY-MM-DD) — drop jobs posted before this date."
                    },
                    "toDate": {
                        "title": "📅 To Date",
                        "type": "string",
                        "description": "ISO date (YYYY-MM-DD) — drop jobs posted after this date."
                    },
                    "maxAgeMinutes": {
                        "title": "⏱️ Max Age (minutes)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Drop jobs older than N minutes (0 = no limit). Useful for tight monitoring loops.",
                        "default": 0
                    },
                    "customFilters": {
                        "title": "🔧 Custom Filters",
                        "type": "array",
                        "description": "Array of {field, op, value} rules applied to each output record. Operators: includes, notIncludes, equals, notEquals, gt, gte, lt, lte.",
                        "default": []
                    },
                    "descriptionMaxLength": {
                        "title": "✂️ Description Max Length",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Truncate description to N chars. 0 = no truncation.",
                        "default": 0
                    },
                    "descriptionFormat": {
                        "title": "📝 Description Format",
                        "enum": [
                            "all",
                            "text",
                            "html",
                            "markdown"
                        ],
                        "type": "string",
                        "description": "`all` keeps every variant (default). `text` / `html` / `markdown` keep only one.",
                        "default": "all"
                    },
                    "compact": {
                        "title": "📦 Compact Output",
                        "type": "boolean",
                        "description": "Emit only core fields (for AI-agent / MCP workflows).",
                        "default": false
                    },
                    "excludeEmptyFields": {
                        "title": "🧹 Exclude Empty Fields",
                        "type": "boolean",
                        "description": "Drop null / empty-string / empty-array fields from each record.",
                        "default": false
                    },
                    "incrementalMode": {
                        "title": "♻️ Incremental Mode",
                        "type": "boolean",
                        "description": "Track changes between runs. Compares prior state and emits only NEW / UPDATED / EXPIRED entries.",
                        "default": false
                    },
                    "stateKey": {
                        "title": "🔑 State Key",
                        "type": "string",
                        "description": "Stable identifier for the tracked search universe. Auto-generated if empty."
                    },
                    "emitUnchanged": {
                        "title": "♻️ Emit Unchanged",
                        "type": "boolean",
                        "description": "Also emit unchanged jobs (incrementalMode only).",
                        "default": false
                    },
                    "emitExpired": {
                        "title": "⚰️ Emit Expired",
                        "type": "boolean",
                        "description": "Also emit expired jobs (incrementalMode only).",
                        "default": false
                    },
                    "skipReposts": {
                        "title": "🚫 Skip Reposts",
                        "type": "boolean",
                        "description": "Skip jobs whose content matches an expired job from a prior run.",
                        "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."
                    },
                    "discordWebhookUrl": {
                        "title": "🎮 Discord Webhook URL",
                        "type": "string",
                        "description": "Discord incoming webhook URL."
                    },
                    "slackWebhookUrl": {
                        "title": "💼 Slack Webhook URL",
                        "type": "string",
                        "description": "Slack incoming webhook URL."
                    },
                    "whatsappAccessToken": {
                        "title": "📱 WhatsApp Access Token",
                        "type": "string",
                        "description": "WhatsApp Cloud API token."
                    },
                    "whatsappPhoneNumberId": {
                        "title": "📞 WhatsApp Phone Number ID",
                        "type": "string",
                        "description": "Your WhatsApp Business phone-number ID."
                    },
                    "whatsappTo": {
                        "title": "📲 WhatsApp Recipient",
                        "type": "string",
                        "description": "Recipient phone in E.164 without +."
                    },
                    "webhookUrl": {
                        "title": "🪝 Generic Webhook URL",
                        "type": "string",
                        "description": "Receives JSON POST with {metadata, items} after each run."
                    },
                    "webhookHeaders": {
                        "title": "📋 Webhook Headers",
                        "type": "object",
                        "description": "Custom headers, e.g. {\"Authorization\":\"Bearer ...\"}."
                    },
                    "notificationLimit": {
                        "title": "📊 Max Jobs Per Notification",
                        "minimum": 1,
                        "maximum": 20,
                        "type": "integer",
                        "description": "Maximum jobs per notification message.",
                        "default": 5
                    },
                    "notifyOnlyChanges": {
                        "title": "🔄 Notify Only New/Updated",
                        "type": "boolean",
                        "description": "In incremental mode, only notify for NEW + UPDATED.",
                        "default": false
                    },
                    "includeRunMetadata": {
                        "title": "🧾 Include Run Metadata",
                        "type": "boolean",
                        "description": "Add matchedStartUrls provenance to each record (when startUrls mode).",
                        "default": false
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
