# Build Repeatable Job Exports

**Use case:** 

Build repeatable Jobsite job exports for recruiting research, labour-market monitoring, and hiring dashboards.

## Input

```json
{
  "keywords": "data analyst",
  "locations": [
    "Manchester"
  ],
  "radiusMiles": 10,
  "jobType": "any",
  "advertiserType": "any",
  "salaryPeriod": "annual",
  "postedWithinDays": "7",
  "sortBy": "relevance",
  "detailMode": "fastListings",
  "includeContactHints": false,
  "maxItems": 50,
  "maxPagesPerSearch": 2
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "employer.name": {
    "label": "Employer",
    "format": "string"
  },
  "location.locality": {
    "label": "Location",
    "format": "string"
  },
  "salary.raw": {
    "label": "Salary",
    "format": "string"
  },
  "datePosted": {
    "label": "Posted",
    "format": "string"
  },
  "detailStatus": {
    "label": "Detail status",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

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