Jobvetta
Every job in India. Checked at the source.
Search openings from Indian employers, startups, PSUs, and government organisations — gathered from their official career pages and checked while they are still live.
We probe without your API key. A 401/403 auth wall means the server is up — not a full health pass.
curl "https://api.jobvetta.com/v1/jobs?q=software&location=Bengaluru&limit=5"const res = await fetch("https://api.jobvetta.com/v1/jobs?q=software&location=Bengaluru&limit=5");
const data = await res.json();
console.log(data);import requests
res = requests.get("https://api.jobvetta.com/v1/jobs?q=software&location=Bengaluru&limit=5")
print(res.json())/jobs?q=software&location=Bengaluru&limit=5PROBEDEvery job in India. Checked at the source.
We probe without your API key. A 401/403 auth wall means the server is up — not a full health pass. Export includes every documented route below.
Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.
Jobvetta: common questions
Is Jobvetta free to use?
Yes — Jobvetta is a free social & work API. Free tier: . Whether the free tier allows commercial use is unclear — check the provider docs.
Does Jobvetta need an API key?
Yes — Jobvetta needs a free API key, which you pass on each request. Rate limits: .
Can I call Jobvetta from the browser?
Yes — Jobvetta returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.
Is Jobvetta up right now?
As of our last scheduled check, Jobvetta is new. We re-probe it every sweep — the status badge and uptime chart above always show the latest.