Usage Examples
Learn how to effectively use the Hexjobs MCP server with real-world examples.Basic Job Search
Simple Text Search
Search for jobs using natural language:search tool with:
query: “python developer”- Returns top 20 matching offers
Search by Company
Look for positions at specific companies:companies: [“Google”]- Returns all available positions
Location-Based Search
Single City
query: “IT”country: “PL”cities: [“Warszawa”]
Multiple Cities
categories: [“Marketing”]country: “PL”cities: [“Kraków”, “Wrocław”]
Remote Jobs
query: “developer”experience_levels: [“senior”]is_remote: truework_modes: [“remote”]
Advanced Filtering
Salary Filter
categories: [“IT”]country: “DE”min_salary: 5000
Multiple Criteria
query: “python developer”experience_levels: [“senior”]contract_types: [“B2B”]cities: [“Warszawa”]work_modes: [“remote”]min_salary: 20000country: “PL”
Experience Level
query: “frontend developer”experience_levels: [“junior”]
Market Analysis
Category Overview
available_categories tool to show all categories with counts.
Regional Statistics
available_countries- get all countriesoffers_countfor each country withcategories: [“IT”]
Trending Categories
available_categories and sorts by count.
Specific Job Details
Get Full Job Description
offer tool with:
slug: “python-developer-techcorp-123”
- Full description
- Requirements
- Benefits
- Company info
- AI-generated insights
Complex Queries
Cross-Country Search
country: “PL”,query: “CTO”country: “DE”,query: “CTO”
Hybrid Work Analysis
offers_count with:
categories: [“IT”]experience_levels: [“senior”]work_modes: [“hybrid”]cities: [“Warszawa”]country: “PL”
Salary Comparison
search calls:
- Warsaw:
query: “python”,cities: [“Warszawa”] - Kraków:
query: “python”,cities: [“Kraków”]
Workflow Examples
Daily Job Alerts
Set up AI assistant to check daily:searchwith appropriate filters- Assistant can track previously seen offers
- Notify only about new positions
Career Path Exploration
experience_levels: [“junior”]experience_levels: [“mid”]experience_levels: [“senior”]
Company Research
searchwithcompanies: [“TechCorp”]- Group results by category
- Analyze common requirements
Tips for Better Results
Sample Conversations
Job Seeker
1
Initial Search
“I’m looking for Python developer jobs in Warsaw”
2
Refine
“Show me only senior positions with remote work”
3
Details
“Tell me more about the first job in the list”
4
Compare
“What’s the salary range for similar positions in Kraków?”
Recruiter
1
Market Overview
“How many IT jobs are currently available in Poland?”
2
Category Breakdown
“What are the most popular IT subcategories?”
3
Salary Analysis
“What’s the average salary for senior developers in Warsaw?”
4
Competition
“How many companies are hiring for similar positions?”
Developer
1
Skill Check
“Find jobs that require Python and Django”
2
Location
“Which cities have the most of these positions?”
3
Compensation
“Show me only B2B contracts with salary above 20000”
4
Apply
“Give me the application link for the top result”
Integration Patterns
Slack Bot
Create a Slack bot that queries Hexjobs:Email Digest
Weekly email with matching jobs:- Store user preferences (skills, location, salary)
- Weekly cron job queries via MCP
- Format and send email with new matches
Custom Dashboard
Build a dashboard showing:- Job count trends by category
- Salary ranges over time
- Top hiring companies
- Regional distribution