# Scrape UK jobs by minimum salary

**Use case:** 

Scrape CV-Library job listings filtered by minimum annual salary. Structured UK job data for targeted search. Pay per result.

## Input

```json
{
  "searchQuery": "developer",
  "location": "",
  "maxResults": 5,
  "fetchDetails": false,
  "skipReposts": false,
  "contractType": "",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "startUrls": []
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "contractType": {
    "label": "Contract",
    "format": "text"
  },
  "salaryRaw": {
    "label": "Salary",
    "format": "text"
  },
  "publishDate": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [CV-Library Scraper](https://apify.com/unfenced-group/cv-library-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/cv-library-scraper) to learn more, explore other use cases, and run it yourself.