Documentation Index
Fetch the complete documentation index at: https://docs.hexjobs.com/llms.txt
Use this file to discover all available pages before exploring further.
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
Recruiter
Developer
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