# Praca IT w Polsce na Praca.gov.pl

**Use case:** 

Oferty IT z portalu Praca.gov.pl wyszukiwać. Tytuły, firmy, wynagrodzenia i URL-e ogłoszeń do sourcingu kandydatów i HR.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://oferty.praca.gov.pl/portal/lista-ofert?stanowisko=programista"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "sort": "stanowisko",
  "sortType": "desc"
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "position": {
    "label": "Position"
  },
  "employerName": {
    "label": "Employer name"
  },
  "employerEmail": {
    "label": "Employer email"
  },
  "employerPhone": {
    "label": "Employer phone"
  },
  "employerAddress": {
    "label": "Employer address"
  },
  "cityName": {
    "label": "City name"
  },
  "workplaceAddress": {
    "label": "Workplace address"
  },
  "duties": {
    "label": "Duties"
  },
  "contractType": {
    "label": "Contract type"
  },
  "grossSalary": {
    "label": "Gross salary"
  },
  "salaryDescription": {
    "label": "Salary description"
  },
  "startDate": {
    "label": "Start date"
  },
  "endDate": {
    "label": "End date"
  },
  "requiredEducation": {
    "label": "Required education"
  },
  "requiredLanguages": {
    "label": "Required languages"
  },
  "totalExperience": {
    "label": "Total experience"
  },
  "dateAdded": {
    "label": "Date added"
  },
  "dateExpiration": {
    "label": "Date expiration"
  },
  "numberOfVacancies": {
    "label": "Number of vacancies"
  }
}
```

## About this Actor

This example demonstrates how to use [Praca.gov.pl Scraper](https://apify.com/lexis-solutions/praca-gov-pl-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/praca-gov-pl-scraper) to learn more, explore other use cases, and run it yourself.