India jobs API · online

Jobs data your product can trust.

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.

50 requestsper key, per UTC day
REST + MCPone shared API key
Live indexofficial-source jobs
api.jobvetta.com/v1 live
Request
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"
Response200 OK · 84 ms
{
  "total": 128,
  "jobs": [{
    "job_id": "jv_01J...",
    "title": "Data Engineer",
    "company": "Example Technologies",
    "location": "Bengaluru, Karnataka",
    "employment_type": "Full-time"
  }]
}
Bearer authJSONCORSFreshness checked
A focused API for India job data. Use it in job products, internal tools, research, automations, and AI agents.
1–365 daysfreshness window
Up to 10results per request
Free foreverno card required

The data layer

Clean inputs.
Useful outputs.

Jobvetta turns fragmented employer listings into consistent records your application can query and use immediately.

01 / source

Official sources

Records originate from employer career systems and official recruitment notices, with the application destination preserved.

job_id: "699f…_loc0"
02 / shape

Structured fields

Query normalized titles, companies, locations, work models, employment types, dates, salaries when published, and source URLs.

content-type: application/json
03 / freshness

Current inventory

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

Two endpoints.
No ceremony.

Search for matching jobs, then retrieve a complete record by its stable job ID. Authenticate with a Bearer key and receive JSON.

GET /v1/jobs Search jobs
GET /v1/jobs/{job_id} Fetch details
AUTH Bearer YOUR_API_KEY One header
LIMIT 50 / day / key Resets at 00:00 UTC

Use it your way

HTTP, SDK, or agent.

The same India jobs index is available through a plain REST interface, maintained language packages, and a hosted MCP server.

Start building

Your API key is one
sign-in away.

Create a key, make your first request, and put live India job data into your product today.

Free forever · 50 requests per UTC day