# Glassdoor Jobs Data Export

**Use case:** 

Data Export of Glassdoor Jobs. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "startUrl": "https://www.glassdoor.com/Job/jobs.htm?sc.keyword=software+engineer",
  "maxItems": 100,
  "includeJobDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "jobTitle": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "jobLocation": {
    "label": "Location",
    "format": "text"
  },
  "jobSalary": {
    "label": "Salary",
    "format": "object"
  },
  "jobPostedDate": {
    "label": "Posted",
    "format": "text"
  },
  "jobRemoteWorkType": {
    "label": "Work Type",
    "format": "text"
  },
  "jobUrl": {
    "label": "URL",
    "format": "link"
  },
  "jobEasyApply": {
    "label": "Easy Apply",
    "format": "boolean"
  },
  "companyRating": {
    "label": "Rating",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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