Company ratings by employees

Endpoint: POST /businesses/company_ratings_by_employees/enrich

Description

The Company Ratings by Employees Enrichment endpoint provides insights into company reputation and workplace experience. This dataset is based on online ratings and reviews published by current and former employees, as well as interview candidates.

These ratings cover various aspects of company culture, management quality, work-life balance, salary satisfaction, and overall employee sentiment. The data is sourced from leading job review platforms, ensuring high credibility and relevance.


How It Works
  • Input: Provide a business_id obtained from the Match Businesses API.
  • Processing: The system retrieves aggregated ratings and structured feedback.
  • Output: A structured response with key rating metrics and employee sentiment analysis.
Example Request (cURL)
curl --request POST \
     --url https://api.explorium.ai/v1/businesses/company-ratings/enrich \
     --header 'accept: application/json' \
     --header 'api_key: your_api_key_here' \
     --header 'content-type: application/json' \
     --data '{
  "business_id": "340c8040bd50cbab9c7df718bbe51cc9"
}'
Best Practices
  • Use company ratings to evaluate employer reputation before partnerships, investments, or sales outreach.
  • Combine ratings with firmographic data to create a holistic view of a company’s stability and employee satisfaction.
  • Monitor trends over time to detect shifts in employee sentiment and workplace culture.
  • Cross-reference ratings with workforce trends for deeper insights into employee retention and hiring dynamics.
Company Ratings by Employees Output Signal
SignalAPI NameDescriptionData Type
Company's citycompany_cityCity where the company's headquarters are located.CITY
Company's countrycompany_countryCountry where the company's headquarters are located.COUNTRY
Company's namecompany_nameName of the company.COMPANY
Company's regioncompany_regionState region where the company's headquarters are located.REGION
Company's streetcompany_streetStreet name and number where the company's headquarters are located.STREET
Company's URLcompany_urlURL of the website associated with the company.URL
Company Zip codecompany_zip_codePostal code where the company's headquarters are located.CATEGORY
Negative experienceexperience_negativePercentage of interviewees who reported a negative sentiment following a job interview.NUMERIC
Neutral experienceexperience_neutralPercentage of interviewees who reported a neutral sentiment following a job interview.NUMERIC
Positive experienceexperience_positivePercentage of interviewees who reported a positive sentiment following a job interview.NUMERIC
Number of ratingsratings_all_reviews_countOverall number of company ratings published by current and former employees.NUMERIC
Business outlook ratingratings_business_outlookPercentage of employees who believe the company will succeed in the near future.NUMERIC
Career opportunities ratingratings_career_opportunitiesEmployees' rating (1-5) of career development opportunities at the company.NUMERIC
CEO approval ratingratings_ceo_approvalPercentage of employees who approved of the company's CEO.NUMERIC
CEO approval ratings countratings_ceo_approval_countNumber of CEO approval ratings collected.NUMERIC
Compensation benefits ratingratings_compensation_benefitsCompensation and benefits rating (1-5) published by employees.NUMERIC
Culture values ratingratings_cutlure_valuesCulture values rating (1-5) as rated by employees.NUMERIC
Diversity inclusion ratingratings_diversity_inclusionDiversity and inclusion rating (1-5) as viewed by employees.NUMERIC
Overall Ratingsratings_overallOverall company rating (1-5) based on employee and former employee reviews.NUMERIC
Recommend to friend ratingratings_recommend_to_friendThe likelihood that an employee will recommend a friend to work at the company.NUMERIC
Senior management ratingratings_senior_managementRating (1-5) of senior management as viewed by employees.NUMERIC
Work-life balance ratingratings_work_life_balanceWork-life balance rating (1-5) as viewed by employees.NUMERIC
Total reviews counttotal_reviews_countTotal number of company reviews published by employees.NUMERIC
Trend of company rating by employeescompany_scoreA dictionary listing the overall company score rated by employees over the recent year (1-5).NUMERIC

📌 For additional enrichment options, explore related API endpoints below.


Body Params - Try Me Example

business_id: 8adce3ca1cef0c986b22310e369a0793
Language
Credentials
Click Try It! to start a request and see the response here!