What is Recruitier?
Recruitier is an AI-powered recruitment platform built specifically for Dutch recruiters. It combines intelligent job search, candidate matching, client discovery, and outreach automation into a single workspace — so you can spend less time on manual research and more time building relationships that lead to placements. Whether you are an independent recruiter or part of an agency team, Recruitier gives you the tools to work faster and smarter across every stage of the recruitment process.Who is Recruitier for?
Recruitier is designed for recruitment professionals operating in the Dutch market:- Independent recruiters (ZZP’ers) who need an all-in-one platform to manage candidates, jobs, and client relationships without juggling multiple tools
- Recruitment agencies looking to give their team shared access to searches, companies, outreach templates, and performance analytics
- Business development specialists focused on finding and winning new clients by leveraging real-time hiring activity data
- Sourcers and researchers who need to identify companies that are actively hiring in specific industries or regions
Core Value Proposition
Traditional recruitment involves hours of manual searching across job boards, copying information into spreadsheets, and guessing which companies might need your help. Recruitier replaces that workflow with AI-driven automation at every step. AI-Powered Job Matching — Upload a candidate’s CV, and Recruitier’s AI extracts their skills, experience level, and preferences. It then continuously scans thousands of job listings across the Dutch market to surface the best matches, ranked by relevance. The matching algorithm weighs title relevance (35%), skills alignment (45%), and experience fit (20%) to produce a score between 0 and 100 for every job. Client Discovery — Instead of cold-calling random companies, Recruitier helps you find businesses that are actively hiring in your niche. Filter by industry, location, company size, technology stack, and hiring activity to build a targeted prospect list. Staffing and recruiting agencies are automatically excluded from results, so you only see real potential clients. Outreach Automation — Once you find the right opportunity or client, compose and send personalized emails or LinkedIn messages directly from the platform. Set up multi-step outreach flows with customizable tone of voice and pitch decks. Messages are sent from your actual email inbox (Gmail or Outlook) so recipients see your real email address. Team Collaboration — If you work as part of an agency, share searches, company records, outreach templates, tones of voice, pitch decks, and internal notes with your colleagues through agency-wide collaboration. Track individual recruiter performance through the agency dashboard.Main Features at a Glance
Candidate Management
Upload CVs or import from LinkedIn. AI extracts skills with confidence scores, identifies
experience level, and builds a structured profile. Set location radius and salary
expectations to power precise job matching.
AI Job Search
Create smart searches that scan LinkedIn, Indeed, and other sources. AI classifies each
result as an excellent, good, or poor match. Link searches to candidates for personalized
scoring, or run standalone searches to explore the market.
Client Discovery
Search a database of thousands of Dutch companies filtered by industry, location,
employee count, technology stack, and real-time hiring activity. Spot companies with
high hiring intensity and reach out before your competitors do.
Outreach Flows
Build multi-step outreach sequences combining email, LinkedIn, and phone calls. AI
generates personalized messages using your tone of voice and pitch deck. Track
responses and follow up systematically.
Contact Intelligence
Recruitier automatically discovers contact details — emails, phone numbers, and decision
makers — for the companies and jobs in your pipeline. Contact data is aggregated from
job descriptions, company websites, LinkedIn pages, and third-party enrichment services.
Agency Collaboration
Invite team members, share resources across your agency, manage seats, and track individual
recruiter performance through analytics. Each team member gets their own workspace with
independent credit allocation.
How Recruitier Fits Into Your Daily Workflow
A typical day using Recruitier might look like this:- Morning check-in — Open your dashboard to see new job matches for your candidates, notifications about saved client searches, and your credit usage for the period.
- Review new matches — For each active candidate, review the AI-generated job matches that arrived overnight. Favorite the best ones, reject irrelevant results, and the AI learns from your feedback to improve future matches.
- Search for new opportunities — Create or refine job searches with specific keywords, locations, experience levels, and job types. Let Recruitier’s AI classify and rank the results for you.
- Discover new clients — Use Client Discovery to find companies in your niche that are actively posting jobs. Filter by hiring intensity to focus on businesses with the most urgent recruitment needs.
- Reach out — Send personalized outreach emails or LinkedIn messages to hiring managers and decision makers. Use your saved tone of voice and pitch decks for consistent, on-brand messaging across your team.
- Track progress — Update your client pipeline (Prospect, Contacted, Meeting, Won, Lost), add internal notes, and log activities to keep your team informed.
Recruitier refreshes its job data continuously. New job listings are scraped, classified,
and matched to your candidates and searches automatically — even when you are not logged in.
You receive real-time notifications via Server-Sent Events (SSE) the moment results are
ready, so you never need to refresh the page to see updates.
Getting Started
Ready to begin? Follow the Quick Start Guide to create your account, upload your first candidate, and run your first search in under five minutes.Quick Start Guide
Get up and running in 5 minutes with a step-by-step walkthrough.
Key Concepts
Understand the terminology and data model before diving in.
Advanced
Real-Time Architecture
Recruitier uses a real-time event system to keep you informed without polling or page refreshes. When you trigger an action (such as a job search or candidate match), the processing happens asynchronously on the server. The flow works like this:- User action — You trigger a search, match, or other AI-powered operation
- Background processing — The task is queued via RabbitMQ and processed by a worker
- Result delivery — When processing completes, the result is published to Redis
- Browser notification — The SSE connection pushes the event to your browser instantly
Platform Data Sources
Recruitier’s intelligence comes from multiple continuously updated data sources:| Data Type | Sources | Update Frequency |
|---|---|---|
| Job listings | LinkedIn, Indeed, company career pages | Multiple times per day |
| Company data | LinkedIn company pages, public registries | Continuously enriched |
| Contact details | Job descriptions, company websites, LinkedIn, third-party services | On-demand and batch |
| Hiring activity | Aggregated from job posting patterns | Real-time as jobs are indexed |
Credit Economy
Every AI-powered action in Recruitier consumes credits. This ensures fair resource allocation across all users. Key credit costs include:| Action | Credit Cost |
|---|---|
| AI message generation | 1 credit |
| Smart search | 10 credits |
| Per page of LinkedIn/Indeed results | 10 credits |
| Lusha email-only lookup | 15 credits |
| LinkedIn contact search | 50 credits |
| Lusha full contact lookup | 60 credits |
| Internal job search | Free |
Security Model
Recruitier implements multiple layers of security:- Authentication: JWT tokens with HS256 signing and approximately 2-day expiry
- Password storage: bcrypt hashing with salting
- Email integration: OAuth2 only — your email credentials are never stored
- Payment processing: Stripe handles all payment data (PCI DSS Level 1 compliant)
- Infrastructure: AWS-hosted with managed databases and automated backups
- Access control: Role-based permissions for agency teams (Admin, Admin Member, Member)

