# Careerjet API **Provider:** Careerjet **Category:** search **Base URL:** `https://www.careerjet.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.careerjet.com/partners/api/ ## Description Job search engine | apiKey | No | Unknown | ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.careerjet.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.careerjet.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with Careerjet API key. Job aggregator API for non-commercial use. --- *Source: [API Map](https://apimap.dev/apis/careerjet/) — CC BY 4.0*