Company ratings by employees

Endpoint: POST /businesses/company_ratings_by_employees/enrich

Description

The Company Ratings 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
Field NameDescriptionData Type
company_nameName of the companyOptional[str]
company_cityCity where the company is locatedOptional[str]
company_country_codeCountry code in ISO Alpha-2 formatOptional[DataTypes.CountryCodeAlpha2]
company_regionRegion or state where the company operatesOptional[str]
company_streetStreet address of the companyOptional[str]
company_urlCompany’s website URLOptional[DataTypes.Url]
company_zip_codePostal or ZIP code of the companyOptional[DataTypes.LocalPostalCode]
experience_negativePercentage of employees reporting a negative experienceOptional[float]
experience_neutralPercentage of employees reporting a neutral experienceOptional[float]
experience_positivePercentage of employees reporting a positive experienceOptional[float]
ratings_all_reviews_countTotal number of reviews submittedOptional[float]
ratings_business_outlookRating of business outlook (future growth potential)Optional[float]
ratings_career_opportunitiesRating of career opportunities within the companyOptional[float]
ratings_ceo_approvalCEO approval ratingOptional[float]
ratings_ceo_approval_countNumber of employees who rated CEO approvalOptional[float]
ratings_compensation_benefitsRating of salary and benefitsOptional[float]
ratings_culture_valuesRating of company culture and valuesOptional[float]
ratings_diversity_inclusionRating of diversity and inclusionOptional[float]
ratings_overallOverall employee satisfaction ratingOptional[float]
ratings_recommend_to_friendPercentage of employees recommending the companyOptional[float]
ratings_senior_managementRating of senior managementOptional[float]
ratings_work_life_balanceRating of work-life balanceOptional[float]
total_reviews_countTotal number of employee reviewsOptional[float]
company_scoreList of company scores over timeOptional[List[Tuple[datetime, float]]]

📌 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!