# Public Trust Clearancejobs

**Use case:** 

Extract Clearancejobs data filtered by Public Trust. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "keyword": "software engineer",
  "maxItems": 10,
  "clearanceLevel": "public-trust",
  "polygraph": "",
  "jobType": "",
  "workplaceType": "",
  "experienceLevel": "",
  "remote": false,
  "fetchDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "jobTitle": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "text"
  },
  "clearanceLevel": {
    "label": "Clearance",
    "format": "text"
  },
  "polygraph": {
    "label": "Polygraph",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "jobType": {
    "label": "Job Type",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "experienceLevel": {
    "label": "Experience",
    "format": "text"
  },
  "travelRequired": {
    "label": "Travel",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "jobDescription": {
    "label": "Job description"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "jobCode": {
    "label": "Job Code",
    "format": "text"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "companyLogoUrl": {
    "label": "Company logo url"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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