zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Jobs/Grab Careers
Logo Grab Careers

Grab Careers

Grab career vacancies across Southeast Asia — search, job detail and the live filter vocabulary, sourced from Grab's full job catalogue.

Endpoints
3
Requests
63
Updated
4 hours ago
For LLMs
llms.txt
Endpoint health3 hours ago
  • searchpassing, 2.8s
  • jobpassing, 0.0s
  • filterspassing, 0.0s
3/3 passingdaily 01:00 WIB

Playground

3 endpoints
GET/v1/jobs:grab/search1h cache8 paramschecking key…
Parameters
querystring

Free-text match across job title and description.

countrystring

Country name from the filters endpoint. Matched case-insensitively.

citystring

City name. Matched case-insensitively as a substring.

categorystring

Job category from the filters endpoint. Matched case-insensitively.

jobTypestring

Employment type: Full-time, Intern or Contract.

includeDescriptionenum

Include the full job description html on every row. Default true — the feed already carries it, so it costs no extra request.

pagenumber

Page number. Default 1.

limitnumber

Results per page. Default 10, max 20 — each row can carry a multi-kilobyte description.

·
Response
EXAMPLE
{
  "page": 1,
  "count": 5,
  "items": [
    {
      "url": "https://www.grab.careers/en/jobs/744000147875540/software-engineering-manager-ii/",
      "jobId": "744000147875540",
      "title": "Software Engineering Manager II",
      "company": {
        "name": "Grab"
      },
      "category": "Engineering",
      "location": {
        "city": "Jakarta",
        "country": "Indonesia"
      },
      "postedAt": "2026-09-07T09:15:06.000Z",
      "updatedAt": "2026-09-07T09:21:05.000Z",
      "description": "<p><strong>About Grab and Our Workplace</strong></p><p>Grab is Southeast Asia's leading superapp. From getting your favourite meals delivered to helping you manage your finances an…",
      "requisitionId": "REF5829B",
      "employmentType": "Full-time",
      "referenceNumber": "REF5829B"
    },
    {
      "url": "https://www.grab.careers/en/jobs/744000146294699/senior-techops-release-automation-engineer/",
      "jobId": "744000146294699",
      "title": "Senior TechOps & Release Automation Engineer",
      "company": {
        "name": "Grab"
      },
      "category": "Engineering",
      "location": {
        "city": "Jakarta",
        "country": "Indonesia"
      },
      "postedAt": "2026-08-29T02:21:13.000Z",
      "updatedAt": "2026-09-07T14:21:08.000Z",
      "description": "<p><strong>About Grab and Our Workplace</strong></p><p>Grab is Southeast Asia's leading superapp. From getting your favourite meals delivered to helping you manage your finances an…",
      "requisitionId": "REF5619E",
      "employmentType": "Full-time",
      "referenceNumber": "REF5619E"
    },
    {
      "url": "https://www.grab.careers/en/jobs/744000146154299/lead-software-engineer-backend-build-automation/",
      "jobId": "744000146154299",
      "title": "Lead Software Engineer, Backend (Build Automation)",
      "company": {
        "name": "Grab"
      },
      "category": "Engineering",
      "location": {
        "city": "Jakarta",
        "country": "Indonesia"
      },
      "postedAt": "2026-08-28T10:07:06.000Z",
      "updatedAt": "2026-09-07T13:21:09.000Z",
      "description": "<p><strong>About Grab and Our Workplace</strong></p><p>Grab is Southeast Asia's leading superapp. From getting your favourite meals delivered to helping you manage your finances an…",
      "requisitionId": "REF5945T",
      "employmentType": "Full-time",
      "referenceNumber": "REF5945T"
    }
  ],
  "limit": 5,
  "total": 24,
  "hasMore": true,
  "nextPage": 2,
  "provider": "grab"
}

Code examples

Search jobs
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("jobs:grab", "search", {
  "query": "engineer",
  "country": "Indonesia",
  "city": "Jakarta",
  "category": "Engineering",
  "jobType": "Full-time",
  "includeDescription": "false",
  "page": 1,
  "limit": 20
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/jobs:grab/search?query=engineer&country=Indonesia&city=Jakarta&category=Engineering&jobType=Full-time&includeDescription=false&page=1&limit=20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

3 endpoints · plain text
GETSearch jobs/v1/jobs:grab/searchSearch and page through open vacancies with the provider's own filters.

Parameters

querystringoptional
Free-text match across job title and description.
countrystringoptional
Country name from the filters endpoint. Matched case-insensitively.
citystringoptional
City name. Matched case-insensitively as a substring.
categorystringoptional
Job category from the filters endpoint. Matched case-insensitively.
jobTypestringoptional
Employment type: Full-time, Intern or Contract.
includeDescriptionenumoptional
Include the full job description html on every row. Default true — the feed already carries it, so it costs no extra request. Values: true, false.
pagenumberoptional
Page number. Default 1.
limitnumberoptional
Results per page. Default 10, max 20 — each row can carry a multi-kilobyte description.

Request

curl -X GET "https://api.zpi.web.id/v1/jobs:grab/search?query=engineer&country=Indonesia&city=Jakarta&category=Engineering&jobType=Full-time&includeDescription=false&page=1&limit=20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "count": 5,
  "items": [
    {
      "url": "https://www.grab.careers/en/jobs/744000147875540/software-engineering-manager-ii/",
      "jobId": "744000147875540",
      "title": "Software Engineering Manager II",
      "company": {
        "name": "Grab"
      },
      "category": "Engineering",
      "location": {
        "city": "Jakarta",
        "country": "Indonesia"
      },
      "postedAt": "2026-09-07T09:15:06.000Z",
      "updatedAt": "2026-09-07T09:21:05.000Z",
      "description": "<p><strong>About Grab and Our Workplace</strong></p><p>Grab is Southeast Asia's leading superapp. From getting your favourite meals delivered to helping you manage your finances an…",
      "requisitionId": "REF5829B",
      "employmentType": "Full-time",
      "referenceNumber": "REF5829B"
    },
    {
      "url": "https://www.grab.careers/en/jobs/744000146294699/senior-techops-release-automation-engineer/",
      "jobId": "744000146294699",
      "title": "Senior TechOps & Release Automation Engineer",
      "company": {
        "name": "Grab"
      },
      "category": "Engineering",
      "location": {
        "city": "Jakarta",
        "country": "Indonesia"
      },
      "postedAt": "2026-08-29T02:21:13.000Z",
      "updatedAt": "2026-09-07T14:21:08.000Z",
      "description": "<p><strong>About Grab and Our Workplace</strong></p><p>Grab is Southeast Asia's leading superapp. From getting your favourite meals delivered to helping you manage your finances an…",
      "requisitionId": "REF5619E",
      "employmentType": "Full-time",
      "referenceNumber": "REF5619E"
    },
    {
      "url": "https://www.grab.careers/en/jobs/744000146154299/lead-software-engineer-backend-build-automation/",
      "jobId": "744000146154299",
      "title": "Lead Software Engineer, Backend (Build Automation)",
      "company": {
        "name": "Grab"
      },
      "category": "Engineering",
      "location": {
        "city": "Jakarta",
        "country": "Indonesia"
      },
      "postedAt": "2026-08-28T10:07:06.000Z",
      "updatedAt": "2026-09-07T13:21:09.000Z",
      "description": "<p><strong>About Grab and Our Workplace</strong></p><p>Grab is Southeast Asia's leading superapp. From getting your favourite meals delivered to helping you manage your finances an…",
      "requisitionId": "REF5945T",
      "employmentType": "Full-time",
      "referenceNumber": "REF5945T"
    }
  ],
  "limit": 5,
  "total": 24,
  "hasMore": true,
  "nextPage": 2,
  "provider": "grab"
}
GETJob detail/v1/jobs:grab/job/:jobIdFull detail for one vacancy.

Parameters

jobIdstringrequiredin path
Job id — the numeric id from the job url, the requisition id such as REF6044H, or the full job url.

Request

curl -X GET "https://api.zpi.web.id/v1/jobs:grab/job/744000148741809" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "url": "https://www.grab.careers/en/jobs/744000147875540/software-engineering-manager-ii/",
  "jobId": "744000147875540",
  "title": "Software Engineering Manager II",
  "source": "Grab",
  "company": {
    "name": "Grab"
  },
  "category": "Engineering",
  "location": {
    "city": "Jakarta",
    "country": "Indonesia"
  },
  "postedAt": "2026-09-07T09:15:06.000Z",
  "provider": "grab",
  "updatedAt": "2026-09-07T09:21:05.000Z",
  "description": "<p><strong>About Grab and Our Workplace</strong></p><p>Grab is Southeast Asia's leading superapp. From getting your favourite meals delivered to helping you manage your finances and getting around town hassle-free, we've got your back with everything. In Grab, purpose gives us joy and habits build excellence, while harnessing the power of Technology and AI to deliver the mission of driving Southeast Asia forward by economically empowering everyone, with heart, hunger, honour, and humility.</p><p><strong>Get to Know Our Team</strong></p><p>The Fulfilment Engineering team builds the technology that connects demand with supply across Grab’s services. We solve complex marketplace problems spanning allocation, driver experience, reliability and operational efficiency, supporting millions of transactions across Southeast Asia.</p><p>We work closely with Product, Data Science, Analytics, Operations and other engineering teams to develop scalable systems that improve the experience of our driver-partners and consumers.<br>  </p><p><strong>Get to Know the Role</strong></p><p>You will lead a team of software engineers responsible for building and operating critical fulfilment capabilities. You will create the conditions for the team to deliver reliable outcomes, grow strong technical leaders and translate product and business priorities into an effective engineering roadmap.</p><p>As an engineering manager, you will remain technically fluent while empowering senior individual contributors to lead architecture and detailed technical decisions.</p><p>You will report to the Senior Software Engineering Manager.</p><p>At Grab, we have 5-day in office arrangement.</p><p><strong>The Critical Tasks You Will Perform</strong></p><ul><li>Lead, coach and develop a team of software engineers, setting clear expectations and individual growth plans.</li><li>Partner with Product, Data Science, Analytics and Operations to define priorities, roadmaps and measurable outcomes.</li><li>Own planning and delivery of the team’s engineering roadmap, proactively managing dependencies and risks.</li><li>Work with senior engineers to establish sound technical direction and make appropriate architecture and engineering trade-offs.</li><li>Improve the reliability, scalability, security, observability and cost efficiency of the systems owned by the team.</li><li>Establish effective engineering practices covering design reviews, testing, deployment, incident response and continuous improvement.</li><li>Create an inclusive environment where team members have clarity, psychological safety and meaningful ownership.</li><li>Attract, assess and retain strong engineering talent while contributing to hiring and talent development across Grab.</li><li>Communicate progress, risks and decisions clearly to technical and non-technical stakeholders.</li></ul><p> </p><ul></ul><p><strong>What Essential Skills You Will Need</strong></p><ul><li>At least eight years of software engineering experience, including designing and operating production systems at scale.</li><li>At least two years of experience managing and developing software engineers.</li><li>Hands-on experience building or integrating <strong>LLM and generative AI solutions</strong>, including model evaluation, prompt design, retrieval-augmented generation and production monitoring.</li><li>Understanding of AI system risks, including hallucinations, data privacy, security, reliability, latency and cost.</li><li>Strong foundation in backend engineering, distributed systems, APIs, databases and cloud infrastructure.</li><li>Demonstrated ability to deliver complex initiatives involving multiple teams and stakeholders.</li><li>Experience coaching engineers, managing performance and supporting career development.</li><li>Sound judgement in balancing product delivery, engineering quality, reliability and long-term maintainability.</li><li>Strong written and verbal communication skills, including explaining technical and AI trade-offs clearly.</li></ul><p><strong>Life at Grab</strong></p><p>We care about your well-being at Grab, here are some of the global benefits we offer:</p><ul><li>We have your back with <strong>Term Life Insurance </strong>and comprehensive <strong>Medical Insurance.</strong></li><li>With <strong>GrabFlex, </strong>create a benefits package that suits your needs and aspirations.</li><li>Celebrate moments that matter in life with loved ones through <strong>Parental</strong> and <strong>Birthday leave</strong>, and give back to your communities through <strong>Love-all-Serve-all (LASA)</strong> volunteering leave</li><li>We have a confidential <strong>Grabber Assistance Programme</strong> to guide and uplift you and your loved ones through life's challenges.</li><li>Balancing personal commitments and life's demands are made easier with our FlexWork arrangements such as differentiated hours</li></ul><p><strong>What We Stand For at Grab</strong></p><p>We are committed to building an inclusive and equitable workplace that enables diverse Grabbers to grow and perform at their best. As an equal opportunity employer, we consider all candidates fairly and equally regardless of nationality, ethnicity, religion, age, gender identity, sexual orientation, family commitments, physical and mental impairments or disabilities, and other attributes that make them unique.</p>",
  "requisitionId": "REF5829B",
  "employmentType": "Full-time",
  "referenceNumber": "REF5829B"
}
GETFilter vocabulary/v1/jobs:grab/filtersThe filter values the search endpoint accepts, straight from the provider.

Parameters

groupenumoptional
Return only one vocabulary. Default: all four. Values: country, city, category, jobType.

Request

curl -X GET "https://api.zpi.web.id/v1/jobs:grab/filters?group=country" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 55,
  "items": [
    {
      "count": 114,
      "group": "country",
      "label": "Malaysia",
      "param": "country",
      "value": "Malaysia",
      "groupLabel": "Country"
    },
    {
      "count": 91,
      "group": "country",
      "label": "Singapore",
      "param": "country",
      "value": "Singapore",
      "groupLabel": "Country"
    },
    {
      "count": 89,
      "group": "country",
      "label": "Indonesia",
      "param": "country",
      "value": "Indonesia",
      "groupLabel": "Country"
    },
    {
      "count": 54,
      "group": "country",
      "label": "Vietnam",
      "param": "country",
      "value": "Vietnam",
      "groupLabel": "Country"
    },
    {
      "count": 21,
      "group": "country",
      "label": "Thailand",
      "param": "country",
      "value": "Thailand",
      "groupLabel": "Country"
    },
    {
      "count": 18,
      "group": "country",
      "label": "Philippines",
      "param": "country",
      "value": "Philippines",
      "groupLabel": "Country"
    },
    {
      "count": 13,
      "group": "country",
      "label": "China",
      "param": "country",
      "value": "China",
      "groupLabel": "Country"
    },
    {
      "count": 8,
      "group": "country",
      "label": "India",
      "param": "country",
      "value": "India",
      "groupLabel": "Country"
    }
  ],
  "provider": "grab"
}

Related APIs

More in jobs

Traveloka Careers

jobs/traveloka

Traveloka career vacancies — paged search by country, department and employment type, plus job detail with the full description.

33 calls·6h cache

Alfamart Career

jobs/alfamart

Alfamart (Alfakarir) vacancies — 500+ open roles searchable by division, branch, location and posting age, with full job detail.

32 calls·6h cache

Jobstreet

jobs/jobstreet

Jobstreet Indonesia via its GraphQL API — job search, detail, counts, classifications and location suggestions with the full filter surface.

143 calls·10m cache

Garudafood Career

jobs/garudafood

Garudafood vacancies — search by location, job function and position level, with detail covering requirements and responsibilities.

42 calls·6h cache

Glassdoor

jobs/glassdoor

Glassdoor job search — salary bands, seniority, company rating and job-type filters, read from its structured page data.

153 calls·10m cache

Hiring Cafe

jobs/hiringcafe

Hiring Cafe — worldwide job search with workplace type, commitment, seniority and technology-keyword filters.

84 calls·10m cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026