# Scrape Bulldogjob Warsaw IT job listings

**Use case:** 

Export Warsaw IT jobs from Bulldogjob.pl with titles, companies, salaries, and tech stacks for Polish capital recruiting pipelines.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://bulldogjob.pl/companies/jobs/s/city,Warszawa"
    }
  ],
  "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.