Skip to main content
POST
https://api.crustdata.com
/
dataset
/
employee_review
/
enrich
Enrich company with employee review data
curl --request POST \
  --url https://api.crustdata.com/dataset/employee_review/enrich \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-api-version: <x-api-version>' \
  --data '
{
  "crustdata_company_id": 7576
}
'
{
  "crustdata_company_id": 7576,
  "company_name": "Technisanct",
  "website": "www.technisanct.com",
  "logo_url": "https://media.glassdoor.com/sql/4568896/technisanct-squarelogo-1629282872776.png",
  "headquarters": "Kollam, India",
  "company_size": "51 to 200 Employees",
  "company_type": "Company - Private",
  "revenue": "Unknown / Non-Applicable",
  "stock_ticker": "",
  "founded_year": 0,
  "active_status": "INACTIVE",
  "approval_status": "APPROVED",
  "description": "",
  "mission": "",
  "company_ceo": {
    "award_display_name": null,
    "award_time_period": null,
    "profile_picture_url": null,
    "name": null,
    "title": null
  },
  "primary_industry": {
    "name": null,
    "sector_name": null
  },
  "review_count": 6,
  "salary_count": 6,
  "interview_count": 2,
  "benefit_count": 0,
  "photo_count": 0,
  "global_job_count": 0,
  "overall_rating": 4.4,
  "culture_and_values_rating": 4.2,
  "diversity_and_inclusion_rating": 4.5,
  "work_life_balance_rating": 4.4,
  "senior_management_rating": 4.5,
  "compensation_and_benefits_rating": 3.4,
  "career_opportunities_rating": 3.8,
  "recommend_to_friend_rating": 1,
  "business_outlook_rating": 1,
  "ceo_rating": -1,
  "ceo_ratings_count": 0,
  "overall_rating_count": 6,
  "rating_1_count": 0,
  "rating_2_count": 0,
  "rating_3_count": 1,
  "rating_4_count": 1,
  "rating_5_count": 4,
  "office_locations": null,
  "awards": null,
  "reviews": [
    {
      "id": 96192546,
      "summary": "Nice",
      "pros": "You get good team and colleagues",
      "cons": "Nothing much to be noted as cons",
      "advice": null,
      "reviewer_job_title": "Software Engineer",
      "reviewer_location_city": "Cochin",
      "reviewer_employment_status": "REGULAR",
      "is_current_job": 0,
      "length_of_employment": 0,
      "review_date": "2025-03-26",
      "overall_rating": 4,
      "career_opportunities_rating": 0,
      "compensation_and_benefits_rating": 0,
      "culture_and_values_rating": 0,
      "diversity_and_inclusion_rating": 0,
      "work_life_balance_rating": 0,
      "senior_management_rating": 0,
      "business_outlook_rating": null,
      "ceo_rating": null,
      "recommend_to_friend_rating": null
    },
    {
      "id": 69997067,
      "summary": "Good place to work",
      "pros": "Great Team to work with",
      "cons": "No Cons here to say",
      "advice": "Nothing",
      "reviewer_job_title": "Senior Front End Developer",
      "reviewer_location_city": "Bengaluru",
      "reviewer_employment_status": "REGULAR",
      "is_current_job": 1,
      "length_of_employment": 1,
      "review_date": "2022-10-10",
      "overall_rating": 5,
      "career_opportunities_rating": 5,
      "compensation_and_benefits_rating": 5,
      "culture_and_values_rating": 3,
      "diversity_and_inclusion_rating": 5,
      "work_life_balance_rating": 4,
      "senior_management_rating": 5,
      "business_outlook_rating": "POSITIVE",
      "ceo_rating": null,
      "recommend_to_friend_rating": "POSITIVE"
    }
  ],
  "last_scraped_at": "2026-03-07T01:32:42",
  "rating_as_of_date": "2026-03-07T01:32:42"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Pass your API key as Authorization: Bearer <your_api_key>.

Headers

x-api-version
enum<string>
required

API version to use for request routing and response shape.

Available options:
2025-11-01

Body

application/json

The Crustdata company ID to look up.

Request payload for /dataset/employee-review/enrich. Requires the Crustdata company ID.

crustdata_company_id
integer<int64>
required

Crustdata internal company ID to enrich with employee review data.

Example:

7576

Response

Employee review data for the requested company

Full Glassdoor employee review enrichment payload for a company.

crustdata_company_id
integer<int64>

Crustdata internal company ID.

Example:

7576

company_name
string | null

Company name as listed on Glassdoor.

Example:

"Technisanct"

website
string | null

Company website URL or domain as listed on Glassdoor.

Example:

"www.technisanct.com"

logo_url
string | null

URL of the company logo image hosted on Glassdoor.

Example:

"https://media.glassdoor.com/sql/4568896/technisanct-squarelogo-1629282872776.png"

headquarters
string | null

City and country of the company headquarters as listed on Glassdoor.

Example:

"Kollam, India"

company_size
string | null

Employee count range for the company as reported on Glassdoor.

Example:

"51 to 200 Employees"

company_type
string | null

Ownership type of the company as reported on Glassdoor (e.g., "Company - Private", "Company - Public").

Example:

"Company - Private"

revenue
string | null

Annual revenue range for the company as reported on Glassdoor.

Example:

"Unknown / Non-Applicable"

stock_ticker
string | null

Stock ticker symbol for publicly traded companies. Empty string if not applicable.

Example:

"AAPL"

founded_year
integer | null

Year the company was founded. May be 0 if unknown.

Example:

2017

active_status
string | null

Active status of the Glassdoor company profile (e.g., "ACTIVE", "INACTIVE").

Example:

"ACTIVE"

approval_status
string | null

Approval status of the Glassdoor company profile (e.g., "APPROVED").

Example:

"APPROVED"

description
string | null

Company description as listed on Glassdoor.

Example:

"Cybersecurity company focused on threat intelligence and digital risk protection."

mission
string | null

Company mission statement as listed on Glassdoor.

Example:

"To make the digital world safer for everyone."

company_ceo
object

CEO information for the company as listed on Glassdoor.

Example:
{
"award_display_name": "Highest Rated CEOs",
"award_time_period": "2023",
"profile_picture_url": "https://media.glassdoor.com/people/squareLogo/CEO-photo.png",
"name": "John Smith",
"title": "Chief Executive Officer"
}
primary_industry
object

Primary industry classification for the company as listed on Glassdoor.

Example:
{
"name": "Information Technology",
"sector_name": "Technology"
}
review_count
integer | null

Total number of employee reviews on Glassdoor.

Example:

6

salary_count
integer | null

Total number of salary reports submitted on Glassdoor.

Example:

6

interview_count
integer | null

Total number of interview experience reports on Glassdoor.

Example:

2

benefit_count
integer | null

Total number of benefit reviews on Glassdoor.

Example:

0

photo_count
integer | null

Total number of company photos uploaded on Glassdoor.

Example:

0

global_job_count
integer | null

Total number of active job listings associated with the company on Glassdoor.

Example:

12

overall_rating
number<double> | null

Overall Glassdoor rating on a 1.0–5.0 scale.

Example:

4.4

culture_and_values_rating
number<double> | null

Culture & Values rating on a 1.0–5.0 scale.

Example:

4.2

diversity_and_inclusion_rating
number<double> | null

Diversity & Inclusion rating on a 1.0–5.0 scale.

Example:

4.5

work_life_balance_rating
number<double> | null

Work/Life Balance rating on a 1.0–5.0 scale.

Example:

4.4

senior_management_rating
number<double> | null

Senior Management rating on a 1.0–5.0 scale.

Example:

4.5

compensation_and_benefits_rating
number<double> | null

Compensation & Benefits rating on a 1.0–5.0 scale.

Example:

3.4

career_opportunities_rating
number<double> | null

Career Opportunities rating on a 1.0–5.0 scale.

Example:

3.8

recommend_to_friend_rating
number<double> | null

Recommend to a Friend ratio (0.0–1.0) where 1.0 means all reviewers would recommend the company.

Example:

1

business_outlook_rating
number<double> | null

Business Outlook ratio (0.0–1.0) where higher values indicate a more positive outlook.

Example:

1

ceo_rating
number<double> | null

CEO Approval ratio (0.0–1.0). A value of -1.0 indicates insufficient data to compute a rating.

Example:

-1

ceo_ratings_count
integer | null

Number of CEO approval ratings submitted by reviewers.

Example:

0

overall_rating_count
integer | null

Total number of overall rating submissions.

Example:

6

rating_1_count
integer | null

Count of 1-star (lowest) overall ratings.

Example:

0

rating_2_count
integer | null

Count of 2-star overall ratings.

Example:

0

rating_3_count
integer | null

Count of 3-star overall ratings.

Example:

1

rating_4_count
integer | null

Count of 4-star overall ratings.

Example:

1

rating_5_count
integer | null

Count of 5-star (highest) overall ratings.

Example:

4

office_locations
object[] | null

List of company office locations as listed on Glassdoor.

Example:
[
{
"city_name": "Mumbai",
"city_long_name": "Mumbai",
"state": "MH",
"country": "India",
"continent_name": "Asia",
"address_line1": "Ground Floor, Pushpak Co-operative Housing Society, Malaviya Road",
"address_line2": "",
"zip_code": "400 057",
"latitude": 19.076,
"longitude": 72.877
}
]
awards
object[] | null

List of company awards and recognitions as listed on Glassdoor.

Example:
[
{
"name": "Best Places to Work",
"source": "Glassdoor",
"year": "2023"
}
]
reviews
object[] | null

List of individual employee reviews for the company on Glassdoor.

Example:
[
{
"id": 96192546,
"summary": "Nice",
"pros": "You get good team and colleagues",
"cons": "Nothing much to be noted as cons",
"reviewer_job_title": "Software Engineer",
"overall_rating": 4,
"review_date": "2025-03-26"
}
]
last_scraped_at
string<date-time> | null

Timestamp when this company's Glassdoor profile was last scraped.

Example:

"2026-03-07T01:32:42"

rating_as_of_date
string<date-time> | null

Timestamp for the date of the aggregate rating snapshot.

Example:

"2026-03-07T01:32:42"