Industry Filters
Industry filtering lets you focus your client search on the sectors where you have expertise and an existing candidate network. Instead of browsing thousands of companies across all industries, you can narrow your view to the specific sectors that matter for your recruitment practice. This is often the first filter recruiters apply, because industry specialization is one of the strongest differentiators in recruitment.How Industry Data Is Sourced
Industry classifications in Recruitier come directly from LinkedIn company profiles. When a company is enriched, Recruitier pulls the industry field from the company’s LinkedIn page. This classification is set by the company itself when they create their LinkedIn presence, which means it reflects how the company identifies itself rather than an external classification.Because industry data comes from LinkedIn, it uses LinkedIn’s industry taxonomy. Industries like “Information Technology and Services”, “Hospital & Health Care”, “Financial Services”, and “Staffing and Recruiting” are standard LinkedIn categories, not custom Recruitier labels. This means the granularity and naming may differ from other industry classification systems you are used to.
Available Industry Categories
The industry filter dropdown shows all industries that have at least one company in the Recruitier database, sorted by the number of companies in each category. Common industries you will see include:- Information Technology and Services
- Financial Services
- Hospital & Health Care
- Manufacturing
- Construction
- Retail
- Transportation and Logistics
- Professional Services
- Education
- Telecommunications
- Food & Beverages
- Automotive
- Real Estate
- Energy
- Insurance
- And many more
Selecting and Deselecting Industries
Open the Industry Filter
Click on the industry filter dropdown in the filter panel. This opens a list of all available industries with the number of companies in each category displayed next to each name.
Select One or More Industries
Click on an industry to select it. A checkmark appears next to selected industries. You can select as many industries as you want — there is no limit.
Results Update Automatically
The search results update as you make selections. Only companies matching at least one of your selected industries will appear. The total result count updates immediately to reflect the filter.
Multi-Industry Selection
When you select multiple industries, they work with OR logic — a company needs to match any one of the selected industries to appear in results. This is useful when your expertise spans related sectors:- Select both “Information Technology and Services” and “Computer Software” to capture the full tech sector.
- Select “Hospital & Health Care” and “Pharmaceuticals” to cover the healthcare industry broadly.
- Select “Financial Services”, “Banking”, and “Insurance” for comprehensive financial sector coverage.
- Select “Manufacturing”, “Automotive”, and “Industrial Automation” for the broad manufacturing ecosystem.
Automatic Exclusion of Staffing and Recruiting
Recruitier automatically excludes companies classified under “Staffing and Recruiting” from all client search results. This is a deliberate design decision based on how recruiters use the platform.Why Are Competitors Excluded?
When you search for potential clients, you are looking for companies that need recruitment services. Staffing and recruiting agencies are your competitors, not your clients. Including them in search results would create noise and make it harder to find genuine business opportunities. A staffing agency with 50 open positions is looking for recruiters to hire, not looking to be your client.How the Exclusion Works
- Companies with the industry “Staffing and Recruiting” never appear in client search results, regardless of any other filters or sorting.
- The “Staffing and Recruiting” industry does not appear in the industry filter dropdown, since it is always excluded.
- Companies without any industry data are not excluded — they still appear in results because the absence of industry data does not mean they are a staffing company.
What About Embedded Recruiters?
Some companies have internal recruitment teams but are not staffing agencies. These companies are classified under their actual industry (e.g., “Information Technology and Services”) and will appear in your search results normally. The exclusion only affects companies whose primary business is staffing and recruiting — the ones whose LinkedIn industry classification is “Staffing and Recruiting”.If you come across a company that is misclassified on LinkedIn (for example, a tech company that LinkedIn shows as “Staffing and Recruiting”), the only way to fix this is for the company to update their own LinkedIn profile. Recruitier uses LinkedIn’s data as-is and does not reclassify companies.
Combining Industry with Other Filters
Industry filters become most powerful when combined with other criteria:| Combination | Use Case |
|---|---|
| Industry + Skills | Find tech companies hiring Python developers |
| Industry + Location | Find healthcare companies in the Randstad area |
| Industry + Employee Count | Find mid-size manufacturing companies (100-500 employees) |
| Industry + Hiring Activity | Find financial services companies that started hiring this week |
| Industry + Hotness Sort | Find the most aggressively hiring companies in a specific sector |
Example: Finding IT Companies That Need DevOps Engineers
- Select “Information Technology and Services” and “Computer Software” as industries.
- Add “DevOps”, “Kubernetes”, and “AWS” as technology filters.
- Set skill match mode to “Match Any” to find companies using any of these technologies.
- Sort by Hotness Score to see the most actively hiring companies first.
Example: Finding Healthcare Companies in Your Region
- Select “Hospital & Health Care” and “Pharmaceuticals” as industries.
- Set location to your city with a 50 km radius.
- Set employee count to 50-500 to target mid-size organizations.
- Sort by Job Count to see the companies with the most openings.
Companies Without Industry Data
Not all companies in the database have industry classifications. This can happen when:- The company’s LinkedIn page does not include an industry field.
- The company has not been fully enriched yet (enrichment is an ongoing process).
- The company’s LinkedIn page could not be found during enrichment.
- The company was recently added to the database and enrichment has not completed.
The inclusion of unenriched companies is intentional. A company that recently started posting jobs may not have been enriched with LinkedIn data yet. Excluding it from all searches would mean missing potentially valuable opportunities. When you encounter a company with missing industry data, you can still evaluate it based on its job postings, employee count, and other available data.
Advanced
How Industry Filtering Works Under the Hood
The industry filter operates on theindustry field of the GlobalCompany entity. This field is populated during the enrichment process that pulls data from LinkedIn company profiles. The filter dropdown is generated by a SELECT DISTINCT industry query that also excludes the EXCLUDED_CLIENT_INDUSTRIES list (currently just “Staffing and Recruiting”).
When you select industries, the query adds a WHERE industry IN (...) clause. The exclusion of staffing companies uses a separate filter: WHERE (industry IS NULL OR industry NOT IN (...excluded list...)). These two filters work independently — the staffing exclusion is always applied, while your industry selection is only applied when you make a choice.
The key SQL logic is:
- No industry filter selected:
WHERE (industry IS NULL OR industry NOT IN ('Staffing and Recruiting')) - Industry filter selected:
WHERE industry IN ('IT and Services', 'Computer Software') AND (industry IS NULL OR industry NOT IN ('Staffing and Recruiting'))
How Industry Connects to Other Features
- Hiring Trends: When viewing a company’s hiring trend chart, the industry context helps you interpret seasonal patterns. Healthcare companies may have different hiring cycles than IT companies.
- Decision Makers: The relevance ranking of decision makers considers the company context. At a healthcare company, a Chief Medical Officer might be more relevant for specialized recruitment than at a tech company.
- Hotness Score: Industry does not directly affect the hotness score calculation, but it contextualizes the score. A hotness score of 0.05 at a tech startup has different implications than the same score at a manufacturing firm.
- Saved Searches: Your selected industries are preserved in saved searches and included when notifications check for new companies.
Power User Tips
- Use industry as your first filter: Starting with industry narrows the result set dramatically and makes subsequent filters (skills, location) more meaningful.
- Watch for LinkedIn miscategorization: Some companies classify themselves under unexpected industries. A SaaS company might be under “Computer Software” instead of “Information Technology and Services”. If your results seem incomplete, try adding related industry categories.
- Industry + Skills is the power combination: Industry tells you the sector; skills tell you what technologies they use. Together, they identify companies that are both in your sector and need your specific type of candidates.
- Companies change industries: If a company pivots or updates their LinkedIn profile, their industry may change. This means the same company could appear or disappear from industry-filtered results over time.
Business Logic Rules
- The
EXCLUDED_CLIENT_INDUSTRIESlist is maintained in the codebase and currently contains only “Staffing and Recruiting”. If additional industries need to be excluded in the future, they would be added to this list. - The industry dropdown is dynamically generated from the data — it shows only industries that currently exist among companies with at least one active job posting.
- NULL industry values are handled with explicit
IS NULLallowances in the WHERE clause, ensuring unenriched companies are not accidentally excluded. - Industry matching is exact string comparison — “Financial Services” and “financial services” would not match (though LinkedIn standardizes capitalization).
Related
- Searching for Clients — Complete search guide
- Skills & Technology Filters — Filter by technology stack
- Employee Count — Filter by company size
- Client Discovery Overview — How Client Discovery works

