Country feed
India's tech job market in one high-signal feed. Product companies and well-funded startups posting on Greenhouse, Lever, Ashby, and Workable — pulled directly from their career pages.
India's tech hiring is high-volume and fast-paced, and traditional aggregators can't keep up. The result is stale listings, low-quality data, and feeds dominated by IT services roles that obscure the product company jobs people actually want.
We index directly from employer career sites, focusing on product companies and startups that use structured ATS tooling. The result is a high-signal feed with consistent data quality.
When you are ready for every filter, validation rule, and response field, use the Jobs API reference.
1,079,058
Total Jobs Indexed
+1,089
Added Past 24h
+524,710
Added Past 30 Days
20,108
Employers
Same query as the playground, as cURL. Use your real key on the server only.
curl -X GET "https://api.cleanjobdata.com/jobs?country_id=101" \ -H "Authorization: Bearer YOUR_API_KEY"
Sign up for CleanJobData, open the dashboard, and create or copy your API key. Send it as Authorization: Bearer <token> on every request (server-side only in production—never expose keys in mobile apps or public repos).
Start from country_id 101 (India), then add title, workSetting, experience_level, city_id, or state_id when you need a tighter audience.
Use a modest limit while prototyping, default to sort_by=published for recency, then follow pagination.next_page for large imports. Back off with exponential retry if you hit rate limits.
Choose which fields you render in job cards versus what you index for search. On list endpoints, trim payloads with fields, include_fields, or exclude_fields, and only request description when you truly need full text on list views.