# Software engineer jobs in Lahore on Rozee.pk

**Use case:** 

Scrape software engineer job listings in Lahore from Rozee.pk. Get salaries, company names, skills required, and apply links. Ideal for tech job seekers.

## Input

```json
{
  "keyword": "software engineer",
  "location": "Lahore",
  "results_wanted": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "experience": {
    "label": "Experience",
    "format": "text"
  },
  "contract_type": {
    "label": "Type",
    "format": "text"
  },
  "date_posted": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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