VOOZH about

URL: https://apify.com/mrarcode/praca-scraper

โ‡ฑ Praca.pl Jobs Scraper & Hiring Monitor ยท Apify


๐Ÿ‘ Praca.pl Jobs Scraper & Hiring Monitor avatar

Praca.pl Jobs Scraper & Hiring Monitor

Pricing

from $2.00 / 1,000 job offers

Go to Apify Store

Praca.pl Jobs Scraper & Hiring Monitor

Track new & changed Praca.pl job offers. Incremental monitoring with salary, company & contract data โ€” get only what changed, not the same list every run.

Pricing

from $2.00 / 1,000 job offers

Rating

0.0

(0)

Developer

๐Ÿ‘ MrArCode

MrArCode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Praca.pl Jobs Scraper & Monitoring

Extract structured job listings from Praca.pl with salary data, company information, locations, work modes, contract types, full job descriptions, and incremental change tracking.

This Actor is designed for recruiters, HR analytics teams, job market researchers, data teams, lead generation workflows, and AI agents that need clean job data from the Polish labor market.

What does it do?

This scraper collects job offers from Praca.pl search pages and returns structured records ready for analysis, automation, monitoring, or AI workflows.

It can work in two modes:

  • Fast listing mode โ€” collects core data directly from search results.
  • Full details mode โ€” visits each job offer page and enriches the output with full descriptions and direct application URLs.

It also supports incremental monitoring, so repeated runs can return only new, updated, reappeared, or expired job offers.

Key features

  • Search Praca.pl by keyword and location
  • Explode multi-location grouped offers into individual structured records with stable, unique jobId hashes
  • Use custom starting URLs via customUrls to scrape target searches directly
  • Extract salary ranges into structured fields: salaryMin, salaryMax, salaryCurrency, salaryPeriod, salaryRanges
  • Extract contract types, work modes, and remote-work flags
  • Optional full detail enrichment: extract full description and direct apply URL
  • Incremental mode with NEW, UPDATED, UNCHANGED, REAPPEARED, and EXPIRED
  • Repost-aware monitoring with optional repost skipping based on role fingerprints
  • Compact output mode for AI agents, MCP workflows, and lightweight automations
  • Optional description truncation to reduce payload size
  • Data quality fields such as detailFetchStatus and dataQualityWarnings
  • Uses Apify residential proxy for Poland when running on the Apify platform

Use cases

  • Monitor new job postings for specific roles
  • Track salary ranges for software developers, managers, specialists, or physical workers
  • Build HR analytics dashboards and track competitor hiring activity
  • Feed job data into AI agents or MCP workflows
  • Export structured job data to spreadsheets, databases, CRMs, ATS systems, or BI tools
  • Detect new, changed, reappeared, and expired offers over time

Input

You can use regular search parameters or provide direct Praca.pl search URLs.

Basic search example

{
"query":"programista python",
"location":"Warszawa",
"maxResults":25,
"includeDetails":false
}

Full detail enrichment example

{
"query":"programista",
"location":"Krakรณw",
"maxResults":10,
"includeDetails":true
}

Custom URLs example

{
"customUrls":[
"https://www.praca.pl/s-programista,warszawa.html"
],
"maxResults":10,
"includeDetails":false
}

Incremental monitoring example

{
"query":"programista",
"location":"Wrocล‚aw",
"maxResults":50,
"incremental":true,
"includeUnchanged":false
}

Track expired and reappeared offers

{
"query":"programista",
"location":"Warszawa",
"maxResults":100,
"incremental":true,
"trackExpiration":true,
"includeUnchanged":false
}

Compact AI/MCP output

{
"query":"programista",
"location":"Warszawa",
"maxResults":25,
"compact":true
}

Limit long descriptions

{
"query":"programista",
"location":"Warszawa",
"maxResults":10,
"includeDetails":true,
"descriptionMaxLength":1000
}

Input fields

FieldTypeDescription
querystringSearch keyword or position level, for example programista, kierownik.
locationstringCity or area, for example Warszawa, Krakรณw, Wrocล‚aw.
customUrlsarrayList of direct starting search page URLs on praca.pl to scrape directly.
maxResultsintegerMaximum number of job records to return. Use 0 for unlimited.
includeDetailsbooleanVisit each job page and enrich the listing with full details. Slower, but returns richer data.
incrementalbooleanEnables change tracking between runs.
stateKeystringOptional custom state key for separating monitoring contexts.
includeUnchangedbooleanInclude unchanged offers in incremental output. Unchanged records are useful for snapshots.
trackExpirationbooleanDetect expired and reappeared offers. Requires incremental=true.
skipRepostsbooleanSkip detected reposts. Requires trackExpiration=true.
compactbooleanReturn only core fields for AI agents and lightweight workflows.
descriptionMaxLengthintegerTruncate job descriptions to a maximum number of characters. Use 0 for no limit.
bypassChargingbooleanRun in dry-run mode without charging billing (useful for testing or local runs).
offerChargeLimitintegerHard budget cap on the number of charged events for this run.

Output example

{
"jobId":"61a5b8cfec0b1c725b757937a4a3a3646f037fa797dc3b70ae377cd0226ecdc8f",
"offerId":"11160403",
"title":"Programista Python",
"company":"Acrebi Sp. z o.o.",
"companyLogoUrl":"https://www.praca.pl/graphics/logo.png",
"companyProfileUrl":"https://www.praca.pl/firma/acrebi",
"location":"Warszawa",
"locations":[
{
"city":"Warszawa"
}
],
"allOfferUrls":[
"https://www.praca.pl/oferta/programista-python-warszawa_11160403.html"
],
"locationCount":1,
"salaryText":"8 000 - 12 000 zล‚ brutto/mies.",
"salaryMin":8000.0,
"salaryMax":12000.0,
"salaryCurrency":"PLN",
"salaryPeriod":"month",
"salaryRanges":[
{
"min":8000.0,
"max":12000.0,
"currency":"PLN",
"period":"month"
}
],
"contractTypes":["Umowa o pracฤ™"],
"workModes":["praca zdalna"],
"isRemote":true,
"technologies":[],
"postedDate":"2026-06-20T12:00:00Z",
"url":"https://www.praca.pl/oferta/programista-python-warszawa_11160403.html",
"portalUrl":"https://www.praca.pl",
"source":"praca.pl",
"changeType":"NEW",
"firstSeenAt":"2026-06-23T12:00:00Z",
"lastSeenAt":"2026-06-23T12:00:00Z",
"detailFetchStatus":"skipped",
"dataQualityWarnings":[]
}

Fields with default or empty values are omitted here for brevity; real records include all fields listed in 'Output fields overview'.

Full details output

When includeDetails=true, the Actor enriches each offer with additional fields:

  • description (full job description body HTML)
  • applyUrl (direct external application widget URL)
  • expirationDate (timestamp parsed from JSON-LD if available)

Example detail fields:

{
"description":"<div>Detailed job description body...</div>",
"applyUrl":"https://www.praca.pl/aplikuj/11160403",
"expirationDate":"2026-07-20T12:00:00Z",
"detailFetchStatus":"success"
}

Compact output

Compact mode is designed for AI agents, MCP workflows, automations, and low-payload integrations.

Enable it with:

{
"compact":true
}

Compact output includes only core fields:

{
"jobId":"61a5b8cfec0b1c725b757937a4a3a3646f037fa797dc3b70ae377cd0226ecdc8f",
"title":"Programista Python",
"company":"Acrebi Sp. z o.o.",
"location":"Warszawa",
"url":"https://www.praca.pl/oferta/programista-python-warszawa_11160403.html",
"salaryMin":8000.0,
"salaryMax":12000.0,
"salaryCurrency":"PLN",
"salaryPeriod":"month",
"contractTypes":["Umowa o pracฤ™"],
"workModes":["praca zdalna"],
"technologies":[],
"changeType":"NEW"
}

Incremental mode

Incremental mode lets you monitor a search over time.

When incremental=true, the Actor stores state between runs and classifies each job offer using changeType.

Supported change types:

changeTypeMeaning
NEWThe offer was not seen in previous runs for this search context.
UPDATEDThe offer was seen before, but selected fields changed.
UNCHANGEDThe offer was already seen and did not change.
REAPPEAREDThe offer was previously marked as expired and appeared again.
EXPIREDThe offer was previously active but is no longer present in a completed scan.

Example: return only new or changed offers

{
"query":"programista",
"location":"Warszawa",
"incremental":true,
"includeUnchanged":false,
"maxResults":100
}

Example: include unchanged offers too

{
"query":"programista",
"location":"Warszawa",
"incremental":true,
"includeUnchanged":true,
"maxResults":100
}

State key

By default, the Actor automatically creates a state key from the search parameters.

You can also provide a custom stateKey:

{
"query":"programista",
"location":"Warszawa",
"incremental":true,
"stateKey":"programista-warsaw-monitor"
}

Use stateKey when you want full control over separate monitoring contexts.

Expired and reappeared offers

To track expired and reappeared offers, enable:

{
"incremental":true,
"trackExpiration":true
}

The Actor only detects expired offers after a completed scan. If a scan is interrupted, hits a request error, parser error, budget limit, maxResults, or page safety limit, expired detection is skipped to prevent false positives.

This protects users from fake expiration events.

Repost detection

When trackExpiration=true, the Actor can detect likely reposts using a content fingerprint based on role-identifying fields.

Enable repost skipping with:

{
"incremental":true,
"trackExpiration":true,
"skipReposts":true
}

This is useful when employers repost very similar jobs under new offer IDs.

Data quality fields

Each record includes fields that help you understand how complete the data is:

FieldMeaning
detailFetchStatusskipped, success, or failed (if the fetch failed or empty details were parsed).
dataQualityWarningsList of warnings if enrichment failed or partial data was used.

Example:

{
"detailFetchStatus":"failed",
"dataQualityWarnings":[
"detail page fetch failed after retries; using listing data only"
]
}

Performance notes

includeDetails=false is faster and uses fewer requests.

includeDetails=true performs one additional request per job offer and may take longer, especially for large result sets.

Recommended settings:

  • Use includeDetails=false for broad market monitoring.
  • Use includeDetails=true when you need full descriptions and application URLs.
  • Use compact=true for AI workflows and lightweight automations.
  • Use descriptionMaxLength to reduce output size when using LLMs.

Limitations

  • The Actor extracts publicly available job offer data from Praca.pl.
  • Full detail enrichment depends on the availability and structure of the individual job offer page.
  • Some offers may not include salary information.
  • Some offers may not include apply URLs.
  • EXPIRED detection requires a completed incremental scan.
  • Repost detection is heuristic and based on content fingerprints.
  • includeDetails=true is slower than listing-only mode.

Responsible usage

Use this Actor responsibly and in accordance with applicable laws, platform terms, and data protection rules.

The Actor is intended for collecting publicly available job listing data. You are responsible for how you use, store, process, and share the extracted data.

Pricing

This is a pay-per-event Actor. You only pay for the job offers successfully scraped, and the per-record price includes all residential proxy and platform usage costs (there is no separate, unexpected proxy bill).

FAQ

Does this Actor support direct Praca.pl search URLs?

Yes. Use the customUrls field.

Can I monitor only new jobs?

Yes. Use:

{
"incremental":true,
"includeUnchanged":false
}

Can I get full job descriptions?

Yes. Set:

{
"includeDetails":true
}

Can I reduce output size for AI agents?

Yes. Use:

{
"compact":true
}

or use:

{
"descriptionMaxLength":1000
}

Are unchanged records charged?

In incremental mode, unchanged records are intended for snapshot completeness and are not treated as chargeable change events.

Why did I get zero records in incremental mode?

If incremental=true and includeUnchanged=false, a zero-record run usually means there were no new or changed offers for that search context.

Example monitoring workflow

  1. Run the Actor once with incremental=true.
  2. The first run returns offers as NEW.
  3. Schedule the Actor daily or hourly.
  4. Later runs return only changes if includeUnchanged=false.
  5. Use trackExpiration=true to detect offers that disappeared from a completed scan.
  6. Use compact=true if the output is consumed by an AI agent or automation.

Output fields overview

Main fields include:

  • jobId
  • offerId
  • title
  • company
  • companyLogoUrl
  • companyProfileUrl
  • location
  • locations
  • allOfferUrls
  • locationCount
  • salaryText
  • salaryMin
  • salaryMax
  • salaryCurrency
  • salaryPeriod
  • salaryRanges
  • contractTypes
  • workModes
  • isRemote
  • technologies
  • postedDate
  • expirationDate
  • url
  • portalUrl
  • source
  • description
  • applyUrl
  • changeType
  • firstSeenAt
  • lastSeenAt
  • isRepost
  • repostOfId
  • repostDetectedAt
  • detailFetchStatus
  • dataQualityWarnings

You might also like

Praca.PL Scraper

unfenced-group/praca-pl-scraper

Extract job listings from Praca.pl โ€” Poland's largest job board. Filter by keyword, city, province, contract type, work model and seniority.

๐Ÿ‘ User avatar

Unfenced Group

4

JustjoinIT Scraper

mrarcode/justjoinit-scraper

Track new & changed JustJoin.it tech jobs. Incremental monitoring with salary, stack & company data โ€” get only what changed, not the same list every run.

Praca.gov.pl Scraper

lexis-solutions/praca-gov-pl-scraper

Extract up-to-date job postings from praca.gov.plโ€”the Polish government job portal. Gather detailed info on jobs, employers, salaries, and requirements. Ideal for market analysis, recruitment, and labor studies in Poland. Fast, flexible, and easy to use.

๐Ÿ‘ User avatar

Lexis Solutions

5

Pracuj.pl Jobs Scraper & Monitoring

mrarcode/pracuj-pl-jobs-scraper-monitoring

Scrape and monitor Pracuj.pl job offers with salaries, company data, full descriptions, and incremental change tracking.

OLX.pl Jobs Scraper

unfenced-group/olx-pl-scraper

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

๐Ÿ‘ User avatar

Unfenced Group

15

Pracuj.pl Job Offers Scraper

piotrv1001/pracuj-pl-job-offers-scraper

The Pracuj.pl Job Offers Scraper extracts job listings from Poland's largest job board, capturing titles, companies, salary ranges, locations, contract types, AI requirement summaries, full descriptions, and application links โ€” ideal for recruitment analytics and labor market research.

OLX PL Pro Scraper

jaason/olx-pl-pro-scraper

OLX PL Scraper for search

Hiring Change Monitor โ€” Track New & Removed Jobs

coregent/hiring-change-monitor

Monitor public company career pages and ATS boards (Greenhouse, Lever, Ashby, Workday-style sites) for hiring changes. Detect new, removed, reopened, and changed job posts as clean, CSV-friendly hiring-signal events.

2

Pracuj Scraper - Polandโ€™s #1 Job Board

blackfalcondata/pracuj-scraper

Scrape pracuj.pl - Polandโ€™s #1 job board. Structured salary data (min/max/currency), employment benefits, and 30+ fields per listing. Incremental mode detects new and changed listings.

๐Ÿ‘ User avatar

Black Falcon Data

73

5.0

Pracuj.pl Jobs Scraper ๐Ÿ‡ต๐Ÿ‡ฑ๐Ÿ’ผ - Cheap (Tani)

scrapestorm/pracuj-pl-jobs-scraper---cheap-tani

Easily collect job listings from Pracuj.pl, Polandโ€™s leading career and recruitment platform. Just enter any job search URL to extract key details like job title, company, contract type, work mode & posting status ๐Ÿ” Seamlessly integrate with your tools for hiring analytics or ATS automation๐Ÿ“Š

22

5.0