# Administrative & Clerical PayScale Salary

**Use case:** 

Extract PayScale Salary data filtered by Administrative & Clerical. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "jobTitles": [
    "Software Engineer",
    "Data Scientist",
    "Registered Nurse (RN)"
  ],
  "category": "Administrative-and-Clerical",
  "country": "US",
  "maxItems": 10,
  "requestDelayMs": 500
}
```

## Output

```json
{
  "url": {
    "label": "Url",
    "format": "link"
  },
  "jobTitle": {
    "label": "Job Title",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "number"
  },
  "reportType": {
    "label": "Report Type",
    "format": "text"
  },
  "currencyCode": {
    "label": "Currency Code",
    "format": "text"
  },
  "lastUpdated": {
    "label": "Last Updated",
    "format": "date"
  },
  "profileCount": {
    "label": "Profile Count",
    "format": "number"
  },
  "salaryMedian": {
    "label": "Salary Median",
    "format": "number"
  },
  "salaryP10": {
    "label": "Salary P10",
    "format": "number"
  },
  "salaryP25": {
    "label": "Salary P25",
    "format": "number"
  },
  "salaryP75": {
    "label": "Salary P75",
    "format": "number"
  },
  "salaryP90": {
    "label": "Salary P90",
    "format": "number"
  },
  "bonusMedian": {
    "label": "Bonus Median",
    "format": "number"
  },
  "bonusP10": {
    "label": "Bonus P10",
    "format": "number"
  },
  "bonusP25": {
    "label": "Bonus P25",
    "format": "number"
  },
  "bonusP75": {
    "label": "Bonus P75",
    "format": "number"
  },
  "bonusP90": {
    "label": "Bonus P90",
    "format": "number"
  },
  "bonusProfileCount": {
    "label": "Bonus Profile Count",
    "format": "number"
  },
  "totalPayMedian": {
    "label": "Total Pay Median",
    "format": "number"
  },
  "totalPayP10": {
    "label": "Total Pay P10",
    "format": "number"
  },
  "totalPayP25": {
    "label": "Total Pay P25",
    "format": "number"
  },
  "totalPayP75": {
    "label": "Total Pay P75",
    "format": "number"
  },
  "totalPayP90": {
    "label": "Total Pay P90",
    "format": "number"
  },
  "hourlyRateMedian": {
    "label": "Hourly Rate Median",
    "format": "number"
  },
  "hourlyRateP10": {
    "label": "Hourly Rate P10",
    "format": "number"
  },
  "hourlyRateP25": {
    "label": "Hourly Rate P25",
    "format": "number"
  },
  "hourlyRateP75": {
    "label": "Hourly Rate P75",
    "format": "number"
  },
  "hourlyRateP90": {
    "label": "Hourly Rate P90",
    "format": "number"
  },
  "profitSharingMedian": {
    "label": "Profit Sharing Median",
    "format": "number"
  },
  "commissionMedian": {
    "label": "Commission Median",
    "format": "number"
  },
  "jobSatisfactionScore": {
    "label": "Job Satisfaction Score",
    "format": "number"
  },
  "occupationalCategory": {
    "label": "Occupational Category",
    "format": "date"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "relatedJobs": {
    "label": "Related Jobs",
    "format": "array"
  },
  "experienceBreakdown": {
    "label": "Experience Breakdown",
    "format": "array"
  },
  "locationBreakdown": {
    "label": "Location Breakdown",
    "format": "array"
  },
  "skillBreakdown": {
    "label": "Skill Breakdown",
    "format": "array"
  },
  "employerBreakdown": {
    "label": "Employer Breakdown",
    "format": "array"
  },
  "genderBreakdown": {
    "label": "Gender Breakdown",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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