Glassdoor Reviews Dataset

Use our Glassdoor reviews dataset to access detailed employee reviews, ratings, and insights into company cultures across various industries. This dataset includes feedback on work-life balance, leadership, compensation, and career growth opportunities, tailored for HR professionals, recruiters, and business analysts.

An image showing Glassdoor's public information turning into structured data
  • Over 27.4M
    records available
  • 100% ethical and compliant data collection
  • Free Glassdoor data
    samples for download
  • Starting from price
    $250/100K records
ДОВЕРЯЮТ 20,000+ КЛИЕНТОВ ПО ВСЕМУ МИРУ

DATASET MARKETPLACE

Available Glassdoor and related datasets

Access fresh validated Glassdoor datasets. Ensure hassle-free data access by using ready-made datasets.
  • Demo data in JSON/CSV
  • Fresh records
  • Customize, enrich, and format the data

LinkedIn people profiles

ID, Name, City, Country code, Position, About, Posts, Current company, and more.

LinkedIn company information

ID, Name, Country code, Locations, Followers, Employees in linkedin, About, Specialties, and more.

Crunchbase companies information

Name, URL, ID, Cb rank, Region, About, Industries, Operating status, and more.

Linkedin job listings information

URL, Job posting id, Job title, Company name, Company id, Job location, Job summary, Job seniority level, and more.

Indeed job listings information

Jobid, Company name, Date posted parsed, Job title, Description text, Benefits, Qualifications, Job type, and more.

Employees business enriched dataset

URL, Profile url, Linkedin num id, Avatar, Profile name, Certifications, Profile location, Profile connections, and more.

Companies information enriched dataset

URL, ID lc, Name lc, Country code lc, Locations lc, Followers lc, Employees in linkedin lc, About lc, and more.

Google Maps full information

Place id, URL, Country, Name, Category, Address, Description, Business details, and more.

Glassdoor companies overview information

ID, Company, Ratings overall, Details size, Details founded, Details type, Country code, Company type, and more.

Google maps reviews

URL, Place id, Place name, Country, Address, Review id, Reviewer name, Reviews by reviewer, and more.

Yelp businesses overview

Business id, Yelp biz id, Name, Updates from business, Overall rating, Reviews count, Is claimed, Categories, and more.

LinkedIn profiles Jobs Listings

URL, Linkedin id, Name, About, Position, Optional jobs, Country code, Experience, and more.

Zoominfo companies information

URL, ID, Name, Description, Revenue, Revenue currency, Revenue text, Stock symbol, and more.

Glassdoor companies reviews

Overview id, Review id, Review url, Rating date, Count helpful, Count unhelpful, Employee job end year, Employee length, and more.

pitchbook companies information

URL, ID, Company name, Company socials, Year founded, Status, Employees, Latest deal type, and more.

Glassdoor job listings information

URL, Company url overview, Company name, Company rating, Job title, Job location, Job overview, Company headquarters, and more.

G2 software product overview

URL, Product name, Product id, Rating, Description, Product url, Seller, Ownership, and more.

G2 software - product reviews

Review id, Author id, Author, Position, Company size, Stars, Date, Title, and more.

Trustpilot business reviews

Company name, Review id, Review date, Review rating, Review title, Review content, Is verified review, Review date of experience, and more.

Yelp businesses reviews

Business id, Review auther, Rating, Date, Content, Review image, Reactions, Replies, and more.

Indeed companies info

Name, Description, URL, Work happiness, Jobs categories, Website, Industry, Company size, and more.

Xing social network

Account id, FamilyName, Gender, Membership, Country code, Experience, Education, Languages, and more.

Owler companies information

CompanyID, Ownership, IndustrySectors, Revenue, Founded, CompanyName, Country, EmployeeCount, and more.

US lawyers directory

URL, Address, Admission, Areas of practice, Isln, Law school attended, Location, Name, and more.

Slintel 6sense company information

Name, About, Num employees, Type, Industries, Techstack arr, Country code, Website, and more.

Manta businesses

Company name, Business state, Sic code, Phone number, Website, Business categories, Business city, Business country, and more.

VentureRadar company information

URL, Location, Name, Country code, Ownership, Score, Auto analyst score, Website popularity, and more.

Trustradius product reviews

URL, Product id, Product name, Review id, Review url, Review title, Review rating, Review date, and more.

LinkedIn people search

URL, Name, Subtitle, Location, Experience, Education, Avatar, and more.
НОВИНКА!

Максимальное увеличение стоимости за счет стратегической экономии средств

smart updates

Интеллектуальное обновление данных

Доступ только к "Новым записям" или "Обновленным записям", что гарантирует, что вы платите только за то, что вам нужно".

bundles

Пакеты данных

Приобретая два или более наборов данных вместе, вы получаете большую выгоду и эксклюзивные скидки.

discounts

Скидки за объем

Получите больше за меньшие деньги, значительно сэкономив при покупке больших наборов данных или подписки на обновления

enriched datasets

Обогащенные наборы данных

Экономьте время и ресурсы благодаря заранее созданным наборам данных, которые объединяют несколько источников в один чистый набор данных

Glassdoor reviews dataset sample

Use our Glassdoor reviews dataset to gain insights into employee reviews, ratings, and feedback on company culture.

Ценообразование наборов данных

Частота обновления
100K
500K
1M
5M
20M
Полный набор данных
3TB
  • Чистый и проверенный
  • Обновляется ежемесячно
  • JSON/CSV/Parquet

Мощные агенты искусственного интеллекта мгновенно

Наши наборы данных Glassdoor Reviews оптимизированы для ИИ/ЛЛМ: четко структурированы, хорошо документированы, содержат код и
рецепты для легкой интеграции LLM/chatbot.

structured data

Структурированность и чистота

Предварительно обработанные данные с согласованными схемами идеально подходят для обучения и вывода моделей ИИ.

code examples

Примеры кодов

Готовые к использованию сниппеты Python, Node.js, cURL, PHP, Go, Java и Ruby для легкой интеграции в рабочие процессы ИИ.

documentation

Документация

Исчерпывающие руководства и блокноты для ChatGPT, Claude и других интеграций LLM.
                              curl --request GET 
--url https://api.brightdata.com/datasets/snapshots/{id}/download 
--header 'Authorization: Bearer '
                              
                            
                              импорт запросов
url = "https://api.brightdata.com/datasets/snapshots/{id}/download"
headers = { "Authorization": "Bearer "}
response = requests.get(url, headers=headers)
print(response.json())
                              
                            
                              const url = 'https://api.brightdata.com/datasets/snapshots/{id}/download';
const options = {method: 'GET', headers: {Авторизация: 'Bearer '}, body: undefined};

try {
const response = await fetch(url, options);
const data = await response.json();
console.log(data);
} catch (error) {
console.error(error);
}
                              
                            
                              HttpResponse response = Unirest.get("https://api.brightdata.com/datasets/snapshots/{id}/download")
.header("Authorization", "Bearer ")
.asString();
                              
                            
                              require 'uri'
require 'net/http'

url = URI("https://api.brightdata.com/datasets/snapshots/{id}/download")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Get.new(url)
request["Authorization"] = 'Bearer '

response = http.request(request)
puts response.read_body
                              
                            

Glassdoor reviews dataset tailored to your needs

Get easy to use, well-structured datasets for any use case
dataset subscription

Подписка на данные

Оформите подписку, чтобы получить доступ к наборам данных по значительно сниженной цене.

file outputs

Форматы выходных файлов

JSON, NDJSON, JSON Lines, CSV, Parquet. Опциональное сжатие .gz.

flexible delivery

Гибкая доставка

Snowflake, ведро Amazon S3, облако Google, Azure и SFTP.

enriched datasets

Масштабируемые данные

Масштабирование без забот об инфре, прокси-серверах и блоках.

discounts

Экономия средств

Настройте любой набор данных с помощью фильтров и опций форматирования.

code maintanence

Сопровождение кода

Наборы данных поддерживаются в соответствии с изменениями структуры сайта.

api integrations

Упрощенная интеграция

Воспользуйтесь преимуществами интеграции со Snowflake и AWS.

support

Круглосуточная поддержка

Команда профессионалов по работе с данными готова помочь вам.

compliance

Лидеры в области соблюдения требований

Данные получены по этическим соображениям и соответствуют всем законам о конфиденциальности.

Get structured and reliable Glassdoor reviews data

Мы предоставим данные, а вы сосредоточитесь на остальном

Большие объемы веб-данных

Благодаря нашим возможностям разблокировки и круглосуточной ротации IP-адресов мы обеспечиваем доступ ко всем точкам данных на веб-сайте.

Данные для немедленного использования

Каждый аспект процесса сбора данных тщательно проверяется в рамках нашего надежного процесса проверки данных.

Автоматизированный поток данных

Создавайте собственные расписания для автоматизации доставки данных и следите за беспрепятственным поступлением данных в хранилище.

How companies use Glassdoor reviews datasets

Effective competitive analysis

The Glassdoor reviews dataset provides detailed insights into employee experiences, satisfaction levels, and company culture. By analyzing feedback on work-life balance, management quality, compensation, and career opportunities, businesses can pinpoint their competitors' strengths and weaknesses.
Get dataset
business intelligence

Market trends & growth

Analyze Glassdoor reviews to track market trends and gain insights into shifting industry dynamics. By evaluating employee feedback on company culture, leadership, and compensation, businesses can identify emerging trends in workforce preferences and workplace expectations.
Get dataset
Find investment opportunities

B2B company data

Leverage Glassdoor reviews as a source of B2B data to enhance your business partnerships and supplier relationships. By analyzing feedback on company culture, management, and operational efficiency, businesses can evaluate potential partners and suppliers from an employee perspective.
Get dataset
competetitor data

Glassdoor reviews dataset FAQs

The Glassdoor data points include: overview ID, review ID, review URL, rating date, number of helpful content clicks, employee length, and much more.

Yes, you can get updates to your Glassdoor reviews dataset on a daily, weekly, monthly, or custom basis.

Yes, you can purchase a Glassdoor subset that will include only the data points you need. By purchasing a subset, cost is reduced substantially.

Dataset formats are JSON, NDJSON, JSON Lines, CSV, or Parquet. Optionally, files can be compressed to .gz.

If you don’t want to purchase a dataset, you can start scraping Glassdoor data using our Glassdoor scraper.

Get your Glassdoor reviews dataset today.