Scrape job listings from Pracuj.pl, Poland's largest job board. Returns 35 fields per job: title, company, company_url, company_website, location, city, region (voivodeship), salary_min, salary_max, salary_currency (PLN), salary_period, employment_type, work_mode (Stacjonarna / Hybrydowa / Zdalna), workload_min and workload_max, description_full, requirements, benefits, technologies, posted_at and apply URL. Search by keyword, location and remote-only filter across all Polish regions.
# Start a run via the Apify API curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~pracuj-pl-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchQueries": ["Java Developer"], "location": "Warszawa", "maxResultsPerQuery": 100, "includeJobDetails": true }' # Or use with AI agents via MCP: # https://mcp.apify.com?tools=santamaria-automations/pracuj-pl-scraper
| Field | Type | Example |
|---|---|---|
| title | string | Senior Java Developer |
| company | string | Allegro |
| city | string | Warszawa |
| region | string | mazowieckie |
| salary_min | integer | 18000 |
| salary_max | integer | 26000 |
| salary_currency | string | PLN |
| work_mode | string | Hybrydowa |
| employment_type | string | Pełny etat |
| apply_url | string | https://www.pracuj.pl/praca/... |