# Scrape Glassdoor without getting blocked in 2026

**Use case:** 

Scrape Glassdoor without getting blocked: residential proxy + 2s delay + US pin to pass Cloudflare. How to bypass Glassdoor bot protection?

## Input

```json
{
  "scrapeType": [
    "jobs"
  ],
  "searchQueries": [
    "Software Engineer"
  ],
  "employers": [],
  "location": "",
  "countryId": "1",
  "maxPages": 2,
  "jobType": "all",
  "remoteOk": false,
  "easyApplyOnly": false,
  "reviewPages": 2,
  "reviewSort": "DATE",
  "interviewPages": 2,
  "interviewSort": "DATE",
  "jobTitleFilter": "",
  "salaryJobTitles": [],
  "salaryPages": 1,
  "salarySort": "POPULAR",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "requestDelay": 2
}
```

## Output

```json
{
  "dataType": {
    "label": "Data Type",
    "format": "string"
  },
  "jobId": {
    "label": "Job ID",
    "format": "string"
  },
  "jobTitle": {
    "label": "Job Title",
    "format": "string"
  },
  "employerName": {
    "label": "Employer Name",
    "format": "string"
  },
  "locationName": {
    "label": "Location",
    "format": "string"
  },
  "payRange": {
    "label": "Pay Range",
    "format": "string"
  },
  "payPeriod": {
    "label": "Pay Period",
    "format": "string"
  },
  "currency": {
    "label": "Currency Code",
    "format": "string"
  },
  "isRemote": {
    "label": "Is Remote",
    "format": "boolean"
  },
  "isEasyApply": {
    "label": "Easy Apply",
    "format": "boolean"
  },
  "overallRating": {
    "label": "Overall Rating",
    "format": "number"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

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