Employee Count Filter
The employee count filter lets you target companies of a specific size. Company size has a direct impact on how they hire, what kind of recruitment support they need, and how you should approach them. Filtering by employee count helps you focus on the segment where your recruitment services deliver the most value — whether that is agile startups, growing mid-market companies, or established enterprises.Why Company Size Matters
Different company sizes have fundamentally different recruitment needs and behaviors:Small Companies (1-50)
Small companies and startups often do not have dedicated HR teams. They rely heavily on external recruiters for critical hires. However, they typically have fewer openings and smaller budgets. The relationship is often directly with the founder or a hiring manager, which means faster decisions but also more price sensitivity.
Mid-Size Companies (51-500)
Mid-size companies are the sweet spot for many recruitment agencies. They have regular hiring needs, budgets for external recruitment, but may not have fully built-out internal recruitment teams. They often need help with specialized roles and can become long-term repeat clients as they grow.
Large Companies (501-5,000)
Large companies usually have internal recruitment teams but still use external recruiters for hard-to-fill roles, volume hiring, and specialized positions. Engagements tend to be more structured with preferred supplier lists and formal processes. The contract value is higher but the sales cycle is longer.
Enterprise (5,000+)
Enterprise companies typically work with a small number of preferred recruitment partners through formal vendor programs. Getting in the door requires a strong track record and often a formal RFP process. However, these relationships can be highly valuable long-term with consistent, high-volume placement opportunities.
How Employee Data Is Sourced
Employee count data comes from LinkedIn company profiles. When Recruitier enriches a company, it pulls the employee count from the company’s LinkedIn page. This number represents the count of LinkedIn members who list the company as their employer.LinkedIn employee counts represent the number of people who have listed the company as their employer on LinkedIn. The actual company size may differ — especially for blue-collar industries where LinkedIn adoption is lower. However, LinkedIn counts are a reliable approximation for most white-collar companies and are the best publicly available data source for company sizing.
Limitations to Be Aware Of
- Some companies have no employee count data — If the LinkedIn profile could not be found or does not include this information, the field will be empty. These companies still appear in unfiltered results but cannot be matched against a size filter.
- Counts may be approximate — LinkedIn shows ranges on the public profile (e.g., “51-200 employees”), but the actual number stored is the specific count from the API when available.
- Counts may lag — If a company recently grew or shrank significantly, the LinkedIn count may not reflect the most current situation. Fast-growing startups may have substantially more employees than their LinkedIn count suggests.
- Industry bias — Companies in technology and professional services tend to have accurate LinkedIn counts. Companies in manufacturing, agriculture, or retail may have significantly more employees than their LinkedIn count shows.
Setting Employee Count Ranges
The filter provides minimum and maximum fields that you can set independently:Set Minimum Employee Count
Enter a minimum number to exclude companies smaller than this. For example, set to 50 to exclude very small companies and focus on established organizations.
Set Maximum Employee Count
Enter a maximum number to exclude companies larger than this. For example, set to 500 to focus on mid-size companies and avoid enterprises with complex vendor management processes.
Common Size Ranges
| Segment | Min | Max | Typical Characteristics |
|---|---|---|---|
| Startups | 1 | 20 | Very early stage, founder-led hiring, every hire is critical |
| Small | 1 | 50 | Limited HR, high-impact individual hires, fast decision-making |
| SMB | 50 | 200 | Growing teams, regular hiring needs, beginning to formalize processes |
| Mid-Market | 200 | 1,000 | Established companies with structured hiring, may have internal recruiters |
| Large | 1,000 | 5,000 | Internal TA teams, need specialists and hard-to-fill roles |
| Enterprise | 5,000 | — | Formal vendor programs, RPO potential, high-volume placement |
Combining Employee Count with Other Filters
Employee count is especially useful when combined with other filters to target very specific segments:Size + Industry
Find mid-size IT companies (100-500 employees) that are hiring. These companies are large enough to have regular recruitment needs but small enough that they may not have a full internal TA team — the ideal combination for an external recruiter.Size + Hotness Score
Filter for small companies (under 100 employees) and sort by hotness score. Small companies with high hotness scores are growing rapidly relative to their current size — these are often startups in a growth phase that urgently need help filling multiple roles and may become long-term clients.Size + Skills
Find companies with 200-1,000 employees that are posting DevOps jobs. This targets established companies large enough to have dedicated infrastructure teams but still likely to need external recruitment support for specialized roles that are hard to fill internally.Size + Location
Find small companies (under 50 employees) within 20 km of your office. This targets the local startup ecosystem where your geographic presence and personal relationships matter most. Small companies near you are the easiest first meetings to set up.How Employee Count Relates to Hotness Score
The hotness score is calculated as:- A company with 10 jobs and 50 employees has a hotness score of 0.20 (20%).
- A company with 10 jobs and 500 employees has a hotness score of 0.02 (2%).
Companies without employee data receive a hotness score of zero. This means they sort to the bottom when sorted by hotness score but still appear in the results. If you want to focus only on companies with known sizes, set a minimum employee count of 1 to exclude companies with NULL employee data.
Aggregator Detection
Recruitier automatically detects and filters out companies that appear to be job aggregators rather than real employers. This detection uses employee count as one of its signals:- Pattern 1: Small company, too many jobs — Companies with very few employees but a disproportionately large number of job postings are flagged as potential aggregators. A legitimate 5-person company is unlikely to have 40 open positions.
- Pattern 2: Unknown size, too many jobs — Companies with unknown employee counts but a very high number of job postings are also flagged. Without employee data to normalize, an excessive job count is suspicious.
- Pattern 3: Name-based detection — Company names containing keywords like “vacatures”, “jobs”, or “recruitment” add additional signals. These keywords frequently appear in the names of job aggregator websites.
If you notice a company that seems to be an aggregator appearing in results, or a legitimate company missing because it was incorrectly flagged, please contact support. The detection thresholds are tuned to minimize false positives, but edge cases can occur with unusual business models.
Advanced
How Employee Count Filtering Works Under the Hood
The employee count filter applies a simpleBETWEEN range on the employee_count column of the GlobalCompany entity. When only a minimum is set, it becomes employee_count >= min. When only a maximum is set, it becomes employee_count <= max. When both are set, it becomes employee_count BETWEEN min AND max.
Companies with NULL employee count are excluded when any employee count filter is applied, because a NULL value cannot satisfy a numeric comparison. This is an implicit side effect of the filter — you do not need to explicitly exclude them.
Aggregator Detection in Detail
The aggregator detection operates through three OR-combined conditions applied to every search query:employee_count <= MAX_EMPLOYEES_THRESHOLD AND job_count > SMALL_COMPANY_JOB_THRESHOLDemployee_count IS NULL AND job_count > UNKNOWN_EMPLOYEE_JOB_THRESHOLDLOWER(company_name) LIKE ANY (AGGREGATOR_NAME_KEYWORDS)
How Employee Count Affects the Hotness Score
The hotness score formula divides job count by employee count:- If
employee_countis NULL: hotness score = 0 - If
employee_countis 0: hotness score = 0 - Otherwise: hotness score =
job_count / employee_count
Connection to Other Features
- Hiring Trends: Company size provides context for interpreting hiring trends. A 50-person company posting 10 jobs per month is undergoing massive growth. A 5,000-person company posting the same number is experiencing normal turnover.
- Decision Maker Strategy: Company size determines the decision maker discovery strategy. Small companies (under 10 employees) have all employees fetched and ranked. Larger companies use a targeted search focused on HR and leadership roles.
- Pipeline Strategy: Your outreach approach should differ by company size. The company detail page shows employee count prominently, reminding you to adapt your pitch.
Power User Tips
- Filter to min 1 employee for cleaner hotness scores: This removes companies with NULL employee data that always get a zero hotness score, making the hotness ranking more meaningful.
- Use size as a proxy for decision speed: Smaller companies tend to make faster hiring and vendor decisions. If you need to close deals quickly, filter for smaller companies.
- Watch for the size-hotness interaction: A company with 10 employees and 5 jobs has a 50% hotness score. This is extremely high but may just mean it is a growing startup. A company with 500 employees and the same hotness score (250 jobs) is a massive hiring operation. Employee count helps you interpret what the hotness score means in practice.
- Consider combining with industry: A 200-person IT company has very different recruitment needs than a 200-person manufacturing company. Size alone does not tell you enough — combine it with industry for a complete picture.
Related
- Searching for Clients — Complete search guide
- Hiring Activity — Filter by hiring intensity
- Industry Filters — Filter by industry sector
- Client Discovery Overview — How Client Discovery works

