# GLASSDOOR 🪟 Scraper HD (`jupri/glassdoor`) Actor

💫 All-in-One GlassDoor.com Scraper

- **URL**: https://apify.com/jupri/glassdoor.md
- **Developed by:** [cat](https://apify.com/jupri) (community)
- **Categories:** Jobs, Automation
- **Stats:** 55 total users, 0 monthly users, 100.0% runs succeeded, 2 bookmarks
- **User rating**: No ratings yet

## Pricing

$30.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#rental-actors

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Welcome To GLASSDOOR Scraper

![dont be sad readme is here](https://raw.githubusercontent.com/JupriGH/resources/main/cats/catframe.png)


### 🍂 About Glassdoor.com

<img height="128" src="https://upload.wikimedia.org/wikipedia/commons/f/f0/Glassdoor_Logo_2023.svg">


**Glassdoor**  is an American website where current and former employees anonymously review companies, operated by the company of the same name.[[1]](https://en.wikipedia.org/wiki/Glassdoor#cite_note-1)

In 2018, the company was acquired by the Japanese  [Recruit Holdings](https://en.wikipedia.org/wiki/Recruit_(company) "Recruit (company)")  (Owner of  [Indeed](https://en.wikipedia.org/wiki/Indeed "Indeed")) for US$1.2 billion, and it continues to operate as an independent subsidiary.[[2]](https://en.wikipedia.org/wiki/Glassdoor#cite_note-2)[[3]](https://en.wikipedia.org/wiki/Glassdoor#cite_note-3)

### 🍂 About This Actor

Scrape any data about jobs, companies, salaries from Glassdoor.com

#### 🍃 Features :

- 💫 Search **Jobs**, **Companies**, **Salaries**, **Interviews**, **Conversations**, **Bowls**, etc.
- 💫 Scrape **Companies** detail info
- 💫 Scrape **Job** detail info
- 💫 Filter anything by _Job Title_, _Location_, etc.
- 💫 Multiple **QUERIES** in single request

#### 🍃 Disclaimer :

- ☢️ _Free Trial limited to the first **100** results_
- ☢️ _Free Trial limited to the first **5** queries_
- ☢️ _This Actor uses minimal **INPUT** but leverages the power of **GDQL**_ 
- ☢️ _Please review the **TUTORIAL** for the best experience._

### 🍂 TUTORIAL

#### 🍃 Parameters

| Name | Type |  Description |
|-|-|-|
| `query` | ***string array*** | Query, Search Terms or URL |
| `limit` | ***integer*** | Number of results (per-query)|

#### 🍃 Filters

| Name | Type |  Description |
|-|-|-|
| `title` | ***string*** | Job title |
| `location` | ***string*** | Job location |

#### 🍃 Basic Usage

Search for jobs
```yaml
{ "query": ["starship engineer"], "filters.location": "Jupiter", "limit": 20 }
````

#### 🍃 Advanced Usage

##### GLASSDOOR Query Language (`GDQL`)

```html
[ <COMMAND:> | # | @ ] [ <NAME> | <ID> | <KEYWORD> | <URL> ] [ /<SECTION> ] 
```

##### Possible `QUERY`  values

> **💫 NOTES 💫**
> *Please don’t feel intimidated by the example list below. It may seem complicated, but it’s actually simple—you’re using it every day. For example:  `https://example.com/products` and `companies:1651/jobs`, see the similarity?*

| Format | Example | Description |
|-|-|-|
| **<*JOB\_TITLE*>** | `job title` | ***Search Anything*** |
| `jobs:<JOB_TITLE>` | `jobs:manager` | Search for jobs *(default)* |
| `employers:<JOB_TITLE>` | `employers:teacher` | Search for companies by job title  |
| `salaries:<JOB_TITLE>` | `salaries:astronout` | Search for job salaries  |
| **companies:<*KEYWORD*>** | `companies:microsoft` | ***Search for Companies*** |
| **companies:<*COMPANY\_ID*>** | `companies:1651` | ***Company Data*** |
| `/info` | `companies:1651/info` | Company info *(default)* |
| `/jobs` | `companies:1651/jobs` | Company jobs listing |
| `/reviews` | `companies:1651/reviews` | Company reviews |
| `/salaries` | `companies:1651/salaries` | Company salaries |
| `/interviews` | `companies:1651/interviews` | Company interviews |
| `/conversations` | `companies:1651/conversations` | Company related conversations |
| `/benefits` | `companies:1651/benefits` | Company benefits |
| `/locations` | `companies:1651/locations` | Company locations |
| `/photos` | `companies:1651/photos` | Company photos |
| `/titles` | `companies:1651/titles` | Company job titles |
| `/affiliates` | `companies:1651/affiliates` | Company affiliates / hierarchy |
| `/similars` | `companies:1651/similars` | Similar companies |
| `/related` | `companies:1651/related` | Related companies |
| **jobs:<*JOB\_ID*>** | `jobs:1009500335519` | ***Job Data*** |
| `/info` | `jobs:1009500335519/info` | Job detailed info *(default)* |
| **bowls:<*KEYWORD*>** | `bowls:php` | ***Search Community Bowl**<br>(aka. Subreddit)* |
| **bowls:<*BOWL\_ID*>** | `bowls:62283a4efa19c8002e047127` | ***Bowl Data*** |
| `/info` | `bowls:62283a4efa19c8002e047127/info` | Bowl info *(default)* |
| `/posts` | `bowls:62283a4efa19c8002e047127/posts` | Bowl posts content |
| `/pins` | `bowls:62283a4efa19c8002e047127/pins` | Bowl pinned posts |
| `/cards` | `bowls:62283a4efa19c8002e047127/cards` | Bowl cards |
| **posts:<*KEYWORD*>** | `posts:python` | ***Search Community Posts**<br>(conversations)*  |
| **posts:<*POST\_ID*>** | `posts:671a32f88c8a715bf66d8279` | ***Post Data*** |
| `/info` | `posts:671a32f88c8a715bf66d8279/info` | Post info *(default)* |
| `/comments` | `posts:671a32f88c8a715bf66d8279/comments` | Post comments |
| `/replies` | `posts:671a32f88c8a715bf66d8279/replies` | Post comments replies |
| **https:<*URL*>** | `https://www.glassdoor.com/...` | ***Start URL***|
| | *... to be continued ...*  | |

### 🍂 INPUT EXAMPLES

See column **Example** above for `QUERY` input eg:

```yaml
{ "query": ["companies:1651/reviews"] }
```

#### Example #1: Search Jobs

Search for job title

```yaml
{ "query": ["starship engineer"],"limit": 20 }
```

Search for job title in specific location  (`filters.location`)

```yaml
{ "query": ["starship engineer"], "filters.location": "Indonesia", "limit": 20 }
```

Search for companies by job title (`employers:<JOB_TITLE>`)

```yaml
{ "query": ["employers:starship captain"], "filters.location": "Saturn", "limit": 20 }
```

Getting Job detail info (`jobs:<JOB_ID>`)

```yaml
{ "query": ["jobs:1009500335519"] }
```

#### Example #2: Companies

Search for companies (`companies:<KEYWORDS>`)

```yaml
{ "query": ["companies:Google"], "limit": 100 }
```

#### Example #3: Multiple Queries

```yaml
{ 
	"query": [ 
		"jobs:1009500335519", 
		"jobs:1019500335520", 
		"jobs:1029500335540",
		"companies:microsoft",
		"companies:google",
		"jet fighter pilot" 				# this last query is searching for job title 
	],
	"filters.location": "New York, USA", 	# this filter applied only for job search 
	"limit": 10 							# number of results PER-QUERY
}
```

### 🍂 OUTPUT SAMPLES

#### Job Complete Info

```yaml
{
    "ageInDays": 0,
    "applicationId": 0,
    "appliedDate": null,
    "applyButtonDisabled": false,
    "benefits": {
        "numReviews": 3,
        "overview": {
            "benefitsHighlights": [
                {
                    "benefit": {
                        "commentCount": 12,
                        "icon": "vacation",
                        "id": 29,
                        "name": "Vacation & Paid Time Off",
                        "url": "/Benefits/Brillio-Vacation-and-Paid-Time-Off-US-BNFT29_E821879_N1.htm"
                    },
                    "phrase": "Free Doordashpremium was offered and that was pretty good"
                },
                {
                    "benefit": {
                        "commentCount": 6,
                        "icon": "health",
                        "id": 1,
                        "name": "Health Insurance",
                        "url": "/Benefits/Brillio-Health-Insurance-US-BNFT1_E821879_N1.htm"
                    },
                    "phrase": "That was pretty good good"
                },
                {
                    "benefit": {
                        "commentCount": 5,
                        "icon": "dental",
                        "id": 2,
                        "name": "Dental Insurance",
                        "url": "/Benefits/Brillio-Dental-Insurance-US-BNFT2_E821879_N1.htm"
                    },
                    "phrase": "Did not avail, but you can choose for Dental when joining or the start of new year enrollment"
                }
            ],
            "employerBenefitSummary": null,
            "overallBenefitRating": 3.1,
            "totalBenefitReviews": 48
        },
        "reviews": [
            {
                "cityName": "Dallas, TX",
                "comments": [
                    {
                        "comment": "they have the best benefits",
                        "id": 10856480
                    }
                ],
                "createDate": "2024-09-29T12:06:32.800",
                "currentJob": true,
                "rating": 5,
                "stateName": "Texas",
                "userEnteredJobTitle": null
            },
            {
                "cityName": "Dallas, TX",
                "comments": [
                    {
                        "comment": "Flexible PTO policy, affordable pricing for health/dental insurance",
                        "id": 10792798
                    }
                ],
                "createDate": "2024-09-19T06:31:20.383",
                "currentJob": true,
                "rating": 4,
                "stateName": "Texas",
                "userEnteredJobTitle": "Human Resources Business Partner HRBP"
            },
            {
                "cityName": "Dallas, TX",
                "comments": [
                    {
                        "comment": "Best health insurance option in the Services industry",
                        "id": 10657030
                    }
                ],
                "createDate": "2024-08-28T20:27:51.423",
                "currentJob": true,
                "rating": 5,
                "stateName": "Texas",
                "userEnteredJobTitle": "Director"
            }
        ]
    },
    "categoryMgocId": 10041,
    "description": "<div><h1 class=\"jobSectionHeader\"><b>Redis DBA - R01543166</b></h1>\n<p></p><div><b>About Brillio:<br>\n</b></div><div></div><br>\n<div>Brillio is one of the fastest growing digital technology service providers and a partner of choice for many Fortune 1000 companies seeking to turn disruption into a competitive advantage through innovative digital adoption. Brillio, renowned for its world-class professionals, referred to as &quot;Brillians&quot;, distinguishes itself through their capacity to seamlessly integrate cutting-edge digital and design thinking skills with an unwavering dedication to client satisfaction.\n</div><div>Brillio takes pride in its status as an employer of choice, consistently attracting the most exceptional and talented individuals due to its unwavering emphasis on contemporary, groundbreaking technologies, and exclusive digital projects. Brillio's relentless commitment to providing an exceptional experience to its Brillians and nurturing their full potential consistently garners them the Great Place to Work&reg; certification year after year.</div><div></div><div><b><br>\nRedis DBA</b></div><h6 class=\"jobSectionHeader\"><b>\nPrimary Skills</b></h6><ul><li>\nDB2, Informix DBA, Middleware, MongoDB, MySQL, Oracle DBA, Oracle PL/SQL, Postgres, SQL DBA\n</li></ul><h6 class=\"jobSectionHeader\"><b>Specialization</b></h6><ul><li>\nDatabase &amp; Middleware Support: Engineer, Database &amp; Middleware\n</li></ul><h6 class=\"jobSectionHeader\"><b>Job requirements</b></h6><div>\nBrillio LLC is a fast growing, pure play Digital Transformation Solutions and Services firm backed by Bain Capital private equity. Founded in 2014 and headquartered in Silicon Valley, Brillio is focused on delivering design led solutions for our customers. We are not an IT Services company trying to pivot and support the &ldquo;next big thing.&rdquo; As a digitally native company, everything we have done and will continue to do, will have this laser focus.</div><div>\n</div><div><i>\nOur culture is driven by Brillio&rsquo;s Core Values and it is the foundation of who we are as an organization. We equip and empower our employees to push boundaries with an </i><b><i>&lsquo;Founder&rsquo;s Mindset&rsquo; </i></b><i>spirit as they craft </i><b><i>&lsquo;Customer Success&rsquo;</i></b><i> stories. With our customer-centric approach, we deliver </i><b><i>&lsquo;Excellence and Innovation&rsquo; </i></b><i>at every level of our collaboration and this is what fuels Brillio&rsquo;s growth story. While we are proud of our journey so far, </i><b><i>&lsquo; Care and Compassion&rsquo;</i></b><i> about our customers, employees and the community where we thrive in. We strive to stay committed to lighting up 100,000 young minds through our CSR efforts.</i></div><div>\n</div><div><b>\nRole: Redis DBA</b></div><div><b>\nYears of Experience: 3+ years</b></div><div><b>\nLocation: Remote</b></div><div><b>\n</b></div><div><b>\nRequired Qualifications:</b></div><ul><li>3 years of experience with Redis Opensource</li><li>3 years of experience with Redis Enterprise &ndash; clustering, sharding, replication, high availability, multi-region (active-active) setup</li><li>3 years of experience with Azure Cache for Redis and or GCP Memory Store</li></ul><div><b>\n</b></div><div><b>\nCommon Required Qualifications:</b></div><ul><li>8 years of combined experience in Database Administration Engineering</li><li>Advanced knowledge of performance tuning, monitoring alerting, observability, dashboarding</li><li>Advanced knowledge of process/query analysis, buffer tuning, client/server connectivity and database consistency checks\n</li><li>Advanced knowledge of maintenance routines, upgrades, patching</li><li>Experience in handling physical/logical backups &amp; restores and data refreshes.</li><li>Experience in Linux/Unix shell commands or Windows PowerShell or Python</li><li>Experience in OS fine tuning with regards to Network I/O, Disk</li><li>Should be able to collaborate with DBA peers and mentor, work well in a team and independently</li><li>Should be able to multi-task i.e. parallelize multiple environment build data migration</li><li>Should be able to work off-hours for application release support, Linux patching support, maintenance windows</li><li>Experienced with security and data compliance aspects of database</li><li>Well versed with latest version of database</li></ul><div><b>\n</b></div><div><b>\nPreferred qualifications</b></div><ul><li>Experience with automation via Ansible, Terraform</li><li>Experience with deployments (CI/CD) with GHA, GitHub, Jenkins\n</li></ul><div><b>\n</b></div><div><b>Why should you apply for this role?</b></div><div>\nAs Brillio continues to gain momentum as a trusted partner for our clients in their digital transformation journey, we strive to set new benchmarks for speed and value creation. The Advisory and Value Assurance (AVA) team at Brillio is at the forefront of leading this charge by reimagining and executing how we structure, sell and deliver our services to better serve our clients.</div><div>\n</div><div>\nKnow more about &lt;PPE practice specific page link from Brillio website&gt;</div><div>\nPPE: https://www.brillio.com/platform-and-product-engineering/</div><div>\n</div><div>\nKnow what it&rsquo;s like to work and grow at Brillio: https://www.brillio.com/join-us/</div><div><b>\n</b></div><div><b>\nEqual Employment Opportunity Declaration</b></div><div>\nBrillio is an equal opportunity employer to all, regardless of age, ancestry, colour, disability (mental and physical), exercising the right to family care and medical leave, gender, gender expression, gender identity, genetic information, marital status, medical condition, military or veteran status, national origin, political affiliation, race, religious creed, sex (includes pregnancy, childbirth, breastfeeding, and related medical conditions), and sexual orientation.</div><div>\n</div><ul><li>\n#LI-AS1</li></ul><div>\n</div><div>\nKnow what it&rsquo;s like to work and grow at Brillio: Click here</div><br>\n<b>\nSalary: 80,000-100,000 USD per year salary</b></div><p></p>",
    "discoverDate": "2024-10-24T00:00:00",
    "divisionEmployerName": null,
    "easyApply": false,
    "easyApplyMethod": "NONE",
    "employer": {
        "activeStatus": "ACTIVE",
        "approvalStatus": "APPROVED",
        "awards": [
            {
                "awardDetails": null,
                "featured": false,
                "name": "Great Places to Work Certified - India",
                "source": "A Great Place to Work",
                "year": 2023
            },
            {
                "awardDetails": null,
                "featured": false,
                "name": "Great Place to Work Romania",
                "source": "A Great Place to Work",
                "year": 2023
            },
            {
                "awardDetails": null,
                "featured": false,
                "name": "Great Place to Work UK",
                "source": "Great Place to Work",
                "year": 2023
            },
            {
                "awardDetails": null,
                "featured": false,
                "name": "Great Places to Work Certified USA",
                "source": "Great Place to Work US",
                "year": 2022
            },
            {
                "awardDetails": null,
                "featured": false,
                "name": "50 Best Firms In India For Data Scientists To Work For – 2022",
                "source": "Analytics India Magazine",
                "year": 2022
            },
            {
                "awardDetails": null,
                "featured": false,
                "name": "India's best in-house design studio 2022",
                "source": "IBDA",
                "year": 2022
            },
            {
                "awardDetails": null,
                "featured": false,
                "name": "Great Places to Work Certified - India",
                "source": "Great Place To Work India",
                "year": 2021
            },
            {
                "awardDetails": null,
                "featured": false,
                "name": "Silver Stevie Award Winner for Great Employer",
                "source": "Stevie Awards",
                "year": 2021
            },
            {
                "awardDetails": null,
                "featured": false,
                "name": "Brillio recognized as one of the Achievers 50 Most Engaged Workplaces™ in North America",
                "source": "Achievers 50",
                "year": 2016
            }
        ],
        "bestPlacesToWork": [],
        "bestProfile": {
            "id": 7369531
        },
        "ceo": {
            "id": 328396,
            "name": "Raj Mamodia",
            "photoUrl": "https://media.glassdoor.com/people/sqll/821879/brillio-raj-mamodia.png",
            "title": "Chairman and CEO "
        },
        "certifications": [
            {
                "employerCertificationConfig": {
                    "certificationTypeCode": "PAY_EQUALITY"
                }
            },
            {
                "employerCertificationConfig": {
                    "certificationTypeCode": "TECH_HIRE"
                }
            },
            {
                "employerCertificationConfig": {
                    "certificationTypeCode": "UPSKILL"
                }
            },
            {
                "employerCertificationConfig": {
                    "certificationTypeCode": "SOCIAL_RESPONSIBILITY"
                }
            },
            {
                "employerCertificationConfig": {
                    "certificationTypeCode": "DIVERSITY"
                }
            },
            {
                "employerCertificationConfig": {
                    "certificationTypeCode": "THRIVE"
                }
            },
            {
                "employerCertificationConfig": {
                    "certificationTypeCode": "FIRST_JOB_PROGRAMS"
                }
            }
        ],
        "competitors": [],
        "contents": [
            {
                "diversityContent": {
                    "goals": []
                },
                "featuredVideoLink": null,
                "managedContent": [],
                "playListVideoLinks": null,
                "socialMediaLinks": {
                    "facebook": "https://www.facebook.com/BrillioGlobalOfficial",
                    "instagram": "https://www.instagram.com/brillioglobal/",
                    "linkedin": "https://www.linkedin.com/company/brillio",
                    "twitter": "https://twitter.com/BrillioGlobal",
                    "youtube": "https://www.youtube.com/user/BrillioGlobal"
                },
                "videoModule": null
            }
        ],
        "counts": {
            "benefitCount": 463,
            "globalJobCount": {
                "jobCount": 102
            },
            "interviewCount": 392,
            "photoCount": 47,
            "reviewCount": 2166,
            "salaryCount": 3387
        },
        "coverPhoto": {
            "hiResUrl": null
        },
        "headquarters": "Santa Clara, CA",
        "id": 821879,
        "industry": {
            "id": 200064,
            "name": "Information Technology Support Services",
            "sectorId": 10013,
            "sectorName": "Information Technology"
        },
        "isOpenCompany": false,
        "isValid": true,
        "links": {
            "benefitsUrl": "/Benefits/Brillio-Benefits-E821879.htm",
            "jobsUrl": "/Jobs/Brillio-Jobs-E821879.htm",
            "orgStructureUrl": "/Affiliated/Brillio-Companies-E821879.htm",
            "overviewUrl": "/Overview/Working-at-Brillio-EI_IE821879.11,18.htm",
            "photosUrl": "/Photos/Brillio-Office-Photos-E821879.htm",
            "reviewsUrl": "/Reviews/Brillio-Reviews-E821879.htm",
            "salariesUrl": "/Salary/Brillio-Salaries-E821879.htm"
        },
        "logo": "https://media.glassdoor.com/sqll/821879/brillio-squareLogo-1665640908775.png",
        "name": "Brillio",
        "officeAddresses": [
            {
                "addressLine1": "",
                "addressLine2": "",
                "administrativeAreaName1": "NJ",
                "cityName": "Basking Ridge",
                "id": 272784,
                "officeLocationId": 363124
            },
            {
                "addressLine1": "",
                "addressLine2": "",
                "administrativeAreaName1": "NJ",
                "cityName": "Bridgewater",
                "id": 272780,
                "officeLocationId": 363120
            },
            {
                "addressLine1": "399 Thornall Street,  1st Floor,",
                "addressLine2": "",
                "administrativeAreaName1": "NJ",
                "cityName": "Edison",
                "id": 145356,
                "officeLocationId": 238543
            },
            {
                "addressLine1": "",
                "addressLine2": "",
                "administrativeAreaName1": "NJ",
                "cityName": "Jersey City",
                "id": 272779,
                "officeLocationId": 363119
            },
            {
                "addressLine1": "#910,  9550 W Higgins Rd,  Rosemont",
                "addressLine2": "",
                "administrativeAreaName1": "IL",
                "cityName": "Chicago",
                "id": 145361,
                "officeLocationId": 238547
            },
            {
                "addressLine1": "",
                "addressLine2": "",
                "administrativeAreaName1": "TX",
                "cityName": "Dallas",
                "id": 272783,
                "officeLocationId": 363123
            },
            {
                "addressLine1": "",
                "addressLine2": "",
                "administrativeAreaName1": "CA",
                "cityName": "Los Angeles",
                "id": 272781,
                "officeLocationId": 363121
            },
            {
                "addressLine1": "6111 Bollinger Canyon Rd",
                "addressLine2": "",
                "administrativeAreaName1": "CA",
                "cityName": "San Ramon",
                "id": 42742,
                "officeLocationId": 142997
            },
            {
                "addressLine1": "5201 Great America Parkway,  Suite 100",
                "addressLine2": "",
                "administrativeAreaName1": "CA",
                "cityName": "Santa Clara",
                "id": 145360,
                "officeLocationId": 238550
            },
            {
                "addressLine1": "",
                "addressLine2": "",
                "administrativeAreaName1": "WA",
                "cityName": "Bellevue",
                "id": 272786,
                "officeLocationId": 363126
            },
            {
                "addressLine1": "1951 152nd Pl NE #208, Bellevue",
                "addressLine2": "",
                "administrativeAreaName1": "WA",
                "cityName": "Seattle",
                "id": 145362,
                "officeLocationId": 238548
            },
            {
                "addressLine1": "",
                "addressLine2": "",
                "administrativeAreaName1": "FL",
                "cityName": "Tampa",
                "id": 272782,
                "officeLocationId": 363122
            },
            {
                "addressLine1": "3625 Brookside Parkway, #100 Alpharetta",
                "addressLine2": "",
                "administrativeAreaName1": "GA",
                "cityName": "Atlanta",
                "id": 145354,
                "officeLocationId": 238540
            },
            {
                "addressLine1": "Devonshire House, 60 Goswell Road,",
                "addressLine2": "",
                "administrativeAreaName1": "ENG",
                "cityName": "London",
                "id": 145364,
                "officeLocationId": 238549
            },
            {
                "addressLine1": "iSprout, SM Towers, 6th floor, Seevaram village, OMR Purungudi Chennai Tamil Nadu 600096 India",
                "addressLine2": "",
                "administrativeAreaName1": "TN",
                "cityName": "Chennai",
                "id": 378779,
                "officeLocationId": 466951
            },
            {
                "addressLine1": "9th & 10th Floor, The KODE, Baner-Pashan Link Road",
                "addressLine2": "",
                "administrativeAreaName1": "MH",
                "cityName": "Pune",
                "id": 145355,
                "officeLocationId": 238542
            },
            {
                "addressLine1": "Office#115, 12th floor, Western Aqua Building, Hitech city, Kondapur, Telagana",
                "addressLine2": "",
                "administrativeAreaName1": "TG",
                "cityName": "Hyderābād",
                "id": 160866,
                "officeLocationId": 253003
            },
            {
                "addressLine1": "#58, 1st Main Road, Mini Forest,  JP Nagar, 3rd Phase",
                "addressLine2": "",
                "administrativeAreaName1": "KA",
                "cityName": "Bengaluru",
                "id": 145363,
                "officeLocationId": 188306
            },
            {
                "addressLine1": "4th & 5th Floor, SJR-THE HUB, Sarjapur Road, Bellandur",
                "addressLine2": "",
                "administrativeAreaName1": "KA",
                "cityName": "Bengaluru",
                "id": 91204,
                "officeLocationId": 188306
            },
            {
                "addressLine1": "",
                "addressLine2": "",
                "administrativeAreaName1": "JAL",
                "cityName": "Zapopan",
                "id": 530732,
                "officeLocationId": 604505
            },
            {
                "addressLine1": "",
                "addressLine2": "",
                "administrativeAreaName1": "KA",
                "cityName": "J.P. Nagar, 3rd Phase",
                "id": 272785,
                "officeLocationId": 363125
            }
        ],
        "overview": {
            "description": "Born digital in 2014, Brillio is a powerhouse of digital transformations. Orchestrated around the superpowers of technology – Cloud, AI, Mobile, IoT, we are a partner of choice for leading companies worldwide, helping them leverage digital technologies. We’re in 15 locations across 6 countries – USA, Canada, Mexico, UK, Romania, and India. In 9 years, we have welcomed 3 companies through acquisitions and grown into a family of 6000+ people globally.\n\nWe have helped several Fortune 1000 and Fortune 500 companies reimagine their digital ecosystem. We have extensive expertise across verticals like  Banking, Financial Services, & Insurance, Retail, Consumer Products, & Distribution, Healthcare & Life Sciences, and Private Equity. \n\nWe’re officially Certified™️ as a Great Place to Work®️ in the USA, India, Romania, and the UK! This recognition is a testament to Brillio’s high-performance culture. We’re committed to creating an employee-centric environment through the benefits we offer learning & development opportunities, financial plans, assistance programs, and much more. \n\nWe’re committed to empowering our employees by creating a diverse and inclusive work environment, so everyone has an equal opportunity to succeed.\n\nTo learn more follow us on our social platforms @brillioglobal and visit our website at www.brillio.com.",
            "mission": "Our mission is to bring innovation to the digital world and provide the best customer experience possible through true partnerships and integration with our clients."
        },
        "parent": null,
        "ratings": {
            "careerOpportunitiesRating": 3.9,
            "ceoRating": 0.87,
            "ceoRatingsCount": 1292,
            "compensationAndBenefitsRating": 3.8,
            "cultureAndValuesRating": 3.9,
            "diversityAndInclusionRating": 4,
            "overallRating": 3.9,
            "recommendToFriendRating": 0.78,
            "seniorManagementRating": 3.7,
            "workLifeBalanceRating": 3.8
        },
        "revenue": "$100 to $500 million (USD)",
        "shortName": "Brillio",
        "siblings": [],
        "size": "1001 to 5000 Employees",
        "sizeCategory": "LARGE",
        "stock": null,
        "subsidiaries": [],
        "type": "Company - Private",
        "website": "www.brillio.com",
        "yearFounded": 2014
    },
    "employerName": "Brillio",
    "employerReviews": [
        {
            "categoryReviewCount": 152,
            "sentence": "Work life balance good and flexible",
            "sentiment": "POSITIVE"
        },
        {
            "categoryReviewCount": 152,
            "sentence": "No work life balance at all",
            "sentiment": "NEGATIVE"
        },
        {
            "categoryReviewCount": 113,
            "sentence": "Poor management",
            "sentiment": "NEGATIVE"
        },
        {
            "categoryReviewCount": 113,
            "sentence": "Medical benefits Expense More projects Good management Good people",
            "sentiment": "POSITIVE"
        },
        {
            "categoryReviewCount": 147,
            "sentence": "provides a good salary and provides good work",
            "sentiment": "POSITIVE"
        },
        {
            "categoryReviewCount": 147,
            "sentence": "Low salary even for experienced",
            "sentiment": "NEGATIVE"
        },
        {
            "categoryReviewCount": 127,
            "sentence": "work culture is good and has balanced out everything.",
            "sentiment": "POSITIVE"
        },
        {
            "categoryReviewCount": 127,
            "sentence": "work culture and environment is good",
            "sentiment": "NEGATIVE"
        },
        {
            "categoryReviewCount": 71,
            "sentence": "There are certain good teams and some good people.",
            "sentiment": "POSITIVE"
        },
        {
            "categoryReviewCount": 71,
            "sentence": "5) Seniors don't help less experienced people.",
            "sentiment": "NEGATIVE"
        }
    ],
    "expired": false,
    "goc": "database administrator",
    "gocConfidence": 0.9,
    "gocId": 100151,
    "id": 1009500335519,
    "indeedJobAttribute": {
        "education": [],
        "skills": [
            {
                "key": "2V8EX",
                "value": "CI/CD"
            },
            {
                "key": "47KNR",
                "value": "Performance tuning"
            },
            {
                "key": "64VXT",
                "value": "Azure"
            },
            {
                "key": "6AX7W",
                "value": "Oracle"
            },
            {
                "key": "6CH72",
                "value": "Buffer"
            },
            {
                "key": "8E8JS",
                "value": "Ansible"
            },
            {
                "key": "92VBU",
                "value": "DB2"
            },
            {
                "key": "DDKYP",
                "value": "Google Cloud Platform"
            },
            {
                "key": "DN4N2",
                "value": "MongoDB"
            },
            {
                "key": "DQMU8",
                "value": "Windows"
            },
            {
                "key": "FGY89",
                "value": "SQL"
            },
            {
                "key": "FYEQ5",
                "value": "Database administration"
            },
            {
                "key": "GGXEU",
                "value": "Analysis skills"
            },
            {
                "key": "JCKB4",
                "value": "PostgreSQL"
            },
            {
                "key": "KKGC4",
                "value": "Terraform"
            },
            {
                "key": "KMQ3F",
                "value": "Redis"
            },
            {
                "key": "PFTHH",
                "value": "GitHub"
            },
            {
                "key": "R664V",
                "value": "Design thinking"
            },
            {
                "key": "RY9MK",
                "value": "Linux"
            },
            {
                "key": "VBPMM",
                "value": "PL/SQL"
            },
            {
                "key": "W736J",
                "value": "Jenkins"
            },
            {
                "key": "X62BT",
                "value": "Python"
            },
            {
                "key": "X6EZ3",
                "value": "PowerShell"
            },
            {
                "key": "XKFFF",
                "value": "Shell Scripting"
            },
            {
                "key": "YSDFB",
                "value": "MySQL"
            }
        ],
        "yearsOfExperienceLabel": [
            "8"
        ]
    },
    "isIndexableJobViewPage": false,
    "isSponsoredEmployer": false,
    "isSponsoredJob": false,
    "jobCountryId": 1,
    "jobSource": "Indeed Job Search Platform",
    "jobType": null,
    "locId": 1126748,
    "location": {
        "address": null,
        "city": "Edison, NJ",
        "country": "United States",
        "lat": 40.52424,
        "lng": -74.41246,
        "name": "Edison, NJ",
        "postalCode": null,
        "state": "New Jersey"
    },
    "locationName": "Edison, NJ",
    "locationType": "C",
    "needsCommission": false,
    "normalizedTitle": "database administrator",
    "organic": true,
    "payCurrency": "USD",
    "payPercentile10": 80000,
    "payPercentile25": 0,
    "payPercentile50": 90000,
    "payPercentile75": 0,
    "payPercentile90": 100000,
    "payPeriod": "ANNUAL",
    "payPeriodAdjustedPay": {
        "p10": 80000,
        "p50": 90000,
        "p90": 100000
    },
    "photos": [
        {
            "caption": "Brillio's Bringing Smiles Initiatives",
            "photoId": 0,
            "photoId2x": 0,
            "photoLink": "/Photos/Brillio-Office-Photos-IMG11307391.htm",
            "photoUrl": "https://media.glassdoor.com/lst/ba/c0/b2/d8/brillio-s-bringing-smiles-initiatives.jpg?signature=4c0f1b1724f5ea003530748d9deb61e6f98d1c707eafb542457aef80b39a3be0",
            "photoUrl2x": "https://media.glassdoor.com/lst2x/ba/c0/b2/d8/brillio-s-bringing-smiles-initiatives.jpg?signature=aacf737afbb10c4ba225efed078e741d312b705d09d10f6d81014e4dd97c3d54"
        },
        {
            "caption": "GPTW Celebration",
            "photoId": 0,
            "photoId2x": 0,
            "photoLink": "/Photos/Brillio-Office-Photos-IMG11971343.htm",
            "photoUrl": "https://media.glassdoor.com/lst/e9/64/c7/78/gptw-celebration.jpg?signature=82f3f3df2be892ec36e71d247afb3be763fb345797320f1149f4e6db7f57dacb",
            "photoUrl2x": "https://media.glassdoor.com/lst2x/e9/64/c7/78/gptw-celebration.jpg?signature=6acb4c3005288a426b0fac42df0924ff1cb365da569c5c68782c2f9efda1145e"
        },
        {
            "caption": "GPTW Celebration",
            "photoId": 0,
            "photoId2x": 0,
            "photoLink": "/Photos/Brillio-Office-Photos-IMG11971331.htm",
            "photoUrl": "https://media.glassdoor.com/lst/25/60/65/54/gptw-celebration.jpg?signature=f419de409d8dbc72da3a3f177d089e2a64976a7e61fb73d5f2626b31a1de0d66",
            "photoUrl2x": "https://media.glassdoor.com/lst2x/25/60/65/54/gptw-celebration.jpg?signature=58754605baa6d897da7aa9a51d14d3ae9dcd123241a6c308d22752e475219f93"
        },
        {
            "caption": "GPTW Celebration",
            "photoId": 0,
            "photoId2x": 0,
            "photoLink": "/Photos/Brillio-Office-Photos-IMG11971336.htm",
            "photoUrl": "https://media.glassdoor.com/lst/97/10/c0/d4/gptw-celebration.jpg?signature=28a31dcc70b41cc9adbeb12bec2d095990a3296799fd989e767deed59e7a33b4",
            "photoUrl2x": "https://media.glassdoor.com/lst2x/97/10/c0/d4/gptw-celebration.jpg?signature=89ded8201ee38fcadb8ffa77cd74e0d7f395761e7d5f27769f117129e9451d6f"
        },
        {
            "caption": "GPTW Celebration",
            "photoId": 0,
            "photoId2x": 0,
            "photoLink": "/Photos/Brillio-Office-Photos-IMG11971338.htm",
            "photoUrl": "https://media.glassdoor.com/lst/c0/6c/56/eb/gptw-celebration.jpg?signature=29d492a8cc002b2899339289ccc26f90c2b10b5d49fac560d52a10571a5cc249",
            "photoUrl2x": "https://media.glassdoor.com/lst2x/c0/6c/56/eb/gptw-celebration.jpg?signature=07f6c8cf7025648aaf45bdd3f80102b01eab4b2270136076f37f55d3fcd21db9"
        },
        {
            "caption": "Induction program with the Chief Delivery Officer, Sandeep Rane and the CEO Raj Mamodia",
            "photoId": 0,
            "photoId2x": 0,
            "photoLink": "/Photos/Brillio-Office-Photos-IMG11307645.htm",
            "photoUrl": "https://media.glassdoor.com/lst/6d/49/4b/a2/induction-program-with-the-chief-delivery-officer-sandeep-rane-and-the.jpg?signature=f949467990a4454cf544c11f8ef6a7ec4b7cafc469a2c47263b3802af8955b2b",
            "photoUrl2x": "https://media.glassdoor.com/lst2x/6d/49/4b/a2/induction-program-with-the-chief-delivery-officer-sandeep-rane-and-the.jpg?signature=2224e85356f39e10684f5480534f357c0f4287bac6b4f6a85d6e6247c1b51165"
        },
        {
            "caption": "CIO Summit",
            "photoId": 0,
            "photoId2x": 0,
            "photoLink": "/Photos/Brillio-Office-Photos-IMG11307449.htm",
            "photoUrl": "https://media.glassdoor.com/lst/22/93/81/89/cio-summit.jpg?signature=1d6543f4880fb0b1e0e2e01767a34c2af4a58ca4c2ca4be544df863bf0a15fea",
            "photoUrl2x": "https://media.glassdoor.com/lst2x/22/93/81/89/cio-summit.jpg?signature=6029472f99697b6d2f13e645a5ffee7ba89c6e436f1ea0d9667ec09d3ea464d3"
        }
    ],
    "rating": 3.9,
    "remoteWorkTypes": [
        "WORK_FROM_HOME"
    ],
    "reviews": [
        {
            "advice": null,
            "cons": "Lenovo laptops are horrible to work from",
            "countHelpful": 1,
            "date": "2022-05-04T07:46:44.397",
            "employerResponses": [],
            "employmentStatus": "REGULAR",
            "featured": null,
            "id": 63643207,
            "isCurrentJob": true,
            "jobTitle": {
                "id": 37856,
                "text": "Project Manager"
            },
            "lengthOfEmployment": 1,
            "pros": "Scope of growth is great. Work culture is awesome",
            "ratingBusinessOutlook": "POSITIVE",
            "ratingCareerOpportunities": 5,
            "ratingCeo": "APPROVE",
            "ratingCompensationAndBenefits": 5,
            "ratingCultureAndValues": 5,
            "ratingOverall": 5,
            "ratingRecommendToFriend": "POSITIVE",
            "ratingSeniorLeadership": 5,
            "ratingWorkLifeBalance": 5,
            "summary": "Awesome"
        },
        {
            "advice": null,
            "cons": "Disorganized Lots of last minute high priority requests which leads to chaos Rapid growth and acquisitions has led to bad/broken processes",
            "countHelpful": 1,
            "date": "2023-05-31T11:51:41.260",
            "employerResponses": [],
            "employmentStatus": "REGULAR",
            "featured": null,
            "id": 76953102,
            "isCurrentJob": true,
            "jobTitle": {
                "id": 34996,
                "text": "Senior Solutions Architect"
            },
            "lengthOfEmployment": 2,
            "pros": "Many technically talented people Good benefits Company wants to grow in all ways A nice non-profit entity that it sponsors",
            "ratingBusinessOutlook": null,
            "ratingCareerOpportunities": 0,
            "ratingCeo": null,
            "ratingCompensationAndBenefits": 0,
            "ratingCultureAndValues": 0,
            "ratingOverall": 3,
            "ratingRecommendToFriend": null,
            "ratingSeniorLeadership": 0,
            "ratingWorkLifeBalance": 0,
            "summary": "Growing pains and some chaos"
        },
        {
            "advice": null,
            "cons": "1. Low salary.\n2. Long work day.",
            "countHelpful": 0,
            "date": "2022-07-29T05:30:51.910",
            "employerResponses": [],
            "employmentStatus": "PART_TIME",
            "featured": null,
            "id": 67303281,
            "isCurrentJob": false,
            "jobTitle": {
                "id": 9985,
                "text": "Internship"
            },
            "lengthOfEmployment": 1,
            "pros": "1. Good exposure to clients.\n2. Clients in various industries.",
            "ratingBusinessOutlook": "POSITIVE",
            "ratingCareerOpportunities": 3,
            "ratingCeo": "APPROVE",
            "ratingCompensationAndBenefits": 2,
            "ratingCultureAndValues": 2,
            "ratingOverall": 3,
            "ratingRecommendToFriend": "NEGATIVE",
            "ratingSeniorLeadership": 3,
            "ratingWorkLifeBalance": 2,
            "summary": "MS internship"
        },
        {
            "advice": null,
            "cons": "Management churn leading to uncertainity",
            "countHelpful": 0,
            "date": "2022-04-29T11:15:10.270",
            "employerResponses": [],
            "employmentStatus": "REGULAR",
            "featured": null,
            "id": 63454324,
            "isCurrentJob": true,
            "jobTitle": {
                "id": 28428,
                "text": "Sales Director"
            },
            "lengthOfEmployment": 4,
            "pros": "Strong Management and incredible growth",
            "ratingBusinessOutlook": "POSITIVE",
            "ratingCareerOpportunities": 5,
            "ratingCeo": "APPROVE",
            "ratingCompensationAndBenefits": 5,
            "ratingCultureAndValues": 3,
            "ratingOverall": 4,
            "ratingRecommendToFriend": "NEGATIVE",
            "ratingSeniorLeadership": 3,
            "ratingWorkLifeBalance": 3,
            "summary": "Great company"
        },
        {
            "advice": "Invest in your employees.  Have empathy. Create real diversity.",
            "cons": "Revolving door, Don't keep people in Sales more than a year.",
            "countHelpful": 4,
            "date": "2021-01-27T11:19:17.380",
            "employerResponses": [],
            "employmentStatus": "REGULAR",
            "featured": null,
            "id": 41508470,
            "isCurrentJob": false,
            "jobTitle": {
                "id": 57858,
                "text": "Client Partner"
            },
            "lengthOfEmployment": 2,
            "pros": "Nice People, Able to Work Remote",
            "ratingBusinessOutlook": "NEGATIVE",
            "ratingCareerOpportunities": 2,
            "ratingCeo": "DISAPPROVE",
            "ratingCompensationAndBenefits": 3,
            "ratingCultureAndValues": 3,
            "ratingOverall": 2,
            "ratingRecommendToFriend": "NEGATIVE",
            "ratingSeniorLeadership": 2,
            "ratingWorkLifeBalance": 3,
            "summary": "Revolving Door"
        }
    ],
    "salarySource": "EMPLOYER_PROVIDED",
    "sgocId": 1007,
    "sponsored": false,
    "title": "Redis DBA – R01543166",
    "url": "https://www.glassdoor.com/job-listing/redis-dba-r01543166-brillio-JV_IC1126748_KO0,19_KE20,27.htm?jl=1009500335519"
}
```

### ✏️ DEFINITIONS

#### `BOWL`

**Bowls** are  conversation spaces on Glassdoor that allow users to discuss topics or companies. They can be public or private, and can be organized by topic or company

### ✏️ Support

⚡️ Feel free to [reach out](https://console.apify.com/actors/VtWOJ2gzlPlfe46WK/issues) to the developer for any [issues](https://console.apify.com/actors/VtWOJ2gzlPlfe46WK/issues) or suggestions for improvement.

<img src="https://apify-uploads-prod.s3.us-east-1.amazonaws.com/5SxZhwYwpknFk8ek9-cat.gif" width="240">

# Actor input Schema

## `query` (type: `array`):

💡 Job Title

## `mode` (type: `string`):

💡 This is shortcuts for QUERY commands

## `limit` (type: `integer`):

💡 Number of results per QUERY

## `filters.location` (type: `string`):

💡 Location Name or ID

## `filters.easy_apply` (type: `boolean`):

No description

## `filters.remote` (type: `boolean`):

No description

## `filters.min_salary` (type: `integer`):

No description

## `filters.max_salary` (type: `integer`):

No description

## `filters.company` (type: `string`):

💡 Company Name or ID

## `filters.min_rating` (type: `string`):

💡 Company minimal rating

## `filters.company_size` (type: `string`):

💡 Number of employees

## `filters.job_age` (type: `integer`):

💡 Job posted date

## `filters.seniority` (type: `string`):

No description

## `filters.topic` (type: `string`):

No description

## `filters.employment_status` (type: `string`):

No description

## `filters.language` (type: `string`):

💡 Reviews Language

## `filters.industries` (type: `array`):

No description

## `filters.functions` (type: `array`):

No description

## `dev_proxy_config` (type: `object`):

💡 <b>Supported protocol:</b><br><br><b>HTTP(S), SOCKS5</b><br><code>{http|socks5}://{user:pass}@{hostname|ip-address}:port</code><br><br><b>Example</b>: <code>socks5://example.com:9000</code>

## `dev_custom_headers` (type: `array`):

💡 Additional HTTP Headers

## `dev_custom_cookies` (type: `array`):

💡 Additional HTTP Cookies

## `dev_transform_fields` (type: `array`):

💡 <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>

## `dev_dataset_name` (type: `string`):

💡 <b>Save results into custom named Dataset, use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>

## `dev_dataset_clear` (type: `boolean`):

Clear Dataset before insert/update.

## `dev_no_strip` (type: `boolean`):

💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>

## Actor input object example

```json
{
  "query": [
    "UFO reverse engineer"
  ],
  "limit": 5
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "query": [
        "UFO reverse engineer"
    ],
    "limit": 5
};

// Run the Actor and wait for it to finish
const run = await client.actor("jupri/glassdoor").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "query": ["UFO reverse engineer"],
    "limit": 5,
}

# Run the Actor and wait for it to finish
run = client.actor("jupri/glassdoor").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "query": [
    "UFO reverse engineer"
  ],
  "limit": 5
}' |
apify call jupri/glassdoor --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=jupri/glassdoor",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "GLASSDOOR 🪟 Scraper HD",
        "description": "💫 All-in-One GlassDoor.com Scraper",
        "version": "0.0",
        "x-build-id": "QnvTzkQc7lOzZmD85"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/jupri~glassdoor/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-jupri-glassdoor",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/jupri~glassdoor/runs": {
            "post": {
                "operationId": "runs-sync-jupri-glassdoor",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/jupri~glassdoor/run-sync": {
            "post": {
                "operationId": "run-sync-jupri-glassdoor",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "query": {
                        "title": "❓ Query",
                        "type": "array",
                        "description": "💡 Job Title",
                        "items": {
                            "type": "string"
                        }
                    },
                    "mode": {
                        "title": "❓ Command",
                        "enum": [
                            "jobs",
                            "Employers",
                            "companies",
                            "salaries",
                            "reviews",
                            "interviews"
                        ],
                        "type": "string",
                        "description": "💡 This is shortcuts for QUERY commands"
                    },
                    "limit": {
                        "title": "♾️ Limit",
                        "type": "integer",
                        "description": "💡 Number of results per QUERY"
                    },
                    "filters.location": {
                        "title": "🧭 Location",
                        "type": "string",
                        "description": "💡 Location Name or ID"
                    },
                    "filters.easy_apply": {
                        "title": "Easy apply only",
                        "type": "boolean",
                        "description": ""
                    },
                    "filters.remote": {
                        "title": "Remote only",
                        "type": "boolean",
                        "description": ""
                    },
                    "filters.min_salary": {
                        "title": "Salary Range",
                        "type": "integer",
                        "description": ""
                    },
                    "filters.max_salary": {
                        "title": "",
                        "type": "integer",
                        "description": ""
                    },
                    "filters.company": {
                        "title": "🏢 Company",
                        "type": "string",
                        "description": "💡 Company Name or ID"
                    },
                    "filters.min_rating": {
                        "title": "Company rating",
                        "enum": [
                            "5.0",
                            "4.5",
                            "4.0",
                            "3.5",
                            "3.0",
                            "2.5",
                            "2.0",
                            "1.0"
                        ],
                        "type": "string",
                        "description": "💡 Company minimal rating"
                    },
                    "filters.company_size": {
                        "title": "Company size",
                        "enum": [
                            "1",
                            "2",
                            "3",
                            "4",
                            "5"
                        ],
                        "type": "string",
                        "description": "💡 Number of employees"
                    },
                    "filters.job_age": {
                        "title": "Date Posted",
                        "type": "integer",
                        "description": "💡 Job posted date"
                    },
                    "filters.seniority": {
                        "title": "Seniority levels",
                        "enum": [
                            "internship",
                            "entrylevel",
                            "midseniorlevel",
                            "director",
                            "executive"
                        ],
                        "type": "string",
                        "description": ""
                    },
                    "filters.topic": {
                        "title": "Topic",
                        "type": "string",
                        "description": ""
                    },
                    "filters.employment_status": {
                        "title": "Employment status",
                        "type": "string",
                        "description": ""
                    },
                    "filters.language": {
                        "title": "Language",
                        "enum": [
                            "eng",
                            "fra",
                            "deu",
                            "nld",
                            "por",
                            "spa",
                            "ita"
                        ],
                        "type": "string",
                        "description": "💡 Reviews Language"
                    },
                    "filters.industries": {
                        "title": "Industries",
                        "type": "array",
                        "description": "",
                        "items": {
                            "type": "string",
                            "enum": [
                                "10001",
                                "200002",
                                "200156",
                                "200157",
                                "10002",
                                "200003",
                                "10003",
                                "200004",
                                "200005",
                                "200006",
                                "200007",
                                "200008",
                                "200009",
                                "10004",
                                "200011",
                                "200013",
                                "200016",
                                "200018",
                                "200020",
                                "10005",
                                "200021",
                                "200163",
                                "200164",
                                "10006",
                                "200024",
                                "200028",
                                "200029",
                                "200030",
                                "200031",
                                "200158",
                                "10007",
                                "200023",
                                "200034",
                                "200035",
                                "200036",
                                "200037",
                                "10008",
                                "200038",
                                "200039",
                                "200040",
                                "200041",
                                "200042",
                                "200043",
                                "200162",
                                "10009",
                                "200044",
                                "200045",
                                "200046",
                                "200047",
                                "10010",
                                "200001",
                                "200048",
                                "200052",
                                "200055",
                                "200146",
                                "200148",
                                "10011",
                                "200056",
                                "200057",
                                "200058",
                                "10012",
                                "200059",
                                "200149",
                                "200150",
                                "200151",
                                "200152",
                                "200153",
                                "10013",
                                "200060",
                                "200061",
                                "200063",
                                "200064",
                                "200155",
                                "10014",
                                "200065",
                                "200066",
                                "10015",
                                "200027",
                                "200068",
                                "200070",
                                "200071",
                                "200072",
                                "200073",
                                "200074",
                                "200075",
                                "200076",
                                "200147",
                                "200159",
                                "10016",
                                "200017",
                                "200022",
                                "200077",
                                "200080",
                                "200082",
                                "200083",
                                "200160",
                                "200161",
                                "10018",
                                "200087",
                                "200088",
                                "200089",
                                "10019",
                                "200085",
                                "200091",
                                "10020",
                                "200094",
                                "200165",
                                "10021",
                                "200012",
                                "200096",
                                "200099",
                                "10022",
                                "200025",
                                "200033",
                                "200097",
                                "200100",
                                "200101",
                                "200102",
                                "200103",
                                "200105",
                                "200106",
                                "200107",
                                "200109",
                                "200110",
                                "200111",
                                "200113",
                                "200115",
                                "200116",
                                "200117",
                                "200118",
                                "200119",
                                "200145",
                                "10023",
                                "200120",
                                "200122",
                                "10024",
                                "200127",
                                "200128",
                                "200130",
                                "200132",
                                "200134",
                                "200135",
                                "200166",
                                "10025",
                                "200139",
                                "200144",
                                "10026",
                                "200032",
                                "200154"
                            ],
                            "enumTitles": [
                                "📂 Legal",
                                "🔖 Legal",
                                "🔖 Law Firms",
                                "🔖 Legal Services",
                                "📂 Aerospace & Defense",
                                "🔖 Aerospace & Defense",
                                "📂 Agriculture",
                                "🔖 Animal Production",
                                "🔖 Fishery",
                                "🔖 Farm Support",
                                "🔖 Floral Nursery",
                                "🔖 Crop Production",
                                "🔖 Forestry, Logging & Timber Operations",
                                "📂 Arts, Entertainment & Recreation",
                                "🔖 Audiovisual",
                                "🔖 Gambling",
                                "🔖 Culture & Entertainment",
                                "🔖 Sports & Recreation",
                                "🔖 Ticket Sales",
                                "📂 Pharmaceutical & Biotechnology",
                                "🔖 Biotech & Pharmaceuticals",
                                "🔖 Biotechnology",
                                "🔖 Pharmaceutical",
                                "📂 Management & Consulting",
                                "🔖 Building & Personnel Services",
                                "🔖 Business Consulting",
                                "🔖 Membership Organizations",
                                "🔖 Research & Development",
                                "🔖 Security & Protective",
                                "🔖 Waste Management",
                                "📂 Construction, Repair & Maintenance Services",
                                "🔖 Architectural & Engineering Services",
                                "🔖 Vehicle Repair & Maintenance",
                                "🔖 Commercial Equipment Services",
                                "🔖 Construction",
                                "🔖 General Repair & Maintenance",
                                "📂 Personal Consumer Services",
                                "🔖 Consumer Product Rental",
                                "🔖 Event Services",
                                "🔖 Beauty & Wellness",
                                "🔖 Laundry & Dry Cleaning",
                                "🔖 Property Management",
                                "🔖 Pet Care & Veterinary",
                                "🔖 Private Households",
                                "📂 Education",
                                "🔖 Colleges & Universities",
                                "🔖 Education & Training Services",
                                "🔖 Primary & Secondary Schools",
                                "🔖 Preschools & Child Care Services",
                                "📂 Financial Services",
                                "🔖 Accounting & Tax",
                                "🔖 Banking & Lending",
                                "🔖 Financial Transaction Processing",
                                "🔖 Stock Exchanges",
                                "🔖 Investment & Asset Management",
                                "🔖 Debt Relief",
                                "📂 Government & Public Administration",
                                "🔖 National Agencies",
                                "🔖 Municipal Agencies",
                                "🔖 State & Regional Agencies",
                                "📂 Healthcare",
                                "🔖 Health Care Services & Hospitals",
                                "🔖 Ambulance & Medical Transportation",
                                "🔖 Dental Clinics",
                                "🔖 Hospitals & Health Clinics",
                                "🔖 Medical Testing & Clinical Laboratories",
                                "🔖 Nursing Care Facilities",
                                "📂 Information Technology",
                                "🔖 Computer Hardware Development",
                                "🔖 Enterprise Software & Network Solutions",
                                "🔖 Internet & Web Services",
                                "🔖 Information Technology Support Services",
                                "🔖 Software Development",
                                "📂 Insurance",
                                "🔖 Insurance Agencies & Brokerages",
                                "🔖 Insurance Carriers",
                                "📂 Manufacturing",
                                "🔖 Commercial Printing",
                                "🔖 Chemical Manufacturing",
                                "🔖 Electronics Manufacturing",
                                "🔖 Food & Beverage Manufacturing",
                                "🔖 Health Care Products Manufacturing",
                                "🔖 Machinery Manufacturing",
                                "🔖 Metal & Mineral Manufacturing",
                                "🔖 Transportation Equipment Manufacturing",
                                "🔖 Wood & Paper Manufacturing",
                                "🔖 Consumer Product Manufacturing",
                                "🔖 Textile & Apparel Manufacturing",
                                "📂 Media & Communication",
                                "🔖 Photography",
                                "🔖 Advertising & Public Relations",
                                "🔖 Film Production",
                                "🔖 Publishing",
                                "🔖 Broadcast Media",
                                "🔖 Video Game Publishing",
                                "🔖 Music & Sound Production",
                                "🔖 Translation & Linguistic Services",
                                "📂 Nonprofit & NGO",
                                "🔖 Grantmaking & Charitable Foundations",
                                "🔖 Religious Institutions",
                                "🔖 Civic & Social Services",
                                "📂 Energy, Mining & Utilities",
                                "🔖 Mining & Metals",
                                "🔖 Energy & Utilities",
                                "📂 Real Estate",
                                "🔖 Real Estate",
                                "🔖 Real Estate Agencies",
                                "📂 Restaurants & Food Service",
                                "🔖 Bars & Nightclubs",
                                "🔖 Catering & Food Service Contractors",
                                "🔖 Restaurants & Cafes",
                                "📂 Retail & Wholesale",
                                "🔖 Office Supply & Copy Stores",
                                "🔖 Wholesale",
                                "🔖 Convenience Stores",
                                "🔖 Auctions & Galleries",
                                "🔖 Automotive Parts & Accessories Stores",
                                "🔖 Beauty & Personal Accessories Stores",
                                "🔖 Consumer Electronics & Appliances Stores",
                                "🔖 Department, Clothing & Shoe Stores",
                                "🔖 Drug & Health Stores",
                                "🔖 Food & Beverage Stores",
                                "🔖 General Merchandise & Superstores",
                                "🔖 Gift, Novelty & Souvenir Stores",
                                "🔖 Home Furniture & Housewares Stores",
                                "🔖 Media & Entertainment Stores",
                                "🔖 Other Retail Stores",
                                "🔖 Pet & Pet Supplies Stores",
                                "🔖 Sporting Goods Stores",
                                "🔖 Toy & Hobby Stores",
                                "🔖 Vehicle Dealers",
                                "🔖 Grocery Stores",
                                "📂 Telecommunications",
                                "🔖 Cable, Internet & Telephone Providers",
                                "🔖 Telecommunications Services",
                                "📂 Transportation & Logistics",
                                "🔖 Parking & Valet",
                                "🔖 Rail Transportation",
                                "🔖 Shipping & Trucking",
                                "🔖 Car & Truck Rental",
                                "🔖 Airlines, Airports & Air Transportation",
                                "🔖 Taxi & Car Services",
                                "🔖 Marine Transportation",
                                "📂 Hotels & Travel Accommodation",
                                "🔖 Hotels & Resorts",
                                "🔖 Travel Agencies",
                                "📂 Human Resources & Staffing",
                                "🔖 HR Consulting",
                                "🔖 Staffing & Subcontracting"
                            ]
                        }
                    },
                    "filters.functions": {
                        "title": "Functions",
                        "type": "array",
                        "description": "",
                        "items": {
                            "type": "string",
                            "enum": [
                                "1001",
                                "1002",
                                "1003",
                                "1004",
                                "1005",
                                "1006",
                                "1007",
                                "1008",
                                "1009",
                                "1010",
                                "1011",
                                "1012",
                                "1013",
                                "1014",
                                "1015",
                                "1016",
                                "1017",
                                "1018",
                                "1019",
                                "1020",
                                "1021",
                                "1022",
                                "1023"
                            ],
                            "enumTitles": [
                                "🏷️ Administrative",
                                "🏷️ Arts & Design",
                                "🏷️ Business",
                                "🏷️ Consulting",
                                "🏷️ Customer Services & Support",
                                "🏷️ Education",
                                "🏷️ Engineering",
                                "🏷️ Finance & Accounting",
                                "🏷️ Healthcare",
                                "🏷️ Human Resources",
                                "🏷️ Information Technology",
                                "🏷️ Legal",
                                "🏷️ Marketing",
                                "🏷️ Media & Communications",
                                "🏷️ Military & Protective Services",
                                "🏷️ Operations",
                                "🏷️ Other",
                                "🏷️ Product & Project Management",
                                "🏷️ Research & Science",
                                "🏷️ Retail & Food Services",
                                "🏷️ Sales",
                                "🏷️ Skilled Labor & Manufacturing",
                                "🏷️ Transportation"
                            ]
                        }
                    },
                    "dev_proxy_config": {
                        "title": "🌐 PROXY NETWORKING",
                        "type": "object",
                        "description": "💡 <b>Supported protocol:</b><br><br><b>HTTP(S), SOCKS5</b><br><code>{http|socks5}://{user:pass}@{hostname|ip-address}:port</code><br><br><b>Example</b>: <code>socks5://example.com:9000</code>"
                    },
                    "dev_custom_headers": {
                        "title": "📜 HTTP HEADERS",
                        "type": "array",
                        "description": "💡 Additional HTTP Headers",
                        "items": {
                            "type": "object",
                            "required": [
                                "key",
                                "value"
                            ],
                            "properties": {
                                "key": {
                                    "type": "string",
                                    "title": "Key"
                                },
                                "value": {
                                    "type": "string",
                                    "title": "Value"
                                }
                            }
                        }
                    },
                    "dev_custom_cookies": {
                        "title": "🍰 HTTP COOKIES",
                        "type": "array",
                        "description": "💡 Additional HTTP Cookies",
                        "items": {
                            "type": "object",
                            "required": [
                                "key",
                                "value"
                            ],
                            "properties": {
                                "key": {
                                    "type": "string",
                                    "title": "Key"
                                },
                                "value": {
                                    "type": "string",
                                    "title": "Value"
                                }
                            }
                        }
                    },
                    "dev_transform_fields": {
                        "title": "♻️ CUSTOM FIELD",
                        "type": "array",
                        "description": "💡 <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>",
                        "items": {
                            "type": "object",
                            "required": [
                                "key",
                                "value"
                            ],
                            "properties": {
                                "key": {
                                    "type": "string",
                                    "title": "Key"
                                },
                                "value": {
                                    "type": "string",
                                    "title": "Value"
                                }
                            }
                        }
                    },
                    "dev_dataset_name": {
                        "title": "📁 CUSTOM STORAGE",
                        "type": "string",
                        "description": "💡 <b>Save results into custom named Dataset, use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>"
                    },
                    "dev_dataset_clear": {
                        "title": "Clear Storage",
                        "type": "boolean",
                        "description": "Clear Dataset before insert/update."
                    },
                    "dev_no_strip": {
                        "title": "Disable data cleansing",
                        "type": "boolean",
                        "description": "💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
