# Find London Java Developer Jobs (Permanent)

**Use case:** 

Recruitment agencies and job seekers can quickly identify current permanent Java developer openings in London. This helps streamline job search efforts and targ

## Input

```json
{
  "jobRole": "Java Developer",
  "location": "London",
  "country": "UK",
  "maxResults": 100,
  "jobType": "Permanent",
  "datePosted": "Any",
  "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.