# Scrape Bulldogjob Polish IT job listings

**Use case:** 

Extract Polish IT jobs from Bulldogjob.pl. Export titles, companies, salaries, tech stacks, and apply URLs for recruiting research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://bulldogjob.pl/companies/jobs"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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