Zum Inhalt springen
GET /v1/jobs

Latest job postings (paginated)

Live testen

10 freie Calls pro Tag — keine Anmeldung, kein API-Key. Geht durchs oanor-Gateway.

Eigene Header (optional)
api.oanor.com/jobs-api

Funktioniert. Hol dir einen API-Key und nutze sie in deinem Projekt.

API-Key holen

Code-Snippets

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_..."}
)

Beispiel-Response

Echte Antwort dieses Endpoints, erfasst beim letzten Health-Check.

{
    "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
…