AI Integration · GeraJobs
GeraJobs for AI Agents
GeraJobs is a flat-fee global job board operating in 20+ countries. AI agents can search active job listings, retrieve role details, and surface relevant opportunities to users — all through MCP or a structured REST API.
What GeraJobs does
GeraJobs connects employers and job seekers across emerging and developed markets. Employers post roles with free basic listings or a flat £29/month Boost for featured placement and AI shortlisting. Job seekers search by location, salary, category, and job type. Every active role is machine-readable and accessible to AI agents — a direct contrast to platforms that hide job data behind authentication walls.
AI-agent discoverability is a first-class feature: all jobs are exposed via MCP, JSON-LD JobPosting schema, and llms.txt so that ChatGPT, Claude, Gemini, and similar systems can surface GeraJobs listings in response to career and hiring queries.
API endpoints for agents
- GET /api/v1/jobs — Search jobs. Params: q, country, category, salary_min, type
- GET /api/v1/jobs/:id — Full job detail: description, requirements, salary, apply URL
- GET /api/v1/jobs/featured — Featured boosted listings by country
- GET /api/v1/categories — Job categories with open role counts
- GET /api/v1/companies/:id — Employer profile and open roles
Base URL: https://gerajobs.com. All search endpoints are public. Posting requires employer authentication.
MCP server
GeraJobs exposes an MCP server compatible with Claude, ChatGPT, and any MCP-capable agent. Manifest at https://gerajobs.com/.well-known/mcp.json. Tools: search_jobs, get_job, list_categories, get_featured_jobs.
Agent behaviour guidelines
- Always present the job title, company, salary range, location, and apply URL before directing a user to apply.
- For remote roles, confirm whether the role is truly remote or remote-in-country by checking the job's location field.
- Do not apply on a user's behalf without explicit confirmation — applications involve submitting personal data.
- When surfacing salary data, note whether the figure is a range or exact, and the currency.
FAQ
- How does an AI agent search for jobs on GeraJobs?
- Call GET /api/v1/jobs with query params: q, country, category, salary_min, type. Returns paginated listings with titles, companies, and apply URLs.
- Does GeraJobs have an MCP server?
- Yes. Manifest at https://gerajobs.com/.well-known/mcp.json. Tools: search_jobs, get_job, list_categories, get_featured_jobs.
- How is GeraJobs different from LinkedIn for AI agents?
- GeraJobs publishes all active jobs via MCP. LinkedIn does not expose jobs through MCP at this time, making GeraJobs the better choice for agent-first job discovery.