Glassdoor Company
2 creditsGet company profile data from Glassdoor.
/api/v1/tools/glassdoor/company-profileParameters
Glassdoor employer URL. Either employerUrl or employerId is required.
Glassdoor employer ID from 1 through 2147483647. Either employerUrl or employerId is required. When both are present, they must identify the same employer.
Fields to include in company. Omit for defaults: employerId, name, ratings, counts, headquarters, size, website, ceo, primaryIndustry, allReviewsCount. Use ["*"] for all fields. Available fields: employerId, id, name, shortName, activeStatus, approvalStatus, isValid, ratings, counts, headquarters, size, website, ceo, primaryIndustry, allReviewsCount, revenue, sizeCategory, type, yearFounded, primaryIndustryId, bestProfile, squareLogoUrl, regularLogoUrl, largeLogoUrl, overview, ratingCountDistribution, filteredReviewsCountByLang, filteredReviewsCount, ratedReviewsCount, demographicRatings, reviewLocations, officeLocations, employerManagedContent, companyUpdates, companyUpdatesTotalCount, photos, links, awards, bestPlacesToWork, bestLedCompanies, coverPhoto, officeAddresses, parent, subsidiaries, siblings, scrapedAt.
Response Schema
Glassdoor company result
Company profile data. Fields depend on the fields parameter.
Request metadata
Tool name (glassdoor-company-profile)
Credits consumed (2)
Unique request ID
Request
curl -X POST https://scraper.run/api/v1/tools/glassdoor/company-profile \-H "Authorization: Bearer sc_live_..." \-H "Content-Type: application/json" \-d '{"employerUrl": "https://www.glassdoor.com/Overview/Working-at-Google-EI_IE9079.htm"}'
Response Example
{"data": {"company": {"name": "Google","ratings": {"overallRating": 4.4,"ceoRating": 0.92,"recommendToFriendRating": 0.88,"cultureAndValuesRating": 4.3,"workLifeBalanceRating": 4.2,"seniorManagementRating": 3.8,"compensationAndBenefitsRating": 4.5,"careerOpportunitiesRating": 4.1},"headquarters": "Mountain View, CA","size": "10000+ Employees","website": "https://www.google.com","ceo": {"name": "Sundar Pichai","title": "CEO"},"primaryIndustry": {"industryId": 200063,"industryName": "Internet & Web Services"}}},"meta": {"tool": "glassdoor-company-profile","creditsUsed": 2,"requestId": "req_abc123"}}