Ir al contenido
GET /v1/jobs

Latest job postings (paginated)

Pruébalo en vivo

10 llamadas gratis al día — sin registro, sin clave API. Pasa por el gateway de oanor.

Encabezados personalizados (opcional)
api.oanor.com/jobs-api

Funciona. Consigue una clave API y úsala en tu proyecto.

Obtener una clave API

Fragmentos de código

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

Respuesta de ejemplo

Una respuesta real de este endpoint, capturada en la última comprobación de estado.

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