# Compare Goodmoves salary and closing dates

**Use case:** 

Compare posted salaries, closing dates, workplace types, and organisation details across public Goodmoves results.

## Input

```json
{
  "discoveryMode": "listing",
  "startUrls": [
    {
      "url": "https://goodmoves.org/jobs-in/glasgow"
    },
    {
      "url": "https://goodmoves.org/jobs-in/edinburgh"
    },
    {
      "url": "https://goodmoves.org/search?keywords=manager"
    }
  ],
  "maxItems": 60,
  "onlyNewSinceLastRun": false,
  "resetSeenJobs": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "companyName": {
    "label": "Organisation",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "salary": {
    "label": "Salary",
    "format": "object"
  },
  "closingDate": {
    "label": "Closing date",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  },
  "sourceListingUrl": {
    "label": "Source listing URL",
    "format": "string"
  },
  "workplaceType": {
    "label": "Workplace type",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "array"
  },
  "applyType": {
    "label": "Apply type",
    "format": "string"
  },
  "companyWebsite": {
    "label": "Organisation website",
    "format": "string"
  },
  "oscrCharityNumber": {
    "label": "OSCR charity number",
    "format": "string"
  }
}
```

## About this Actor

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