# Save Direct Jobsite Job Pages

**Use case:** 

Save direct Jobsite job pages into one consistent dataset for review, QA, or downstream systems.

## Input

```json
{
  "keywords": "software engineer",
  "locations": [
    "London"
  ],
  "radiusMiles": 10,
  "jobType": "any",
  "advertiserType": "any",
  "salaryPeriod": "annual",
  "postedWithinDays": "7",
  "sortBy": "relevance",
  "startUrls": [
    {
      "url": "https://www.jobsite.co.uk/job/software-engineer/leo-technology-job107591807?searchCriteria=Software%20Engineer&searchLocation=London&src=search&position=1&source=jobsite&WT.mc_id=A_PT_CrossBrand_Jobsite&page=1"
    }
  ],
  "detailMode": "fullDetails",
  "includeContactHints": true,
  "maxItems": 1,
  "maxPagesPerSearch": 1
}
```

## 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.