# Entry-Level Software Engineer Jobs UK

**Use case:** 

Graduates and junior developers can identify suitable entry-level software engineering positions across the UK. This helps new professionals kickstart their car

## Input

```json
{
  "jobRole": "Junior Software Engineer",
  "location": "London",
  "country": "UK",
  "maxResults": 60,
  "minSalary": 25000,
  "jobType": "Permanent",
  "datePosted": "LastTwoWeeks",
  "removeDuplicates": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary_raw": {
    "label": "Salary",
    "format": "text"
  },
  "employment_type": {
    "label": "Type",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "date_posted": {
    "label": "Posted",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [UK Jobs Aggregator](https://apify.com/crawlerbros/uk-jobs-aggregator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/uk-jobs-aggregator) to learn more, explore other use cases, and run it yourself.