Aller au contenu
GET /v1/jobs

Latest job postings (paginated)

Essayez-le en direct

10 appels gratuits par jour — sans inscription, sans clé API. Passe par la passerelle oanor.

En-têtes personnalisés (facultatif)
api.oanor.com/jobs-api

Ça marche. Récupérez une clé API et utilisez-la dans votre projet.

Obtenez une clé API

Extraits de code

curl "https://api.oanor.com/jobs-api/v1/jobs" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/jobs-api/v1/jobs", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/jobs-api/v1/jobs");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
    "https://api.oanor.com/jobs-api/v1/jobs",
    headers={"x-oanor-key": "oanor_test_..."}
)

Exemple de réponse

Une réponse réelle de ce endpoint, capturée lors du dernier contrôle de santé.

{
    "data": {
        "jobs": [
            {
                "url": "https://www.arbeitnow.com/jobs/companies/apaleo/senior-product-management-lead-munich-58103",
                "slug": "senior-product-management-lead-munich-58103",
                "tags": [],
                "title": "Senior Product Management Lead (f/m/d)",
                "remote": false,
                "company": "Apaleo",
                "location": "Munich, Bavaria, Germany",
                "job_types": [],
                "created_at": "2026-05-29T20:45:23.000Z",
                "description": "Join Apaleo and Shape the Future of Hospitality Tech! Apaleo is the world's most open, API-first property management platform powering the next generation of hospitality operations. Its modular, AI-powered infrastructure enables hoteliers to customise their tech stack, automate routine work, and deliver seamless, personalised guest experiences, powered by best-in-class apps and autonomous AI agents that adapt to every stay. If you're driven by the idea of making hospitality smarter, more human, and powered by cutting-edge technology, we'd love to hear from you. Fiscal and compliance is one of…"
            },
            {
                "url": "https://www.arbeitnow.com/jobs/companies/sumup/senior-analytics-engineer-run-grow-berlin-119045",
                "slug": "senior-analytics-engineer-run-grow-berlin-119045",
                "tags": [],
                "title": "Senior Analytics Engineer - Run & Grow",
                "remote": false,
                "company": "SumUp",
                "location": "Berlin, Berlin, Germany",
                "job_types": [],
                "created_at": "2026-05-29T20:45:22.000Z",
                "description": "The Run Grow Tribe of Tribes powers the systems, insights, and experiences that keep millions of merchants engaged, successful, and growing with SumUp across every market we operate in. We're at a genuine inflection point in how we use data, moving from fragmented pipelines to a world-class data foundation built on stable business domains, trusted metrics, and AI-ready data products. This is a greenfield opportunity to shape how data is owned, defined, and built at scale, and as our Analytics Engineer, you'll be the connective tissue that makes that vision real. What you'll do Partner with squ…"
            },
            {
                "url": "https://www.arbeitnow.com/jobs/companies/kemmler-kemmler/people-culture-manager-berlin-230199",
                "slug": "people-culture-manager-berlin-230199",
                "tags": [
                    "Administration"
                ],
                "title": "People & Culture Manager (m/w/d)",
                "remote": false,
                "company": "KEMMLER KEMMLER",
                "location": "Berlin",
                "job_types": [
                    "berufserfahren"
                ],
                "created_at": "2026-05-29T20:30:33.000Z",
                "descriptio
…