# Internships Scraper - praca.gov.pl

**Use case:** 

Scrape internship, student-internship and traineeship offers across Poland from praca.gov.pl.

## Input

```json
{
  "startUrls": [],
  "searchTerms": [
    "kierowca"
  ],
  "location": "Warszawa",
  "locationRadius": 0,
  "voivodeships": [],
  "country": "ALL",
  "offerTypes": [
    "PRAKTYKI",
    "PRAKT_STUDENT",
    "STAZ",
    "STAZ_UP"
  ],
  "contractTypes": [],
  "onlyForDisabled": false,
  "immediateStart": false,
  "temporaryWork": false,
  "sortBy": "dateAdded",
  "sortOrder": "DESC",
  "extractFullDetails": false,
  "maxItems": 150,
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "position": {
    "label": "Position"
  },
  "employer": {
    "label": "Employer"
  },
  "workplace": {
    "label": "Workplace"
  },
  "salary": {
    "label": "Salary"
  },
  "contractType": {
    "label": "Contract"
  },
  "offerType": {
    "label": "Type"
  },
  "addedAt": {
    "label": "Added"
  },
  "validUntil": {
    "label": "Valid until"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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