Overview
The Talexio CareerSites Public Jobs API is a read-only JSON API that allows your web development team to integrate live job vacancies directly into your company’s external website or portal.
Permissions & Access
No API key, token, or header authentication is required. This public API exposes the same open listing data accessible to visitors browsing your public career site, making it safe to invoke directly from server-side applications.
What is Covered in the Documentation
-
Live Vacancy Retrieval: Query parameters and response formats for pulling active jobs (
GET /api/jobs), including pagination, sorting, and free-text search options. -
Single Job Details: Endpoints for retrieving full job specifications (
GET /api/jobs/{id}), such as structured requirements, benefits and screening questions. -
Filter Lookup Data: Master data references (
GET /api/master) to dynamically build website filter dropdowns for job categories, employment types, seniority levels, countries, and locations. -
Media Assets: Direct link structures (
GET /api/download) to render company logos and metadata images.
How to Access the API Documentation
- Identify your organisation's Talexio career site domain (e.g.,
link.talexio.com). - Append
/api-docs.htmlto the domain path in your web browser:https://{your-domain}.talexio.com/api-docs.html. - Share the generated URL directly with your development team to guide their technical implementation.