zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Jobs/Garudafood Career
Logo Garudafood Career

Garudafood Career

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

3 endpoints3 endpoints on this scraper62 calls62 calls so farupdated 15 days agoLast updated 9/10/2026, 5:29:30 PMBusy: 10+ calls so farllms.txt
Endpoints3

3/3 passing
checked 20 hours ago · daily 01:00 WIB

Search jobs

Search and page through open vacancies with the provider's own filters.

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

Search jobs
index.ts
// 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);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

3 endpoints · plain text
GET
Search jobs/v1/jobs:garudafood/search
5 params

Search 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.zapi.ink/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"
}
GET
Job detail/v1/jobs:garudafood/job/:jobId
1 param

Full detail for one vacancy.

Parameters

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

Request

curl -X GET "https://api.zapi.ink/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"
  ]
}
GET
Filter vocabulary/v1/jobs:garudafood/filters
1 param

The 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.zapi.ink/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

LinkedIn Jobs

jobslinkedin

LinkedIn job search through its public guest API — search, job detail, company and location typeahead, no account required.

785785 calls so far10mResponses cached for 10m
Busy: 10+ calls so far

Jobstreet

jobsjobstreet

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

205205 calls so far10mResponses cached for 10m
Busy: 10+ calls so far

Grab Careers

jobsgrab

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

8383 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Glassdoor

jobsglassdoor

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

170170 calls so far10mResponses cached for 10m
Busy: 10+ calls so far

Glints

jobsglints

Glints job board — keyword search plus a paged browse over its full listing set, with education, work-arrangement and experience filters.

118118 calls so far10mResponses cached for 10m
Busy: 10+ calls so far

Loker.id

jobsloker-id

Loker.id job board — search plus job-type and education path routes, with the filter vocabulary the site itself publishes.

102102 calls so far10mResponses cached for 10m
Busy: 10+ calls so far
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.