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

Garudafood Career

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

Endpoints
3
Requests
42
Updated
3 hours ago
For LLMs
llms.txt
Endpoint health2 hours ago
  • searchpassing, 0.5s
  • jobpassing, 0.1s
  • filterspassing, 0.3s
3/3 passingdaily 01:00 WIB

Playground

3 endpoints
GET/v1/jobs:garudafood/search10m cache5 paramschecking key…
Parameters
querystring

Free-text search across job titles.

locationstring

Location name from the filters endpoint. Values are plain names, not ids.

functionstring

Job function from the filters endpoint.

levelenum

Position level.

pagenumber

Page number. Default 1; 12 jobs per page.

·
Response
EXAMPLE
{
  "page": 1,
  "count": 11,
  "items": [
    {
      "url": "https://career.garudafood.co.id/Page/CareerDetail.aspx?JobId=2328",
      "jobId": "2328",
      "major": "Any Dicipline",
      "title": "Sales Representative - Area Indramayu Jawa Barat",
      "company": {
        "name": "Garudafood"
      },
      "jobLevel": "Fresh Graduate",
      "location": {
        "raw": "Indramayu, Jawa Barat",
        "city": "Indramayu",
        "region": "Jawa Barat"
      },
      "activeFrom": "2026-09-01T00:00:00.000Z",
      "activeUntil": "2026-10-31T00:00:00.000Z",
      "employmentType": "Permanent"
    },
    {
      "url": "https://career.garudafood.co.id/Page/CareerDetail.aspx?JobId=3297",
      "jobId": "3297",
      "major": "Any Major",
      "title": "Sales Representative - Area Pringsewu, Lampung",
      "company": {
        "name": "Garudafood"
      },
      "jobLevel": "Fresh Graduate",
      "activeFrom": "2024-10-06T00:00:00.000Z",
      "activeUntil": "2026-09-30T00:00:00.000Z",
      "employmentType": "Permanent"
    },
    {
      "url": "https://career.garudafood.co.id/Page/CareerDetail.aspx?JobId=4433",
      "jobId": "4433",
      "major": "All Major",
      "title": "Sales Representative Retailer Bima - Wilayah Rantau Prapat",
      "company": {
        "name": "Garudafood"
      },
      "jobLevel": "Fresh Graduate",
      "location": {
        "raw": "Labuhan Batu - Rantau Prapat",
        "city": "Labuhan Batu - Rantau Prapat"
      },
      "activeFrom": "2025-09-24T00:00:00.000Z",
      "activeUntil": "2026-09-30T00:00:00.000Z",
      "employmentType": "Permanen (PKWTT)"
    },
    {
      "url": "https://career.garudafood.co.id/Page/CareerDetail.aspx?JobId=4522",
      "jobId": "4522",
      "title": "Distrubution Administration - Wilayah Tanjung Pura",
      "company": {
        "name": "Garudafood"
      },
      "jobLevel": "Fresh Graduate",
      "activeFrom": "2025-11-01T00:00:00.000Z",
      "activeUntil": "2026-09-30T00:00:00.000Z",
      "employmentType": "PKWT (Kontrak)"
    },
    {
      "url": "https://career.garudafood.co.id/Page/CareerDetail.aspx?JobId=4960",
      "jobId": "4960",
      "major": "Any Major",
      "title": "Sales Representative - Area Lahat",
      "company": {
        "name": "Garudafood"
      },
      "jobLevel": "Fresh Graduate",
      "location": {
        "raw": "Lahat, Sumatera Selatan",
        "city": "Lahat",
        "region": "Sumatera Selatan"
      },
      "activeFrom": "2026-04-07T00:00:00.000Z",
      "activeUntil": "2026-09-30T00:00:00.000Z",
      "employmentType": "Permanent"
    },
    {
      "url": "https://career.garudafood.co.id/Page/CareerDetail.aspx?JobId=4961",
      "jobId": "4961",
      "major": "Any Major",
      "title": "Sales Representative - Area Kotabumi, Lampung Utara",
      "company": {
        "name": "Garudafood"
      },
      "jobLevel": "Fresh Graduate",
      "location": {
        "raw": "Kotabumi, Lampung Utara",
        "city": "Kotabumi",
        "region": "Lampung Utara"
      },
      "activeFrom": "2026-04-07T00:00:00.000Z",
      "activeUntil": "2026-09-30T00:00:00.000Z",
      "employmentType": "Permanent"
    },
    {
      "url": "https://career.garudafood.co.id/Page/CareerDetail.aspx?JobId=5317",
      "jobId": "5317",
      "major": "Any Major",
      "title": "Sales Representative Food Service - Area Bengkulu",
      "company": {
        "name": "Garudafood"
      },
      "jobLevel": "Fresh Graduate",
      "location": {
        "raw": "Bengkulu",
        "city": "Bengkulu"
      },
      "activeFrom": "2026-08-11T00:00:00.000Z",
      "activeUntil": "2026-09-30T00:00:00.000Z",
      "employmentType": "Permanent"
    },
    {
      "url": "https://career.garudafood.co.id/Page/CareerDetail.aspx?JobId=5372",
      "jobId": "5372",
      "major": "Any Major",
      "title": "Sales Representative - Area Ogan Komering Ulu",
      "company": {
        "name": "Garudafood"
      },
      "jobLevel": "Fresh Graduate",
      "activeFrom": "2026-09-03T00:00:00.000Z",
      "activeUntil": "2026-10-04T00:00:00.000Z",
      "employmentType": "Permanent"
    }
  ],
  "limit": 12,
  "total": null,
  "hasMore": false,
  "nextPage": null,
  "provider": "garudafood"
}

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:garudafood", "search", {
  "query": "sales",
  "location": "Balikpapan",
  "function": "Administration",
  "level": "Fresh Graduate",
  "page": 1
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/jobs:garudafood/search?query=sales&location=Balikpapan&function=Administration&level=Fresh+Graduate&page=1" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

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

Parameters

querystringoptional
Free-text search across job titles.
locationstringoptional
Location name from the filters endpoint. Values are plain names, not ids.
functionstringoptional
Job function from the filters endpoint.
levelenumoptional
Position level. Values: Fresh Graduate, Professional.
pagenumberoptional
Page number. Default 1; 12 jobs per page.

Request

curl -X GET "https://api.zpi.web.id/v1/jobs:garudafood/search?query=sales&location=Balikpapan&function=Administration&level=Fresh+Graduate&page=1" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "count": 11,
  "items": [
    {
      "url": "https://career.garudafood.co.id/Page/CareerDetail.aspx?JobId=2328",
      "jobId": "2328",
      "major": "Any Dicipline",
      "title": "Sales Representative - Area Indramayu Jawa Barat",
      "company": {
        "name": "Garudafood"
      },
      "jobLevel": "Fresh Graduate",
      "location": {
        "raw": "Indramayu, Jawa Barat",
        "city": "Indramayu",
        "region": "Jawa Barat"
      },
      "activeFrom": "2026-09-01T00:00:00.000Z",
      "activeUntil": "2026-10-31T00:00:00.000Z",
      "employmentType": "Permanent"
    },
    {
      "url": "https://career.garudafood.co.id/Page/CareerDetail.aspx?JobId=3297",
      "jobId": "3297",
      "major": "Any Major",
      "title": "Sales Representative - Area Pringsewu, Lampung",
      "company": {
        "name": "Garudafood"
      },
      "jobLevel": "Fresh Graduate",
      "activeFrom": "2024-10-06T00:00:00.000Z",
      "activeUntil": "2026-09-30T00:00:00.000Z",
      "employmentType": "Permanent"
    },
    {
      "url": "https://career.garudafood.co.id/Page/CareerDetail.aspx?JobId=4433",
      "jobId": "4433",
      "major": "All Major",
      "title": "Sales Representative Retailer Bima - Wilayah Rantau Prapat",
      "company": {
        "name": "Garudafood"
      },
      "jobLevel": "Fresh Graduate",
      "location": {
        "raw": "Labuhan Batu - Rantau Prapat",
        "city": "Labuhan Batu - Rantau Prapat"
      },
      "activeFrom": "2025-09-24T00:00:00.000Z",
      "activeUntil": "2026-09-30T00:00:00.000Z",
      "employmentType": "Permanen (PKWTT)"
    },
    {
      "url": "https://career.garudafood.co.id/Page/CareerDetail.aspx?JobId=4522",
      "jobId": "4522",
      "title": "Distrubution Administration - Wilayah Tanjung Pura",
      "company": {
        "name": "Garudafood"
      },
      "jobLevel": "Fresh Graduate",
      "activeFrom": "2025-11-01T00:00:00.000Z",
      "activeUntil": "2026-09-30T00:00:00.000Z",
      "employmentType": "PKWT (Kontrak)"
    },
    {
      "url": "https://career.garudafood.co.id/Page/CareerDetail.aspx?JobId=4960",
      "jobId": "4960",
      "major": "Any Major",
      "title": "Sales Representative - Area Lahat",
      "company": {
        "name": "Garudafood"
      },
      "jobLevel": "Fresh Graduate",
      "location": {
        "raw": "Lahat, Sumatera Selatan",
        "city": "Lahat",
        "region": "Sumatera Selatan"
      },
      "activeFrom": "2026-04-07T00:00:00.000Z",
      "activeUntil": "2026-09-30T00:00:00.000Z",
      "employmentType": "Permanent"
    },
    {
      "url": "https://career.garudafood.co.id/Page/CareerDetail.aspx?JobId=4961",
      "jobId": "4961",
      "major": "Any Major",
      "title": "Sales Representative - Area Kotabumi, Lampung Utara",
      "company": {
        "name": "Garudafood"
      },
      "jobLevel": "Fresh Graduate",
      "location": {
        "raw": "Kotabumi, Lampung Utara",
        "city": "Kotabumi",
        "region": "Lampung Utara"
      },
      "activeFrom": "2026-04-07T00:00:00.000Z",
      "activeUntil": "2026-09-30T00:00:00.000Z",
      "employmentType": "Permanent"
    },
    {
      "url": "https://career.garudafood.co.id/Page/CareerDetail.aspx?JobId=5317",
      "jobId": "5317",
      "major": "Any Major",
      "title": "Sales Representative Food Service - Area Bengkulu",
      "company": {
        "name": "Garudafood"
      },
      "jobLevel": "Fresh Graduate",
      "location": {
        "raw": "Bengkulu",
        "city": "Bengkulu"
      },
      "activeFrom": "2026-08-11T00:00:00.000Z",
      "activeUntil": "2026-09-30T00:00:00.000Z",
      "employmentType": "Permanent"
    },
    {
      "url": "https://career.garudafood.co.id/Page/CareerDetail.aspx?JobId=5372",
      "jobId": "5372",
      "major": "Any Major",
      "title": "Sales Representative - Area Ogan Komering Ulu",
      "company": {
        "name": "Garudafood"
      },
      "jobLevel": "Fresh Graduate",
      "activeFrom": "2026-09-03T00:00:00.000Z",
      "activeUntil": "2026-10-04T00:00:00.000Z",
      "employmentType": "Permanent"
    }
  ],
  "limit": 12,
  "total": null,
  "hasMore": false,
  "nextPage": null,
  "provider": "garudafood"
}
GETJob detail/v1/jobs:garudafood/job/:jobIdFull detail for one vacancy.

Parameters

jobIdnumberrequiredin path
Vacancy id, as jobId from the search endpoint.

Request

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

Example response

{
  "url": "https://career.garudafood.co.id/Page/CareerDetail.aspx?JobId=2328",
  "jobId": "2328",
  "major": "Any Dicipline",
  "title": "Sales Representative - Area Indramayu Jawa Barat",
  "company": {
    "name": "Garudafood"
  },
  "function": "Sales",
  "jobLevel": "Sales",
  "location": {
    "raw": "Indramayu, Jawa Barat",
    "city": "Indramayu",
    "region": "Jawa Barat"
  },
  "provider": "garudafood",
  "activeFrom": "2026-09-01T00:00:00.000Z",
  "attributes": [
    {
      "label": "Major",
      "value": "Any Dicipline"
    },
    {
      "label": "City",
      "value": "Indramayu, Jawa Barat"
    },
    {
      "label": "Employment Type",
      "value": "Permanent"
    },
    {
      "label": "Position Level",
      "value": "Sales"
    },
    {
      "label": "Year of Experience",
      "value": "0-1 Years"
    },
    {
      "label": "Education Level",
      "value": "Diploma"
    },
    {
      "label": "Job Function",
      "value": "Sales"
    }
  ],
  "experience": "0-1 Years",
  "activeUntil": "2026-10-31T00:00:00.000Z",
  "requirements": [
    "Jujur & Bertanggung jawab",
    "Memliki kendaraan Motor & SIM C",
    "Memiliki kemampuan komunikasi yang baik",
    "Bisa bekerja secara tim & Individu"
  ],
  "educationLevel": "Diploma",
  "employmentType": "Permanent",
  "responsibilities": [
    "Mencapai target sales",
    "Selling Product",
    "Availability & Visibility"
  ]
}
GETFilter vocabulary/v1/jobs:garudafood/filtersThe filter values the search endpoint accepts, straight from the provider.

Parameters

groupenumoptional
Return only one vocabulary. Default: all three. Values: location, function, level.

Request

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

Example response

{
  "count": 82,
  "items": [
    {
      "group": "location",
      "label": "Balikpapan",
      "param": "location",
      "value": "Balikpapan",
      "groupLabel": "Location"
    },
    {
      "group": "location",
      "label": "Bandar Lampung",
      "param": "location",
      "value": "Bandar Lampung",
      "groupLabel": "Location"
    },
    {
      "group": "location",
      "label": "Bandung ( Kota Bandung )",
      "param": "location",
      "value": "Bandung ( Kota Bandung )",
      "groupLabel": "Location"
    },
    {
      "group": "location",
      "label": "Banjaran",
      "param": "location",
      "value": "Banjaran",
      "groupLabel": "Location"
    },
    {
      "group": "location",
      "label": "Banjarmasin",
      "param": "location",
      "value": "Banjarmasin",
      "groupLabel": "Location"
    },
    {
      "group": "location",
      "label": "Banjarnegara",
      "param": "location",
      "value": "Banjarnegara",
      "groupLabel": "Location"
    },
    {
      "group": "location",
      "label": "Banyumas",
      "param": "location",
      "value": "Banyumas",
      "groupLabel": "Location"
    },
    {
      "group": "location",
      "label": "Banyuwangi, Blitar, Jember, Kepanjen, Malang, Pasuruan, Probolinggo",
      "param": "location",
      "value": "Banyuwangi, Blitar, Jember, Kepanjen, Malang, Pasuruan, Probolinggo",
      "groupLabel": "Location"
    }
  ],
  "provider": "garudafood"
}

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

Grab Careers

jobs/grab

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

63 calls·1h 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

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