# Part-time USAJobs

**Use case:** 

Extract USAJobs data filtered by Part-time. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "keyword": "software engineer",
  "maxItems": 10,
  "positionScheduleTypeCode": "2"
}
```

## Output

```json
{
  "positionTitle": {
    "label": "Title",
    "format": "text"
  },
  "organizationName": {
    "label": "Agency",
    "format": "text"
  },
  "departmentName": {
    "label": "Department",
    "format": "text"
  },
  "subAgencyName": {
    "label": "Sub agency name"
  },
  "organizationCodes": {
    "label": "Organization codes"
  },
  "locationDisplay": {
    "label": "Location",
    "format": "text"
  },
  "locations": {
    "label": "Locations"
  },
  "salaryMin": {
    "label": "Min Salary",
    "format": "number"
  },
  "salaryMax": {
    "label": "Max Salary",
    "format": "number"
  },
  "salaryInterval": {
    "label": "Pay Rate",
    "format": "text"
  },
  "payGrade": {
    "label": "Pay grade"
  },
  "gradeRange": {
    "label": "Grade",
    "format": "text"
  },
  "promotionPotential": {
    "label": "Promotion",
    "format": "text"
  },
  "positionSchedule": {
    "label": "Schedule",
    "format": "text"
  },
  "appointmentType": {
    "label": "Appointment",
    "format": "text"
  },
  "serviceType": {
    "label": "Service",
    "format": "text"
  },
  "hiringPaths": {
    "label": "Hiring paths"
  },
  "securityClearance": {
    "label": "Security clearance"
  },
  "teleworkEligible": {
    "label": "Telework eligible"
  },
  "remoteJob": {
    "label": "Remote job"
  },
  "travelRequired": {
    "label": "Travel required"
  },
  "drugTestRequired": {
    "label": "Drug test required"
  },
  "supervisoryStatus": {
    "label": "Supervisory status"
  },
  "relocationOffered": {
    "label": "Relocation offered"
  },
  "positionOpeningStatus": {
    "label": "Status",
    "format": "text"
  },
  "totalOpenings": {
    "label": "Total openings"
  },
  "openDate": {
    "label": "Open Date",
    "format": "text"
  },
  "closeDate": {
    "label": "Close Date",
    "format": "text"
  },
  "expireDate": {
    "label": "Expire date"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "positionId": {
    "label": "Position id"
  },
  "controlNumber": {
    "label": "Control number"
  },
  "qualificationSummary": {
    "label": "Qualification summary"
  },
  "jobSummary": {
    "label": "Job summary"
  },
  "majorDuties": {
    "label": "Major duties"
  },
  "education": {
    "label": "Education"
  },
  "requirements": {
    "label": "Requirements"
  },
  "evaluations": {
    "label": "Evaluations"
  },
  "howToApply": {
    "label": "How to apply"
  },
  "whatToExpectNext": {
    "label": "What to expect next"
  },
  "requiredDocuments": {
    "label": "Required documents"
  },
  "benefits": {
    "label": "Benefits"
  },
  "benefitsUrl": {
    "label": "Benefits URL",
    "format": "link"
  },
  "otherInformation": {
    "label": "Other information"
  },
  "keyRequirements": {
    "label": "Key requirements"
  },
  "whoMayApply": {
    "label": "Who may apply"
  },
  "positionDescription": {
    "label": "Position description"
  },
  "jobCategories": {
    "label": "Job categories"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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