VOOZH about

URL: https://apify.com/crawlerbros/teamblind-scraper

⇱ TeamBlind Scraper Β· Apify


Pricing

from $3.00 / 1,000 results

Go to Apify Store

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.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a month ago

Last modified

Share

Scrape posts, comments, topic feeds, and company-specific feeds from TeamBlind β€” the anonymous workplace community used by tech employees at Google, Apple, Microsoft, Meta, Amazon, Netflix, and thousands of other companies.

TeamBlind is login-walled. You must paste a logged-in browser cookie. Without it, TeamBlind serves a logged-out shell that contains no post data.

What you can do with it

  • Search posts by keyword β€” track mentions of layoffs, comp negotiations, RSU grants, specific companies, etc.
  • Fetch a single post + comments β€” get full thread content (post body + every comment).
  • Browse topic feeds β€” Career, Compensation, Interview, Tech, Layoffs, Startups, Investing, Real Estate, and more.
  • Per-company feed β€” pull posts from a specific company's channel (Google, Apple, Stripe, Uber, etc.).
  • Paste any teamblind.com URL β€” the scraper auto-detects topic / company / search / post.

Modes

ModeWhat it doesRequired input
searchPostsTeamBlind search by keywordquery
byPostSingle post detail + commentspostUrls[]
byTopicBrowse a topic feed (Career / Compensation / Interview / ...)topic
byCompanyBrowse one or more company feedscompanies[]
byUrlAuto-detect from any teamblind.com URLpostUrls[]

How to extract your TeamBlind cookie

  1. Sign in at https://www.teamblind.com.
  2. Open the browser DevTools (F12 on Chrome / Edge / Firefox).
  3. Go to the Network tab. Reload the page.
  4. Click any request to teamblind.com. In the right pane, look for the Request Headers section.
  5. Find the line starting with Cookie:. Copy the entire value after Cookie: (everything on that line). It will look like: b_session_id=AbcDef...; b_user=...; some_other=...; ...
  6. Paste this entire string into the TeamBlind cookie header input field in this actor. The actor sends it verbatim as the Cookie HTTP header.

The cookie typically stays valid for several weeks. If TeamBlind starts returning a logged-out shell again, re-export.

Output fields

Post record (recordType=post)

FieldNotes
idNumeric post ID
aliasURL-safe alias (used in /post/{alias})
titlePost title
contentPost body text
memberNicknameAuthor's anonymized handle
boardNameBoard / company / region label
boardId, channelIdNumeric IDs for filtering
createdAtRelative time ("4d", "1h")
writedAtISO 8601 absolute timestamp
likeCountLikes
commentCountComment count
viewCountView count
isPoll, isHot, isHighlightBooleans
tags[]Tags (rare)
wasCompanies[]Author's previous companies (when shown)
urlDirect post URL
sourceTypetopic / company / search / post (where it was found)

Comment record (recordType=comment, only when mode=byPost and includeComments=true)

FieldNotes
idNumeric comment ID
parentPostAliasAlias of the parent post
contentComment text
memberNicknameAuthor handle
createdAt / writedAtTimes
likeCount, replyCountCounts
boardNameBoard label
urlParent post URL

Error record (recordType=error)

Emitted when a fetch fails or returns a logged-out shell. Includes url, reason, httpStatus (when known), and the requested context (sourceType, topic, query, etc.).

Defaults (daily-test prefill)

mode=searchPosts, query="layoffs", maxItems=10 β€” but the daily test will fail because no real cookieHeader is provided. This is expected for credential-gated actors per the Apify pattern: the actor emits a clear status message ("TeamBlind requires cookieHeader...") and exits cleanly with 0 records. Provide a real cookie to verify locally before scheduling production runs.

FAQs

Why does the daily test always fail? Because TeamBlind requires a logged-in cookie. The Apify daily test framework cannot supply your personal cookie; once you provide one in your run config, all modes work.

My cookie expired β€” how do I tell? The actor emits a recordType=error record with reason=login_wall and sets the run status message to "TeamBlind returned a logged-out shell β€” cookieHeader is missing or expired".

Are post IDs stable? Yes β€” id and alias are stable post identifiers. Use alias to construct deep links.

What about TeamBlind's Korean variant (kr.teamblind.com)? Set country=kr. The actor swaps the host domain accordingly.

Does it work without a proxy? Yes for most accounts. The actor auto-escalates to Apify residential proxy on 403 / 429 / 5xx blocks if autoEscalateOnBlock=true (default).

Will TeamBlind ban my account? Posts and feeds are read-only HTTP GETs at moderate rate (1 req every ~0.5s). We've seen no bans for read traffic, but use at your own risk β€” TeamBlind ToS prohibits automated scraping.

Limitations

  • Cookie required. No way around it.
  • TeamBlind only embeds ~5–25 posts per topic page in SSR; deeper pagination would require client-side API replays not yet exposed (planned for v2).
  • Comment threads are flat in this version (no parent/child relationships rebuilt).
  • Korean (kr.teamblind.com) feed structure is identical, but topic slugs are different.

Pricing

You are billed per Apify Compute Unit. There is no per-record fee on this actor.

You might also like

Blind Post Scraper - Anonymous Tech Discussions Extractor

trev0n/blind-post-scraper

Extract posts, comments, and discussions from TeamBlind.com - the anonymous professional community for tech workers. Scrape channels, topics, search results, and individual posts.

Blind Post Scraper

hypebridge/blind-post-scraper

Scrape posts, comments and discussions from teamblind.com, the anonymous professional community platform.

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

31

5.0

TeamBlind Reviews Scraper: Tech Employer Ratings

getascraper/teamblind-reviews-scraper

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.

Linkedin Company Employees Scraper (No cookie)

unlimitedleadtestinbox/linkedin-company-employees-scraper-no-cookie

Linkedin Company Employees Scraper (No cookie)

Company Employees Scraper

build_matrix/company-employees-scraper

Fetch all employees from a company.

815

4.3

Bluesky Scraper β€” Search Posts, Profiles & Feeds

adrianreinag/bluesky-scraper

Extract posts, profiles, and feeds from Bluesky social network. Search by keyword, scrape user profiles, and download complete author feeds. Uses the public AT Protocol API β€” no authentication required for public data.

πŸ‘ User avatar

AdriΓ‘n Reina GΓ‘lvez

3

Built In Tech Companies Scraper

automation-lab/builtin-companies-scraper

Scrape tech company profiles from Built In β€” name, location, industries, tech stack, headcount, and more. Filter by city or scrape all.

πŸ‘ User avatar

Stas Persiianenko

4

BuiltIn.com Tech Companies & Tech Stack Scraper

haketa/builtin-tech-companies-scraper

Built In scraper & API: export tech companies and startups by city and industry β€” company name, description, website, industry, size, funding stage, tech stack and open jobs. Tech-company intelligence and B2B lead generation β€” fast, no login.