# Remote Climate Policy Job Monitor

**Use case:** 

Track remote Climatebase policy roles for recurring recruiting, job aggregation, and climate labor-market analysis.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://climatebase.org/jobs?q=software"
    }
  ],
  "queries": [
    "policy"
  ],
  "remotePreferences": [
    "Remote"
  ],
  "jobTypes": [
    "Full time role"
  ],
  "maxItems": 200
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "employerName": {
    "label": "Employer",
    "format": "string"
  },
  "locations": {
    "label": "Locations",
    "format": "array"
  },
  "salaryFrom": {
    "label": "Salary from",
    "format": "number"
  },
  "salaryTo": {
    "label": "Salary to",
    "format": "number"
  },
  "remotePreferences": {
    "label": "Workplace",
    "format": "array"
  },
  "jobTypes": {
    "label": "Job types",
    "format": "array"
  },
  "climateSectors": {
    "label": "Climate sectors",
    "format": "array"
  },
  "postedAt": {
    "label": "Posted",
    "format": "string"
  },
  "url": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

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