VOOZH about

URL: https://apify.com/getascraper/teamblind-reviews-scraper

⇱ TeamBlind Reviews: Tech Employer Ratings Β· Apify


πŸ‘ TeamBlind Reviews Scraper: Tech Employer Ratings avatar

TeamBlind Reviews Scraper: Tech Employer Ratings

Pricing

from $2.49 / 1,000 reviews

Go to Apify Store

TeamBlind Reviews Scraper: Tech Employer Ratings

Scrape TeamBlind employer reviews with 24 fields per row: 6-axis ratings, full pros/cons, tenure, location, country, company aggregates. Always returns the full review text. No missing data. Drop-in for n8n, Make, Zapier. $2.49 per 1,000 results.

Pricing

from $2.49 / 1,000 reviews

Rating

0.0

(0)

Developer

πŸ‘ GetAScraper

GetAScraper

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Pull clean employer reviews from TeamBlind for any tech company, with 24 fields per row including 6 ratings, full pros and cons, tenure, and location. Built for HR teams, recruiters, and competitive intelligence analysts who need real employee feedback without manual copy-paste. Drop the data straight into n8n, Make, Zapier, Airtable, or Google Sheets. $2.49 per 1,000 reviews.

What does TeamBlind Reviews Scraper do?

TeamBlind is the anonymous workplace review platform tech employees actually use. Google, Meta, Amazon, Stripe, and thousands of other tech companies have detailed reviews there that you will not find on Glassdoor.

This Actor turns those public review pages into clean, structured data you can analyze. Every run gives you two outputs:

  • A reviews dataset with 24 fields per employee review. Six separate ratings (overall, career growth, work-life balance, compensation, culture, management), full pros and cons text, reviewer job title, city, country, tenure, and helpful vote count.
  • A companies dataset with aggregate data per company. Average rating, total review count, employee size, headquarters, founding year, industry, and reviewer distribution by city and country.

You can export everything as JSON, CSV, Excel, or HTML and load it into any spreadsheet, dashboard, or workflow tool.

Why use TeamBlind Reviews Scraper?

Real employee feedback is one of the most valuable datasets in HR and recruiting. TeamBlind gives you the unfiltered truth because reviewers stay anonymous.

  • Employer brand analysis. See exactly how engineers rate your company on culture, management, and pay compared to your competitors. Spot where you win and where you lose.
  • Recruiting intelligence. Walk into candidate conversations knowing what current employees love and hate at target companies. Real pros and cons beat any Glassdoor score.
  • Compensation benchmarking. Track compensation ratings across thousands of tech companies in one dataset. Identify which employers pay well and which lag behind.
  • Investor due diligence. Watch employee sentiment trends at portfolio companies. Catch management or turnover warning signs before they hit the news.
  • HR analytics at scale. Pipe clean structured data into Airtable, Excel, Looker, or any BI tool. Schedule recurring runs for automated competitor tracking.

How to use TeamBlind Reviews Scraper

  1. Open the Actor in Apify Console and go to the Input tab.
  2. Type company names like Twilio, Stripe, or Meta into the company names field. You can also paste TeamBlind review URLs.
  3. Set your caps: maximum total reviews and maximum reviews per company.
  4. Click Start and wait for the results. Most runs finish in under two minutes.
  5. Download your data as JSON, CSV, Excel, or HTML. Connect your account to n8n, Make, or Zapier for automated workflows.

Input

FieldTypeRequiredDescription
startUrlsarray of URLsNoTeamBlind review listing pages or individual review URLs.
companyNamesarray of stringsNoCompany names like Twilio, Stripe, Meta. At least one of startUrls or companyNames is required.
maxItemsintegerYesMaximum total reviews across the whole run. Default: 1000.
maxReviewsPerCompanyintegerNoMaximum reviews saved per company before moving to the next.
monitoringModebooleanNoSkip reviews you have already saved in earlier runs. Default: false.
fetchReviewDetailsbooleanNoAlways grab the full text of every review. Default: false.
maxConcurrencyintegerNoHow many pages to grab at the same time. Default: 10.
maxRequestRetriesintegerNoHow many times to retry a failed request. Default: 5.
proxyConfigurationobjectNoOptional proxy settings for higher reliability.

Output

You get two datasets per run. Each review row is structured JSON with 24 fields. Each company row is structured JSON with company metadata.

Example review record:

{
"id":436627,
"urlAlias":"z-eM7ygC89",
"sourceUrl":"https://www.teamblind.com/company/Twilio/review/z-eM7ygC89",
"rating":3,
"ratingCareer":3,
"ratingBalance":3,
"ratingCompensation":4,
"ratingCulture":3,
"ratingManagement":3,
"pros":"Used to be decent compensation, but now lagging behind. Good WLB though.",
"cons":"Terrible product management. Constant reorgs and shifting priorities.",
"summary":"Decent pay, mediocre company",
"jobTitle":"Software Engineer",
"memberLocation":"San Francisco, CA",
"memberLocationCountryIsoCode":"US",
"memberStart":2020,
"memberEnd":null,
"isCurrentEmployee":true,
"reviewDate":"2026-04-29T02:32:02.000Z",
"helpfulCnt":0,
"companyResponse":null,
"nickname":"u*****",
"companyName":"Twilio",
"companySlug":"Twilio"
}

Example company record:

{
"companyName":"Twilio",
"companySlug":"Twilio",
"logoUrl":"https://static.teamblind.com/img/channel/logo/us/3ee5273a649429.png",
"webSiteUrl":"www.twilio.com",
"founded":"2008",
"employeeSize":"1,001 to 5,000 employees",
"hqLocation":"San Francisco, CA",
"industryName":"Internet",
"rating":"3.5",
"reviewCount":1249,
"cityDistribution":[
{"name":"San Francisco, CA","count":498}
],
"countryDistribution":[
{"isoCode":"US","name":"United States","count":1004}
]
}

Data table

FieldTypeDescription
idintegerStable TeamBlind review ID.
urlAliasstringReview permalink slug.
sourceUrlstringFull review detail page URL.
ratingintegerOverall rating from 1 to 5.
ratingCareerintegerCareer growth sub-rating from 1 to 5.
ratingBalanceintegerWork-life balance sub-rating from 1 to 5.
ratingCompensationintegerPay and benefits sub-rating from 1 to 5.
ratingCultureintegerCompany culture sub-rating from 1 to 5.
ratingManagementintegerManagement quality sub-rating from 1 to 5.
prosstringFull pros text from the reviewer.
consstringFull cons text from the reviewer.
summarystringReview headline or one-line summary.
jobTitlestringReviewer job title.
memberLocationstringReviewer city, state, or country.
memberLocationCountryIsoCodestringTwo-letter country code (ISO 3166).
memberStartintegerYear the reviewer started at the company.
memberEndintegerYear the reviewer left. Null if still employed.
isCurrentEmployeebooleanTrue if the reviewer is a current employee.
reviewDatestringWhen the review was posted.
helpfulCntintegerNumber of helpful votes on the review.
companyResponsestringOfficial employer reply text when available.
nicknamestringAnonymized reviewer display name.
companyNamestringCompany display name.
companySlugstringTeamBlind company slug.

Pricing

You pay only for reviews successfully saved to your dataset. A typical company run with 1,000 reviews (such as Twilio) costs around $2.49 and finishes in 30 to 90 seconds. Failed or skipped reviews are free.

The first 100 rows of every run are free so you can test the data quality before paying.

Tips

  • Start small. Run a single company with 20 to 50 reviews first to verify the data shape matches your needs.
  • Use monitoring mode for recurring runs. Turn on monitoring mode to only save new reviews since your last run. This cuts cost dramatically for weekly competitor tracking.
  • Schedule weekly runs. Set up a recurring schedule to track sentiment trends at competitor companies over time.
  • Combine with Glassdoor data. Run this Actor alongside a Glassdoor scraper for the broadest possible view of employer reputation.

FAQ, disclaimers, and support

How is this different from Glassdoor? TeamBlind is where tech employees post anonymously without fear of employer retaliation. Glassdoor is broader but TeamBlind has deeper coverage of tech companies, especially large public ones like Google, Meta, Amazon, and Stripe.

Does this scrape posts, feeds, or salaries? No. This Actor focuses on company review pages only. Discussion posts, anonymous feeds, salary data, and login-gated content are out of scope.

Is this compliant with TeamBlind terms? This Actor extracts publicly accessible review pages that anyone can read in a browser. You are responsible for ensuring your use complies with local laws, regulations, and platform terms of service.

Can I get a custom solution? Open an issue in the Actor's Issues tab in Apify Console for feature requests, bug reports, or integration help.

You might also like

TeamBlind Reviews Scraper

maximedupre/teamblind-reviews-scraper

Extract public TeamBlind company reviews. Export ratings, summaries, pros, cons, reviewer context, company details, and source URLs. Use it for employer research, hiring-market analysis, or scheduled review monitoring.

πŸ‘ User avatar

Maxime DuprΓ©

2

TeamBlind Reviews scraper

memo23/teamblind-scraper

Scrape every public review for any company on TeamBlind. Returns rating, full pros & cons, job title, tenure, date, and reviewer location β€” plus a per-company summary with logo, HQ, employee size, average ratings, and reviewer city/country. No login required. Proxies included.

πŸ‘ User avatar

Muhamed Didovic

32

5.0

TeamBlind Scraper

crawlerbros/teamblind-scraper

Scrape posts, comments, topic feeds, and company feeds from TeamBlind, the anonymous workplace community for tech employees. Search by keyword, fetch full threads, browse Career/Compensation/Interview/Tech topics, or filter by company. Cookie required.

Reddit Scraper - Posts, Comments, Search & Subreddits ($2/1k)

harshmaur/reddit-scraper

Scrape Reddit posts, comments, subreddits, user profiles, and keyword search results - no API key, no rate limits, no login. From $2 per 1,000 results, pay only for what you use. Full comment threads, 60+ fields per post, media and galleries. Works with AI Agents, MCP, n8n, Make, Zapier and more.

5.7K

5.0

n8n-mcp

nourishing_courier/web-data-for-ai

n8n-mcp

πŸ‘ User avatar

Ani BjΓΆrkstrΓΆm

4

Trustpilot Reviews

datasaurus/trustpilot-reviews

Scrape reviews from Trustpilot. Works with all of the website's filters and sorting options. Fast and efficient. n8n-nodes-trustpilot-reviews. n8n node: n8n-nodes-trustpilot-reviews

12

5.0

Glassdoor Reviews Scraper

xtracto/glassdoor-reviews

Extract employee reviews from Glassdoor by company. Each review includes the rating, pros, cons, advice, job title, location, employment status, review date, and any employer response. Input company URLs or employer IDs. No login required.

πŸ‘ User avatar

Farhan Febrian Nauval

2

n8n Workflow Automation Templates Scraper

scraped/n8n-workflow-automation-templates-scraper

A tool that automatically scrapes and collects n8n workflow automation templates from the n8n for easy access and use.

Indeed Jobs Scraper - Salary & Company Data ($0.25/1k)

harshmaur/indeed-scraper

Scrape Indeed job listings by keyword, location, or any search URL across 60+ country sites - no API key, no login. Get salary (parsed min/max), company profile, hiring signals, and the full description as text, Markdown & HTML. Pay only per result. Works with AI Agents, MCP, n8n, Make & Zapier.

3

5.0

n8n Community Creators Scraper

lexis-solutions/n8n-community-creators

Scrape top n8n community creators by engagement: capture profiles, reputation metrics, locations, bios, plus linked n8n creator pages with workflow counts and verification for expert discovery and lead generation.

πŸ‘ User avatar

Lexis Solutions

2

Related articles

How to publish your Apify Actor as an n8n node
Read more