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

Hiring Cafe

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

Endpoints
5
Requests
80
Updated
3 hours ago
For LLMs
llms.txt
Endpoint healthnot yet measured
  • entry-level-jobsnot measured
  • internshipsnot measured
  • jobnot measured
  • remote-jobsnot measured
  • searchnot measured
no measurements yetdaily 01:00 WIB

Playground

5 endpoints
GET/v1/jobs:hiringcafe/entry-level-jobs10m cache8 paramschecking key…
Parameters
querystring

Free-text search across job titles and descriptions.

countrystring

Two-letter country code. Omit to search worldwide.

workplaceTypeenum

Where the work happens.

commitmentTypeenum

Employment type.

technologystring

Keyword matched against the tools and technologies a listing names.

postedWithinDaysnumber

Only listings collected within this many days.

sortenum

Result order. Default relevance.

pagenumber

Page number. Default 1.

·
Response
EXAMPLE
{
  "page": 1,
  "count": 1,
  "items": [
    {
      "url": "https://jobs.lever.co/binance/06124b56-fc53-47b7-85f7-d8d7df00eacb",
      "jobId": "lever___binance___06124b56-fc53-47b7-85f7-d8d7df00eacb",
      "title": "Binance Accelerator Program - Web & Mobile Engineering",
      "salary": {
        "shown": false
      },
      "skills": [
        "JavaScript",
        "TypeScript",
        "React",
        "Tailwind",
        "Rspack",
        "Android"
      ],
      "source": "lever",
      "company": {
        "name": "Binance",
        "size": 7000,
        "website": "binance.com",
        "industry": "Information Technology",
        "hqCountry": "AE",
        "industries": [
          "Cryptocurrency",
          "Financial Services"
        ],
        "description": "A global blockchain ecosystem and cryptocurrency exchange offering trading, finance, and Web3 services.",
        "foundedYear": 2017,
        "organizationType": "Private"
      },
      "applyUrl": "https://jobs.lever.co/binance/06124b56-fc53-47b7-85f7-d8d7df00eacb",
      "function": "Software Development",
      "isHybrid": false,
      "isRemote": true,
      "location": {
        "city": "Bangkok, Thailand, TH",
        "region": "Thailand, TH",
        "country": "TH",
        "latitude": 13.7563,
        "formatted": "Asia or Bangkok or Jakarta or Taipei or Hong Kong or Ho Chi Minh City or Singapore",
        "longitude": 100.5018
      },
      "postedAt": "2025-04-23T09:23:43.152Z",
      "roleType": "Individual Contributor",
      "isExpired": false,
      "languages": [
        "English"
      ],
      "seniority": "Entry Level",
      "requisitionId": "daewcisq4iohrnos",
      "employmentType": "Internship",
      "qualifications": "Early-career candidates (students or recent grads) with foundation in JavaScript/TypeScript and React, exposure to Android (Kotlin/Java), REST API integration, Git/GitHub, and interest/experience with AI-assisted development workflows.",
      "workArrangement": "Remote",
      "securityClearance": "None",
      "educationLevelCode": "Preferred"
    }
  ],
  "limit": 40,
  "query": "software engineer",
  "total": 1,
  "hasMore": false,
  "nextPage": null,
  "provider": "hiringcafe",
  "companyCount": 1
}

Code examples

Entry Level 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:hiringcafe", "entry-level-jobs", {
  "query": "software engineer",
  "country": "SG",
  "workplaceType": "Remote",
  "commitmentType": "Internship",
  "technology": "react",
  "postedWithinDays": 7,
  "sort": "newest",
  "page": 1
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/jobs:hiringcafe/entry-level-jobs?query=software+engineer&country=SG&workplaceType=Remote&commitmentType=Internship&technology=react&postedWithinDays=7&sort=newest&page=1" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

5 endpoints · plain text
GETEntry Level Jobs/v1/jobs:hiringcafe/entry-level-jobshiring.cafe entry-level openings — pre-binds `seniorityLevel:["Entry Level"]` in the searchState. Measured against the 559-result `software engineer` baseline: 48.

Parameters

querystringoptional
Free-text search across job titles and descriptions.
countrystringoptional
Two-letter country code. Omit to search worldwide.
workplaceTypeenumoptional
Where the work happens. Values: Remote, Onsite, Hybrid.
commitmentTypeenumoptional
Employment type. Values: Full Time, Part Time, Contract, Internship.
technologystringoptional
Keyword matched against the tools and technologies a listing names.
postedWithinDaysnumberoptional
Only listings collected within this many days.
sortenumoptional
Result order. Default relevance. Values: relevance, newest, oldest, highestSalary, lowestSalary, leastExperience, mostExperience.
pagenumberoptional
Page number. Default 1.

Request

curl -X GET "https://api.zpi.web.id/v1/jobs:hiringcafe/entry-level-jobs?query=software+engineer&country=SG&workplaceType=Remote&commitmentType=Internship&technology=react&postedWithinDays=7&sort=newest&page=1" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "count": 1,
  "items": [
    {
      "url": "https://jobs.lever.co/binance/06124b56-fc53-47b7-85f7-d8d7df00eacb",
      "jobId": "lever___binance___06124b56-fc53-47b7-85f7-d8d7df00eacb",
      "title": "Binance Accelerator Program - Web & Mobile Engineering",
      "salary": {
        "shown": false
      },
      "skills": [
        "JavaScript",
        "TypeScript",
        "React",
        "Tailwind",
        "Rspack",
        "Android"
      ],
      "source": "lever",
      "company": {
        "name": "Binance",
        "size": 7000,
        "website": "binance.com",
        "industry": "Information Technology",
        "hqCountry": "AE",
        "industries": [
          "Cryptocurrency",
          "Financial Services"
        ],
        "description": "A global blockchain ecosystem and cryptocurrency exchange offering trading, finance, and Web3 services.",
        "foundedYear": 2017,
        "organizationType": "Private"
      },
      "applyUrl": "https://jobs.lever.co/binance/06124b56-fc53-47b7-85f7-d8d7df00eacb",
      "function": "Software Development",
      "isHybrid": false,
      "isRemote": true,
      "location": {
        "city": "Bangkok, Thailand, TH",
        "region": "Thailand, TH",
        "country": "TH",
        "latitude": 13.7563,
        "formatted": "Asia or Bangkok or Jakarta or Taipei or Hong Kong or Ho Chi Minh City or Singapore",
        "longitude": 100.5018
      },
      "postedAt": "2025-04-23T09:23:43.152Z",
      "roleType": "Individual Contributor",
      "isExpired": false,
      "languages": [
        "English"
      ],
      "seniority": "Entry Level",
      "requisitionId": "daewcisq4iohrnos",
      "employmentType": "Internship",
      "qualifications": "Early-career candidates (students or recent grads) with foundation in JavaScript/TypeScript and React, exposure to Android (Kotlin/Java), REST API integration, Git/GitHub, and interest/experience with AI-assisted development workflows.",
      "workArrangement": "Remote",
      "securityClearance": "None",
      "educationLevelCode": "Preferred"
    }
  ],
  "limit": 40,
  "query": "software engineer",
  "total": 1,
  "hasMore": false,
  "nextPage": null,
  "provider": "hiringcafe",
  "companyCount": 1
}
GETInternships/v1/jobs:hiringcafe/internshipshiring.cafe internships — pre-binds `commitmentTypes:["Internship"]` in the searchState. Measured against the 559-result `software engineer` baseline: 51.

Parameters

querystringoptional
Free-text search across job titles and descriptions.
countrystringoptional
Two-letter country code. Omit to search worldwide.
workplaceTypeenumoptional
Where the work happens. Values: Remote, Onsite, Hybrid.
seniorityenumoptional
Seniority bracket. Values: No Prior Experience Required, Entry Level, Mid Level, Senior Level.
technologystringoptional
Keyword matched against the tools and technologies a listing names.
postedWithinDaysnumberoptional
Only listings collected within this many days.
sortenumoptional
Result order. Default relevance. Values: relevance, newest, oldest, highestSalary, lowestSalary, leastExperience, mostExperience.
pagenumberoptional
Page number. Default 1.

Request

curl -X GET "https://api.zpi.web.id/v1/jobs:hiringcafe/internships?query=software+engineer&country=SG&workplaceType=Remote&seniority=Entry+Level&technology=react&postedWithinDays=7&sort=newest&page=1" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "count": 1,
  "items": [
    {
      "url": "https://jobs.lever.co/binance/06124b56-fc53-47b7-85f7-d8d7df00eacb",
      "jobId": "lever___binance___06124b56-fc53-47b7-85f7-d8d7df00eacb",
      "title": "Binance Accelerator Program - Web & Mobile Engineering",
      "salary": {
        "shown": false
      },
      "skills": [
        "JavaScript",
        "TypeScript",
        "React",
        "Tailwind",
        "Rspack",
        "Android"
      ],
      "source": "lever",
      "company": {
        "name": "Binance",
        "size": 7000,
        "website": "binance.com",
        "industry": "Information Technology",
        "hqCountry": "AE",
        "industries": [
          "Cryptocurrency",
          "Financial Services"
        ],
        "description": "A global blockchain ecosystem and cryptocurrency exchange offering trading, finance, and Web3 services.",
        "foundedYear": 2017,
        "organizationType": "Private"
      },
      "applyUrl": "https://jobs.lever.co/binance/06124b56-fc53-47b7-85f7-d8d7df00eacb",
      "function": "Software Development",
      "isHybrid": false,
      "isRemote": true,
      "location": {
        "city": "Bangkok, Thailand, TH",
        "region": "Thailand, TH",
        "country": "TH",
        "latitude": 13.7563,
        "formatted": "Asia or Bangkok or Jakarta or Taipei or Hong Kong or Ho Chi Minh City or Singapore",
        "longitude": 100.5018
      },
      "postedAt": "2025-04-23T09:23:43.152Z",
      "roleType": "Individual Contributor",
      "isExpired": false,
      "languages": [
        "English"
      ],
      "seniority": "Entry Level",
      "requisitionId": "daewcisq4iohrnos",
      "employmentType": "Internship",
      "qualifications": "Early-career candidates (students or recent grads) with foundation in JavaScript/TypeScript and React, exposure to Android (Kotlin/Java), REST API integration, Git/GitHub, and interest/experience with AI-assisted development workflows.",
      "workArrangement": "Remote",
      "securityClearance": "None",
      "educationLevelCode": "Preferred"
    }
  ],
  "limit": 40,
  "query": "software engineer",
  "total": 1,
  "hasMore": false,
  "nextPage": null,
  "provider": "hiringcafe",
  "companyCount": 1
}
GETJob/v1/jobs:hiringcafe/jobhiring.cafe single job description.

Parameters

jobIdstringoptional
Job id as returned by the search endpoints.
requisitionIdstringoptional
Requisition id, accepted by the upstream instead of jobId.

Request

curl -X GET "https://api.zpi.web.id/v1/jobs:hiringcafe/job?jobId=smartrecruiters___cermaticom___adbebd08-66a9-4490-b19c-32a529afe660&requisitionId=lltns70a6xbf1jfa" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "jobId": "smartrecruiters___cermaticom___adbebd08-66a9-4490-b19c-32a529afe660",
  "provider": "hiringcafe",
  "description": "<strong>Job Description:</strong><ul><li>Work side-by-side with a mentor(Lead Software Engineer / Engineering Manager) to help you accomplish team goals and grow together as a person</li><li>Carry the execution of a medium - large size project that is given by PM / Lead Software Engineer according to its product domain</li><li>Work side-by-side in a high performance team by occasionally participate in the requirement / specification phase and help to design solution of a problem or system implementation together</li><li>Contribute in building various API, enhancing functionalities, bug-fixing required to serve Indodana massive user-base</li><li>Working with our in-house cutting-edge &amp; advance DevOps tooling (Kubernetes, Terraform, Grafana, Loki, Prometheus, on top of Google Cloud Platform)</li></ul><strong>Qualifications:</strong><ul><li>A formal degree in Computer Science is preferred, but candidates with demonstrable skills and experience are equally valued</li><li>Strong problem solving &amp; software engineering coding skills preferably, but not limited to, Java/NodeJS.&#xa0;</li><li>Have experience in RDBMS technology like PostgreSQL/MySQL.&#xa0;</li><li>Experience in version control (Git) and familiarity with development collaboration tools (GitHub/Phabricator).&#xa0;</li><li>Passionate in building product, using technology to solve complex &amp; real world problems</li><li>Curiosity to explore creative solutions and try new things to solve challenging problems to pull it all together into a workable solution.</li><li>If you think you're capable, prove to us that you have the ability or portfolio</li></ul><strong>Additional Information:</strong><p>This position is hybrid working in Jakarta head office.</p>",
  "requisitionId": "lltns70a6xbf1jfa"
}
GETRemote Jobs/v1/jobs:hiringcafe/remote-jobshiring.cafe remote openings — pre-binds `workplaceTypes:["Remote"]` in the searchState. Measured against the 559-result `software engineer` baseline: 284.

Parameters

querystringoptional
Free-text search across job titles and descriptions.
countrystringoptional
Two-letter country code. Omit to search worldwide.
commitmentTypeenumoptional
Employment type. Values: Full Time, Part Time, Contract, Internship.
seniorityenumoptional
Seniority bracket. Values: No Prior Experience Required, Entry Level, Mid Level, Senior Level.
technologystringoptional
Keyword matched against the tools and technologies a listing names.
postedWithinDaysnumberoptional
Only listings collected within this many days.
sortenumoptional
Result order. Default relevance. Values: relevance, newest, oldest, highestSalary, lowestSalary, leastExperience, mostExperience.
pagenumberoptional
Page number. Default 1.

Request

curl -X GET "https://api.zpi.web.id/v1/jobs:hiringcafe/remote-jobs?query=software+engineer&country=SG&commitmentType=Internship&seniority=Entry+Level&technology=react&postedWithinDays=7&sort=newest&page=1" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "count": 1,
  "items": [
    {
      "url": "https://jobs.lever.co/binance/06124b56-fc53-47b7-85f7-d8d7df00eacb",
      "jobId": "lever___binance___06124b56-fc53-47b7-85f7-d8d7df00eacb",
      "title": "Binance Accelerator Program - Web & Mobile Engineering",
      "salary": {
        "shown": false
      },
      "skills": [
        "JavaScript",
        "TypeScript",
        "React",
        "Tailwind",
        "Rspack",
        "Android"
      ],
      "source": "lever",
      "company": {
        "name": "Binance",
        "size": 7000,
        "website": "binance.com",
        "industry": "Information Technology",
        "hqCountry": "AE",
        "industries": [
          "Cryptocurrency",
          "Financial Services"
        ],
        "description": "A global blockchain ecosystem and cryptocurrency exchange offering trading, finance, and Web3 services.",
        "foundedYear": 2017,
        "organizationType": "Private"
      },
      "applyUrl": "https://jobs.lever.co/binance/06124b56-fc53-47b7-85f7-d8d7df00eacb",
      "function": "Software Development",
      "isHybrid": false,
      "isRemote": true,
      "location": {
        "city": "Bangkok, Thailand, TH",
        "region": "Thailand, TH",
        "country": "TH",
        "latitude": 13.7563,
        "formatted": "Asia or Bangkok or Jakarta or Taipei or Hong Kong or Ho Chi Minh City or Singapore",
        "longitude": 100.5018
      },
      "postedAt": "2025-04-23T09:23:43.152Z",
      "roleType": "Individual Contributor",
      "isExpired": false,
      "languages": [
        "English"
      ],
      "seniority": "Entry Level",
      "requisitionId": "daewcisq4iohrnos",
      "employmentType": "Internship",
      "qualifications": "Early-career candidates (students or recent grads) with foundation in JavaScript/TypeScript and React, exposure to Android (Kotlin/Java), REST API integration, Git/GitHub, and interest/experience with AI-assisted development workflows.",
      "workArrangement": "Remote",
      "securityClearance": "None",
      "educationLevelCode": "Preferred"
    }
  ],
  "limit": 40,
  "query": "software engineer",
  "total": 1,
  "hasMore": false,
  "nextPage": null,
  "provider": "hiringcafe",
  "companyCount": 1
}
GETSearch/v1/jobs:hiringcafe/searchhiring.cafe job search. Its own `/api/search-jobs` is application-token gated — 401 even with a solved clearance cookie applied, and 405 on POST — so this reads the server-rendered page's

Parameters

querystringoptional
Free-text search across job titles and descriptions.
countrystringoptional
Two-letter country code. Omit to search worldwide.
workplaceTypeenumoptional
Where the work happens. Values: Remote, Onsite, Hybrid.
commitmentTypeenumoptional
Employment type. Values: Full Time, Part Time, Contract, Internship.
seniorityenumoptional
Seniority bracket. Values: No Prior Experience Required, Entry Level, Mid Level, Senior Level.
technologystringoptional
Keyword matched against the tools and technologies a listing names.
postedWithinDaysnumberoptional
Only listings collected within this many days.
sortenumoptional
Result order. Default relevance. Values: relevance, newest, oldest, highestSalary, lowestSalary, leastExperience, mostExperience.
pagenumberoptional
Page number. Default 1.

Request

curl -X GET "https://api.zpi.web.id/v1/jobs:hiringcafe/search?query=software+engineer&country=SG&workplaceType=Remote&commitmentType=Internship&seniority=Entry+Level&technology=react&postedWithinDays=7&sort=newest&page=1" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "count": 1,
  "items": [
    {
      "url": "https://jobs.lever.co/binance/06124b56-fc53-47b7-85f7-d8d7df00eacb",
      "jobId": "lever___binance___06124b56-fc53-47b7-85f7-d8d7df00eacb",
      "title": "Binance Accelerator Program - Web & Mobile Engineering",
      "salary": {
        "shown": false
      },
      "skills": [
        "JavaScript",
        "TypeScript",
        "React",
        "Tailwind",
        "Rspack",
        "Android"
      ],
      "source": "lever",
      "company": {
        "name": "Binance",
        "size": 7000,
        "website": "binance.com",
        "industry": "Information Technology",
        "hqCountry": "AE",
        "industries": [
          "Cryptocurrency",
          "Financial Services"
        ],
        "description": "A global blockchain ecosystem and cryptocurrency exchange offering trading, finance, and Web3 services.",
        "foundedYear": 2017,
        "organizationType": "Private"
      },
      "applyUrl": "https://jobs.lever.co/binance/06124b56-fc53-47b7-85f7-d8d7df00eacb",
      "function": "Software Development",
      "isHybrid": false,
      "isRemote": true,
      "location": {
        "city": "Bangkok, Thailand, TH",
        "region": "Thailand, TH",
        "country": "TH",
        "latitude": 13.7563,
        "formatted": "Asia or Bangkok or Jakarta or Taipei or Hong Kong or Ho Chi Minh City or Singapore",
        "longitude": 100.5018
      },
      "postedAt": "2025-04-23T09:23:43.152Z",
      "roleType": "Individual Contributor",
      "isExpired": false,
      "languages": [
        "English"
      ],
      "seniority": "Entry Level",
      "requisitionId": "daewcisq4iohrnos",
      "employmentType": "Internship",
      "qualifications": "Early-career candidates (students or recent grads) with foundation in JavaScript/TypeScript and React, exposure to Android (Kotlin/Java), REST API integration, Git/GitHub, and interest/experience with AI-assisted development workflows.",
      "workArrangement": "Remote",
      "securityClearance": "None",
      "educationLevelCode": "Preferred"
    }
  ],
  "limit": 40,
  "query": "software engineer",
  "total": 1,
  "hasMore": false,
  "nextPage": null,
  "provider": "hiringcafe",
  "companyCount": 1
}

Related APIs

More in jobs

Jobstreet

jobs/jobstreet

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

81 calls·10m cache

Glassdoor

jobs/glassdoor

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

78 calls·10m cache

KitaLulus

jobs/kitalulus

KitaLulus job board — keyword and location search plus location, specialisation, industry, type and education facet routes.

23 calls·10m cache

Karir.com

jobs/karir

Karir.com job board — search with location, degree, industry, function, company and salary filters, plus its filter and location vocabularies.

22 calls·10m cache

Kalibrr

jobs/kalibrr

Kalibrr job board — search with salary, function, location, remote and fresh-graduate filters, plus full HTML job descriptions.

22 calls·10m cache

Glints

jobs/glints

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

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