EveryData platform API
Glassdoor API
The scope of this Glassdoor API is Glassdoor employer profiles, employee reviews, salaries, interviews, and job listings; its 6 actions, including `search`, `profile`, `reviews`, retain independent inputs and returned-object meanings.
In the Glassdoor catalog, `keyword` drives `search` for matching Glassdoor results, whereas `url` drives `profile` for the selected Glassdoor record; a shared identifier never merges their response fields.
- Endpoint
- POST /api/v1/social
- Capabilities
- 6
- Per 1,000
- $1.389
Available capabilities
Compare the Glassdoor actions by required input, returned data, and price. Use the action identifier exactly as shown in your request.
| Action | Required | Optional | Delivery | Limit | Per 1,000 | Response fields |
|---|---|---|---|---|---|---|
searchSearch Search public results on Glassdoor. Accepts these parameters: | keyword | company, domain, query | Sync delivery | Catalog values: defaultLimit=10, maxLimit=100. A limit can control pages or per-parent expansion for some actions, so it is not always a final row count. | $1.39 per 1,000 requests | name · company_id · url · rating · rating_scale · review_count · salary_count · job_count · headquarters · size · size_category · description · logo_url · platform |
profileCompany details Retrieve company details from Glassdoor. Accepts these parameters: | url | job_type, min_rating, since, sort, work_mode | Sync delivery | — | $1.39 per 1,000 requests | name · short_name · company_id · website · description · headquarters · size · revenue · type · founded_year · stock_symbol · industry · logo_url · cover_photo_url · reviews_url · jobs_url · salaries_url · interviews_url · platform · year · source |
reviewsReviews Retrieve public reviews from Glassdoor. Accepts these parameters: | url | job_type, min_rating, since, sort, start_date, work_mode | Sync delivery | Catalog values: defaultLimit=20, maxLimit=200. A limit can control pages or per-parent expansion for some actions, so it is not always a final row count. | $1.39 per 1,000 requests | id · title · pros · cons · advice · rating · rating_scale · job_title · location · employment_length_years · is_current_employee · language · helpful_count · recommend · ceo_approval · business_outlook · rating_work_life_balance · rating_culture_values · rating_diversity_inclusion · rating_senior_leadership · rating_career_opportunities · rating_comp_benefits · has_employer_response · posted_at · company_name · platform |
salariesSalaries Retrieve public salary records from Glassdoor. Accepts these parameters: | url | job_type, min_rating, since, sort, work_mode | Sync delivery | Catalog values: defaultLimit=20, maxLimit=200. A limit can control pages or per-parent expansion for some actions, so it is not always a final row count. | $1.39 per 1,000 requests | job_title · pay_period · currency · salary_count · base_pay_mean · base_pay_median · base_pay_p10 · base_pay_p90 · total_pay_mean · total_pay_median · cash_bonus_mean · company_rating · platform |
interviewsInterviews Retrieve public interview records from Glassdoor. Accepts these parameters: | url | job_type, min_rating, since, sort, work_mode | Sync delivery | Catalog values: defaultLimit=20, maxLimit=200. A limit can control pages or per-parent expansion for some actions, so it is not always a final row count. | $1.39 per 1,000 requests | id · job_title · difficulty · experience · outcome · source · location · process_description · advice · negotiation · duration_days · is_current_employee · helpful_count · company_name · posted_at · platform |
jobsJobs Retrieve public job listings from Glassdoor. Accepts these parameters: | url | job_type, min_rating, since, sort, work_mode | Sync delivery | Catalog values: defaultLimit=20, maxLimit=200. A limit can control pages or per-parent expansion for some actions, so it is not always a final row count. | $1.39 per 1,000 requests | job_id · title · employer · employer_id · location · description · salary_min · salary_max · salary_median · salary_currency · salary_period · company_rating · age_in_days · easy_apply · sponsored · apply_url · platform |
What does each Glassdoor action accept?
Each answer below pairs one callable action with its real inputs. Parameter meanings and allowed values are action-specific; a familiar name does not carry the same meaning across every platform.
Official sources are linked only to clarify the platform term beside them. They do not imply platform authorization or endorsement, and they do not add official-site features to the EveryInfra API contract.
What do the Glassdoor search parameters mean?
Search public results on Glassdoor. Accepts these parameters: domain, query, keyword, and company. Returns these fields: name, size_category, review_count, and logo_url.
keywordRequired- The Glassdoor company-name query used by
search. Use it to find a company, then pass the company URL from the result to profile, reviews, salaries, interviews, or jobs. It is not a full-text job query. companyOptional- A compatibility company-name input for
search.keywordtakes precedence and remains required by the public contract. This is not a numeric company ID and does not replace the company URL required by other actions. domainOptional- The Glassdoor country-site domain, including
www., such aswww.glassdoor.co.ukorwww.glassdoor.de. It is not the searched company's website domain. The current contract does not enumerate every supported Glassdoor site. queryOptional- A compatibility query input for
search, read afterkeywordand beforecompany. The public request must still includekeyword.
What do the Glassdoor profile parameters mean?
Retrieve company details from Glassdoor. Accepts these parameters: job_type, work_mode, since, url, min_rating, and sort. Returns these fields: stock_symbol, salaries_url, interviews_url, and description.
urlRequired- A full Glassdoor company Overview or Reviews URL that preserves the company slug and its
EorIEnumeric identifier. The profile, reviews, salaries, interviews, and jobs actions are scoped to that company; a single job URL is not a company identifier. job_typeOptional- The employment type for job results:
any,full_time,part_time,contract,fixed_term_contract,permanent, orinternship. It does not describe the employment status of a review author.Allowed values:anycontractfixed_term_contractfull_timeinternshippart_timepermanent min_ratingOptional- A numeric minimum rating for company or review-related data. Its scope is not yet verified consistently across every query mode. It is not a minimum salary and should not be treated as a job or interview-difficulty filter.
sinceOptional- The lower review-date boundary in
YYYY-MM-DDformat. It takes precedence overstart_dateand is not a shared time filter for salaries, interviews, or jobs. sortOptional- The catalog lists
newestandrelevance, but the reviews builder and shared sort mapping use different fields. Do not assume this input changes review order, or that it applies uniformly to other company query modes, until that path is verified.Allowed values:newestrelevance work_modeOptional- The job work arrangement:
any,remote,hybrid, oron_site. It does not filter company reviews, salaries, or interview experiences.Allowed values:anyhybridon_siteremote
What do the Glassdoor reviews parameters mean?
Retrieve public reviews from Glassdoor. Accepts these parameters: sort, start_date, url, job_type, work_mode, since, and min_rating. Returns these fields: posted_at, is_current_employee, cons, and language.
urlRequired- A full Glassdoor company Overview or Reviews URL that preserves the company slug and its
EorIEnumeric identifier. The profile, reviews, salaries, interviews, and jobs actions are scoped to that company; a single job URL is not a company identifier.Glassdoor: Company Reviews and Review FieldsThe official guide details overall ratings, current vs. former employee status, Pros, Cons, and optional job title, location, and management advice in company reviews. This information explains company page and review fields; it does not prove the filtering capabilities of this API.Checked job_typeOptional- The employment type for job results:
any,full_time,part_time,contract,fixed_term_contract,permanent, orinternship. It does not describe the employment status of a review author.Allowed values:anycontractfixed_term_contractfull_timeinternshippart_timepermanent min_ratingOptional- A numeric minimum rating for company or review-related data. Its scope is not yet verified consistently across every query mode. It is not a minimum salary and should not be treated as a job or interview-difficulty filter.
sinceOptional- The lower review-date boundary in
YYYY-MM-DDformat. It takes precedence overstart_dateand is not a shared time filter for salaries, interviews, or jobs. sortOptional- The catalog lists
newestandrelevance, but the reviews builder and shared sort mapping use different fields. Do not assume this input changes review order, or that it applies uniformly to other company query modes, until that path is verified.Allowed values:newestrelevance start_dateOptional- A compatibility lower date boundary for reviews in
YYYY-MM-DDformat. Ifsinceis also supplied,sinceoverrides it during parameter mapping. It is not an employee start date or job posting date. work_modeOptional- The job work arrangement:
any,remote,hybrid, oron_site. It does not filter company reviews, salaries, or interview experiences.Allowed values:anyhybridon_siteremote
What do the Glassdoor salaries parameters mean?
Retrieve public salary records from Glassdoor. Accepts these parameters: url, sort, job_type, work_mode, min_rating, and since. Returns these fields: pay_period, currency, base_pay_p10, and salary_count.
urlRequired- A full Glassdoor company Overview or Reviews URL that preserves the company slug and its
EorIEnumeric identifier. The profile, reviews, salaries, interviews, and jobs actions are scoped to that company; a single job URL is not a company identifier. job_typeOptional- The employment type for job results:
any,full_time,part_time,contract,fixed_term_contract,permanent, orinternship. It does not describe the employment status of a review author.Allowed values:anycontractfixed_term_contractfull_timeinternshippart_timepermanent min_ratingOptional- A numeric minimum rating for company or review-related data. Its scope is not yet verified consistently across every query mode. It is not a minimum salary and should not be treated as a job or interview-difficulty filter.
sinceOptional- The lower review-date boundary in
YYYY-MM-DDformat. It takes precedence overstart_dateand is not a shared time filter for salaries, interviews, or jobs. sortOptional- The catalog lists
newestandrelevance, but the reviews builder and shared sort mapping use different fields. Do not assume this input changes review order, or that it applies uniformly to other company query modes, until that path is verified.Allowed values:newestrelevance work_modeOptional- The job work arrangement:
any,remote,hybrid, oron_site. It does not filter company reviews, salaries, or interview experiences.Allowed values:anyhybridon_siteremote
What do the Glassdoor interviews parameters mean?
Retrieve public interview records from Glassdoor. Accepts these parameters: url, sort, min_rating, since, work_mode, and job_type. Returns these fields: location, duration_days, is_current_employee, and process_description.
urlRequired- A full Glassdoor company Overview or Reviews URL that preserves the company slug and its
EorIEnumeric identifier. The profile, reviews, salaries, interviews, and jobs actions are scoped to that company; a single job URL is not a company identifier. job_typeOptional- The employment type for job results:
any,full_time,part_time,contract,fixed_term_contract,permanent, orinternship. It does not describe the employment status of a review author.Allowed values:anycontractfixed_term_contractfull_timeinternshippart_timepermanent min_ratingOptional- A numeric minimum rating for company or review-related data. Its scope is not yet verified consistently across every query mode. It is not a minimum salary and should not be treated as a job or interview-difficulty filter.
sinceOptional- The lower review-date boundary in
YYYY-MM-DDformat. It takes precedence overstart_dateand is not a shared time filter for salaries, interviews, or jobs. sortOptional- The catalog lists
newestandrelevance, but the reviews builder and shared sort mapping use different fields. Do not assume this input changes review order, or that it applies uniformly to other company query modes, until that path is verified.Allowed values:newestrelevance work_modeOptional- The job work arrangement:
any,remote,hybrid, oron_site. It does not filter company reviews, salaries, or interview experiences.Allowed values:anyhybridon_siteremote
What do the Glassdoor jobs parameters mean?
Retrieve public job listings from Glassdoor. Accepts these parameters: sort, since, min_rating, work_mode, url, and job_type. Returns these fields: employer_id, job_id, title, and easy_apply.
urlRequired- A full Glassdoor company Overview or Reviews URL that preserves the company slug and its
EorIEnumeric identifier. The profile, reviews, salaries, interviews, and jobs actions are scoped to that company; a single job URL is not a company identifier. job_typeOptional- The employment type for job results:
any,full_time,part_time,contract,fixed_term_contract,permanent, orinternship. It does not describe the employment status of a review author.Allowed values:anycontractfixed_term_contractfull_timeinternshippart_timepermanent min_ratingOptional- A numeric minimum rating for company or review-related data. Its scope is not yet verified consistently across every query mode. It is not a minimum salary and should not be treated as a job or interview-difficulty filter.
sinceOptional- The lower review-date boundary in
YYYY-MM-DDformat. It takes precedence overstart_dateand is not a shared time filter for salaries, interviews, or jobs. sortOptional- The catalog lists
newestandrelevance, but the reviews builder and shared sort mapping use different fields. Do not assume this input changes review order, or that it applies uniformly to other company query modes, until that path is verified.Allowed values:newestrelevance work_modeOptional- The job work arrangement:
any,remote,hybrid, oron_site. It does not filter company reviews, salaries, or interview experiences.Allowed values:anyhybridon_siteremote
How to use the Glassdoor API
- 01Read the public catalog and choose a platform action.
- 02Send the platform, action, and required parameters to POST /api/v1/social.
- 03Handle a synchronous result or poll the returned job ID when the selected action is asynchronous.
- 04Store the structured response fields needed by your application.
curl -X POST https://api.everyinfra.com/api/v1/social \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"platform":"glassdoor","action":"search","params":{"keyword":"<keyword>"}}'
Glassdoor API questions
What can I retrieve with the Glassdoor API?
Set platform to glassdoor. The current catalog lists search, company details, reviews, salaries, interviews, and more. These action names identify different Glassdoor objects or views; they are not interchangeable search modes.
Which input starts a Glassdoor `search` request?
The Glassdoor company-name query used by search. Use it to find a company, then pass the company URL from the result to profile, reviews, salaries, interviews, or jobs. It is not a full-text job query. Send it as keyword inside params.
Which fields can Glassdoor `search` return?
Its declared schema includes name, company_id, rating, and rating_scale. A declared field can still be absent from an individual source record, and every other action has its own field list.
Does every Glassdoor action return immediately?
No assumption is needed: this page labels each action's delivery mode. The current catalog contains sync delivery; poll a returned job ID only for an action labeled asynchronous.