# KarieraWFinansach.pl Scraper — Poland Finance Job Listings (`studio-amba/karierawfinansach-scraper`) Actor

Scrape finance, accounting, audit, banking, tax and BPO/SSC job listings from karierawfinansach.pl, Poland's dedicated finance-sector jobs board. Search by keyword and get titles, employers, locations, categories, salary and direct apply links.

- **URL**: https://apify.com/studio-amba/karierawfinansach-scraper.md
- **Developed by:** [Studio Amba](https://apify.com/studio-amba) (community)
- **Categories:** Jobs
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.20 / 1,000 result scrapeds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — 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

## KarieraWFinansach.pl Scraper

Extract finance, accounting, audit, banking, tax and BPO/SSC job listings from [karierawfinansach.pl](https://www.karierawfinansach.pl), Poland's dedicated jobs board for the finance sector. Unlike general Polish job boards, it's specifically curated for finance-adjacent roles, with real EY, PwC, Unilever and major-bank volume — no equivalent focused finance board exists elsewhere in the CEE/Baltic cluster.

No login. No cookies. No browser automation. The actor talks to the same public JSON API the karierawfinansach.pl website itself uses, so it is fast and stable.

### What this actor does

Given a search keyword, this actor collects every matching job listing from karierawfinansach.pl and returns one row per listing with:

- Job title
- Hiring employer
- City and voivodeship (region)
- Job category / specialization
- Salary range in PLN (where published)
- Whether the recruitment process itself is remote
- The listing's unique ID and direct URL

### Why use it

- **Finance-sector recruitment intelligence** — track which employers are hiring for accounting, audit, tax, banking and BPO/SSC roles across Poland.
- **Salary benchmarking** — compare published salary ranges by role and region, where employers disclose them.
- **Regional coverage analysis** — Poland's finance/BPO sector is concentrated in specific hub cities; this data shows exactly where.
- **Aggregators and job boards** — feed a Polish finance-jobs feed into your own product.

### How to scrape KarieraWFinansach.pl data

1. Open the actor and set a **Search Query** (for example `audyt`, `księgowość`, `kontroler finansowy` or `podatki`). Leave it empty to pull all current listings. Polish keywords work best.
2. Set **Max Results** to how many listings you want.
3. Leave the proxy on the default automatic setting and click **Start**.

The actor pages through the karierawfinansach.pl search API (up to 100 listings per request) until it reaches your Max Results or runs out of listings, then writes everything to the dataset. You can export the result as JSON, CSV or Excel.

### Input

| Field | Type | Description |
|-------|------|-------------|
| `searchQuery` | string | Keyword to search for. Polish keywords work best. Default: `audyt`. |
| `maxResults` | integer | Maximum number of listings to return. Default: `100`. |
| `proxyConfiguration` | object | Apify proxy settings. Default: automatic (no anti-bot on this site). |

#### Example input

```json
{
    "searchQuery": "księgowość",
    "maxResults": 100,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
}
```

### Output

Each dataset item looks like this:

```json
{
    "jobTitle": "Płatne praktyki | Audyt",
    "employer": "PwC",
    "location": "Łódź, łódzkie",
    "category": "Audyt",
    "minSalary": null,
    "maxSalary": null,
    "currency": "PLN",
    "remoteRecruitment": false,
    "jobId": 265914,
    "url": "https://www.karierawfinansach.pl/oferta-pracy/265914,platne-praktyki-audyt-lodz",
    "scrapedAt": "2026-08-11T09:25:34.961Z"
}
```

#### Output fields

| Field | Type | Description |
|-------|------|-------------|
| `jobTitle` | string | Title of the job listing |
| `employer` | string | Name of the hiring company |
| `location` | string | City and voivodeship of the workplace |
| `category` | string | Job category / specialization (e.g. Księgowość / Finanse) |
| `minSalary` | number | Minimum salary, if published |
| `maxSalary` | number | Maximum salary, if published |
| `currency` | string | Salary currency (PLN) |
| `remoteRecruitment` | boolean | Whether the recruitment process itself is conducted remotely |
| `jobId` | string/integer | Unique karierawfinansach.pl listing identifier |
| `url` | string | Full job listing URL |
| `scrapedAt` | string | ISO 8601 timestamp of collection |

### Cost estimate

This actor uses a lightweight JSON API and no browser, so runs are cheap and fast. One request returns up to 100 listings, so even a few hundred listings cost only a handful of requests. Exact cost depends on your Apify plan and proxy usage. Usage is only charged after a run finishes with status SUCCEEDED — a failed or aborted run doesn't bill for partial results.

### Limitations

- **Salary is rarely published.** Most listings on karierawfinansach.pl don't disclose a salary range — `minSalary`/`maxSalary` will be `null` for those, which is the site's own data, not a scraping gap.
- **Only the first listed category is returned** for listings that span multiple specializations. The full category list is available from the API but not included in the default output.
- Full job descriptions and requirements are not fetched; use the `url` field to link to the full listing.

### Related scrapers

Building a European jobs dataset? These sibling actors follow the same clean-JSON approach:

- **Pracuj Scraper** — Poland's #1 general job board
- **RocketJobs.pl Scraper** — Poland's tech-focused job board
- **AcademicTransfer Scraper** — Netherlands' national academic jobs platform
- **Academics.de Scraper** — Germany's academic jobs board
- **Jobs.cz Scraper** — Czech job listings

### Disclaimer

This actor collects publicly available data from karierawfinansach.pl for legitimate research and aggregation use. Respect karierawfinansach.pl's terms of service and applicable data protection law when using the output.

# Actor input Schema

## `searchQuery` (type: `string`):

Keyword to search for (e.g. 'audyt', 'księgowość', 'kontroler finansowy'). Leave empty to return all current listings. Polish keywords work best.

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

Maximum number of job listings to return.

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

Proxy settings. karierawfinansach.pl's public API has no anti-bot protection and is not geo-locked — the automatic Apify proxy pool works fine.

## Actor input object example

```json
{
  "searchQuery": "audyt",
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# 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 = {
    "searchQuery": "audyt",
    "maxResults": 5,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("studio-amba/karierawfinansach-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 = {
    "searchQuery": "audyt",
    "maxResults": 5,
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("studio-amba/karierawfinansach-scraper").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "searchQuery": "audyt",
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call studio-amba/karierawfinansach-scraper --silent --output-dataset

```

## MCP server setup

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

```

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

## OpenAPI specification

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