InHerSight Scraper — Company Ratings for Women in the Workplace
Pricing
from $3.00 / 1,000 results
InHerSight Scraper — Company Ratings for Women in the Workplace
Scrape InHerSight (inhersight.com) for company workplace ratings scored by women. Browse 77,000+ companies with composite scores, 17 category ratings, employee counts, industries, and more.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
10 days ago
Last modified
Categories
Share
InHerSight Scraper
Browse and extract company workplace ratings from InHerSight — the platform where women anonymously rate companies on 17 dimensions including leadership, equal pay, flexibility, and mentorship.
What is InHerSight?
InHerSight is a workplace transparency platform focused on rating companies as employers of women. Over 1.5 million women have rated 77,000+ companies on 17 specific categories: women in leadership, salary satisfaction, equal opportunities, mentorship programs, maternity leave, flexible hours, and more. Each company receives a composite InHerSight Score (1–5 stars) based on weighted category averages.
What this actor does
This actor scrapes InHerSight company profiles and returns structured data for each company, including:
- Composite score — weighted average across all 17 categories (1.0–5.0 scale)
- 17 category scores — individual ratings for Women in Leadership, Salary Satisfaction, Flexible Work Hours, Equal Opportunities, Mentorship Program, and 12 more
- Company metadata — industry, company type, size, headquarters, other locations, website, stock ticker
- Review statistics — total review count, score count, IHS percentage
- Profile URLs — direct links to company ratings and awards pages
Modes
| Mode | Description |
|---|---|
| browseCompanies (default) | Paginate through all 77,000+ companies alphabetically |
| search | Search for companies by name or keyword |
| bySlug | Fetch specific companies by their InHerSight slug |
Input
| Field | Type | Description |
|---|---|---|
mode | string | browseCompanies, search, or bySlug |
searchQuery | string | Company name to search (mode=search only) |
slugs | array | List of company slugs (mode=bySlug only) |
size | string | Filter: small, medium, or large |
minCompositeScore | number | Minimum composite score (1.0–5.0) |
minReviewCount | integer | Minimum number of reviews |
industry | string | Substring match against industry name |
containsKeyword | string | Keyword match against name, industry, or location |
maxItems | integer | Max results (default: 50, max: 5000) |
Output
Each record contains:
{"companyId": 516,"name": "Google","slug": "google","industry": "Internet","industryGroup": "Technology","companyType": "Public Company","size": "large","employeeCount": "5001 to 10000","headquarterPlace": "Mountain View, CA","otherLocations": ["Austin, TX", "New York City, NY"],"ticker": "GOOG","websiteUrl": "http://www.google.com/","topCompany": false,"compositeScore": 3.6,"reviewCount": 620,"scoreCount": 7545,"ihsScore": 3.642,"ihsPercentage": 72.84,"categoryScores": {"womenInLeadership": 3.6,"managementOpportunities": 3.58,"equalOpportunities": 3.79,"salarySatisfaction": 3.79,"mentorshipProgram": 3.3,"learningOpportunities": 3.45,"abilityToTelecommute": 3.7,"peopleYouWorkWith": 3.89,"familyGrowthSupport": 3.92,"maternityAdoptiveLeave": 3.99,"flexibleWorkHours": 3.84,"paidTimeOff": 3.68,"supportForDiversity": 3.67,"wellnessInitiatives": 3.56,"socialActivities": 3.55,"senseOfBelonging": 3.39,"employerResponsiveness": 3.21},"categoryGroupScores": {"personalDevelopment": 3.5529,"careerOpportunities": 3.6946,"familySupport": 3.8296},"briefOverview": "Google is an internet company headquartered in Mountain View, CA.","companyUrl": "https://www.inhersight.com/company/google/ratings","awardsUrl": "https://www.inhersight.com/company/google/awards","jobsUrl": "https://www.inhersight.com/company/google/jobs","recordType": "company","scrapedAt": "2026-06-30T18:00:00Z"}
categoryGroupScores rolls the 17 individual categoryScores up into InHerSight's 3 higher-level groupings (Personal Development, Career Opportunities, Family Support) — present whenever the company has scored reviews. jobsUrl links to the company's open positions on InHerSight, present whenever InHerSight has a jobs page for that company. logoUrl is the company's square InHerSight-hosted logo image (e.g. https://ucare.inhersight.com/<uuid>/), present for most companies — a few (Google among them) currently have none on file, in which case the field is omitted (as in the sample above).
Field availability by mode. search and bySlug fetch each company's full detail record — the complete field set shown in the sample above. browseCompanies paginates InHerSight's company directory, which serves a lighter listing record: core fields only (companyId, name, slug, industry, size, employeeCount, headquarterPlace, compositeScore, topCompany, logoUrl, companyUrl). The scored fields (17 categoryScores, categoryGroupScores, reviewCount, scoreCount, ihsScore, ihsPercentage) plus companyType, industryGroup, websiteUrl, ticker, otherLocations, briefOverview, awardsUrl, and jobsUrl come from the per-company detail endpoint. Set a minReviewCount filter in browseCompanies mode to have each candidate's full detail record fetched and merged in too.
Use Cases
- Employer brand research — benchmark your company against competitors on women-in-workplace dimensions
- Job search — identify companies with high scores for flexible work, equal pay, and leadership opportunities
- HR analytics — track industry-level trends in workplace gender equity
- ESG reporting — gather workplace diversity and inclusion scores at scale
- Recruiting tools — filter companies by composite score and specific category ratings
Frequently Asked Questions
Do I need to log in or provide cookies? No. InHerSight's company ratings are publicly accessible without authentication.
How many companies are available?
InHerSight has 77,000+ companies. With browseCompanies mode you can paginate through all of them.
What does the composite score mean? The InHerSight Score (1–5 stars) is a weighted composite of 17 category ratings submitted by women who have worked at the company. Higher scores indicate a better workplace for women.
Can I filter by specific category scores (e.g., salary)?
Use the containsKeyword filter against company names/industries, or browse/search and then filter the dataset on your end by categoryScores.salarySatisfaction.
How often is the data updated? InHerSight updates company scores in real time as reviews are submitted. The scraper fetches current data on each run.
What are the company size categories?
- Small: 2–200 employees
- Medium: 201–5,000 employees
- Large: 5,001+ employees
Data Source
Data is sourced from InHerSight's public REST API (/api/v1/companies). No authentication or proxy is required — the API is freely accessible from all IPs.