Official sources
Records originate from employer career systems and official recruitment notices, with the application destination preserved.
job_id: "699f…_loc0"
India jobs API · online
Build with structured India job data gathered from official employer career sites and checked for freshness. One REST API, maintained SDKs, and an MCP server for agents.
curl --get "https://api.jobvetta.com/v1/jobs" \ --header "Authorization: Bearer $JOBVETTA_API_KEY" \ --data-urlencode "q=data engineer" \ --data-urlencode "location=Bengaluru" \ --data-urlencode "days=7"
{
"total": 128,
"jobs": [{
"job_id": "jv_01J...",
"title": "Data Engineer",
"company": "Example Technologies",
"location": "Bengaluru, Karnataka",
"employment_type": "Full-time"
}]
}
The data layer
Jobvetta turns fragmented employer listings into consistent records your application can query and use immediately.
Records originate from employer career systems and official recruitment notices, with the application destination preserved.
job_id: "699f…_loc0"
Query normalized titles, companies, locations, work models, employment types, dates, salaries when published, and source URLs.
content-type: application/json
Limit searches to recently posted jobs and fetch the full current record by ID when your product needs the details.
?days=7&limit=10
Small surface area
Search for matching jobs, then retrieve a complete record by its stable job ID. Authenticate with a Bearer key and receive JSON.
/v1/jobs
Search jobs
/v1/jobs/{job_id}
Fetch details
Bearer YOUR_API_KEY
One header
50 / day / key
Resets at 00:00 UTC
Use it your way
The same India jobs index is available through a plain REST interface, maintained language packages, and a hosted MCP server.
Use cURL or any HTTP client. Full examples for TypeScript and Python are included.
Packages for JavaScript, Python, Go, Swift, and Java handle auth and typed results.
Give compatible AI tools structured job-search and detail-retrieval capabilities.
Start building
Create a key, make your first request, and put live India job data into your product today.
Free forever · 50 requests per UTC day