Discover/indeed.co.in API
live

indeed.co.in APIindeed.co.in

Search Indeed India job listings, get full job details, company profiles, salary guides, and autocomplete suggestions via a single REST API.

Endpoints
6
Updated
10d ago
Try it
Sort order: 'date' for newest first, 'relevance' for most relevant first
Job search keyword or title (e.g. 'python developer', 'data analyst')
Result offset for pagination (0, 10, 20, etc.)
Search radius in km from location
Filter for remote jobs only
Filter jobs posted within N days (e.g. 1, 3, 7, 14)
Job type filter: 'fulltime', 'parttime', 'contract', 'internship', 'temporary'
Location to search in, such as a city or state (e.g. 'Mumbai', 'Bangalore')
Salary range filter code
api.parse.bot/scraper/df8ec4fc-0221-482a-8a6e-1ac3f21c7522/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/df8ec4fc-0221-482a-8a6e-1ac3f21c7522/search_jobs?sort=relevance&query=python+developer&location=Mumbai' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for job listings on Indeed India by keyword and location. Returns a paginated list of jobs with basic details including title, company, location, and salary.

Input
ParamTypeDescription
sortstringSort order: 'date' for newest first, 'relevance' for most relevant first
querystringJob search keyword or title (e.g. 'python developer', 'data analyst')
startintegerResult offset for pagination (0, 10, 20, etc.)
radiusintegerSearch radius in km from location
remotebooleanFilter for remote jobs only
fromageintegerFilter jobs posted within N days (e.g. 1, 3, 7, 14)
job_typestringJob type filter: 'fulltime', 'parttime', 'contract', 'internship', 'temporary'
locationstringLocation to search in, such as a city or state (e.g. 'Mumbai', 'Bangalore')
salary_rangestringSalary range filter code
Response
{
  "type": "object",
  "fields": {
    "jobs": "array of job listing objects with job_key, title, company, location, salary, snippet, link",
    "page": "integer current page number (1-based)",
    "total_count": "integer total number of matching jobs"
  },
  "sample": {
    "data": {
      "jobs": [
        {
          "link": "https://in.indeed.com/viewjob?jk=6422913b03c8acc5",
          "title": "PYTHON DEVELOPER",
          "salary": "₹2,40,000 - ₹5,00,000 a year",
          "company": "Prosares Solutions Pvt. Ltd.",
          "job_key": "6422913b03c8acc5",
          "snippet": "<ul>...</ul>",
          "job_type": [],
          "location": "Malad, Mumbai, Maharashtra",
          "pub_date": 1776142800000,
          "company_rating": 0,
          "company_review_count": 0
        }
      ],
      "page": 1,
      "total_count": 0
    },
    "status": "success"
  }
}

About the indeed.co.in API

This API exposes 6 endpoints covering Indeed India (in.indeed.com), letting you search job listings, retrieve full job descriptions, look up company profiles, and pull salary statistics by role. The search_jobs endpoint returns paginated results with title, company, location, salary, and a direct link for each listing. Companion endpoints handle autocomplete for both job queries and Indian city names, making it straightforward to build location-aware job search experiences.

Job Search and Listing Details

The search_jobs endpoint accepts a query keyword and optional location, then returns an array of job objects — each carrying a job_key, title, company, location, salary, snippet, and link. You can narrow results by job_type (fulltime, parttime, contract, internship, temporary), set a radius in kilometers, filter to remote roles only, and limit recency with fromage (jobs posted within N days). Pagination is handled through the start offset parameter, and the response includes total_count so you can calculate how many pages exist.

The get_job_details endpoint takes a job_key from search results and returns the complete record: description_html, description_text, structured salary_info (min, max, currency, type), a benefits array, an attributes array, location with a formatted address, and hiring_insights covering posting age and candidate count.

Company and Salary Data

get_company_details accepts a company slug (e.g. Infosys, Tcs) and returns aboutCompany — industry, founded year, employee range, revenue, headquarters, and a description — alongside aboutCeo with name and photo URLs, and relatedLinks for related companies. The get_salary_guide endpoint takes a hyphenated job title slug such as software-engineer and returns salary_aggregate broken down by pay period (HOURLY, DAILY, WEEKLY, MONTHLY, YEARLY), each with mean, median, min, and max values, plus top_companies hiring for that role in India.

Autocomplete Endpoints

Two lightweight autocomplete endpoints support search UIs. get_job_search_autocomplete returns up to 10 job title suggestions for a partial query, each with the full suggestion string and a matches array of {start, end} indices so you can highlight the matched characters. get_location_suggestions does the same for Indian cities, districts, and states — useful for validating user-entered locations before passing them to search_jobs.

Common use cases
  • Aggregate Indeed India job postings by city and job type for a regional employment dashboard
  • Display salary ranges for a given role using salary_aggregate MONTHLY and YEARLY figures from get_salary_guide
  • Build a typeahead search bar that pre-validates both job titles and Indian city names before submitting a query
  • Enrich a company directory with industry, headcount range, revenue, and CEO info via get_company_details
  • Track how many candidates have applied to a listing using hiring_insights from get_job_details
  • Filter remote contract roles posted in the last 7 days using the remote, job_type, and fromage parameters together
  • Compile a benefits comparison across multiple job listings using the benefits array returned by get_job_details
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Indeed have an official developer API?+
Indeed previously offered a publisher API (publisher.indeed.com), but it has been deprecated and is no longer accepting new registrations. This Parse API provides structured access to Indeed India job data without requiring publisher credentials.
What does `get_job_details` return beyond a standard search result?+
It returns the full description_html and description_text, a structured salary_info object (min, max, currency, type), a benefits array with labelled benefit keys, an attributes array, a formatted location object, and hiring_insights that includes posting age and the number of candidates who have applied. Search results only carry a brief snippet and basic metadata.
How does pagination work in `search_jobs`?+
Use the start parameter as an offset: 0 for the first page, 10 for the second, 20 for the third, and so on. The response includes total_count (the total number of matching jobs) and page (the current 1-based page number), so you can calculate how many pages are available before fetching them.
Does the API cover Indeed job reviews or interview Q&A?+
Not currently. The API covers job listings, job details, company profiles (description, industry, CEO), and salary guides. User-submitted company reviews and interview questions are not included in any current endpoint. You can fork this API on Parse and revise it to add an endpoint targeting that data.
Can I search jobs outside India using this API?+
The API is scoped to in.indeed.com (Indeed India) and returns results for Indian locations. It does not cover Indeed's other country-specific domains. You can fork the API on Parse and revise the base URL and location parameters to target a different Indeed region.
Page content last updated . Spec covers 6 endpoints from indeed.co.in.
Related APIs in JobsSee all →
ca.indeed.com API
Search for jobs across Canada and access detailed job listings, company profiles, employee reviews, and salary information all in one place. Build recruitment tools, career research applications, or job market analysis platforms with comprehensive employment data from Indeed Canada.
devex.com API
Search and explore global development opportunities including tenders, grants, job postings, news, organizations, and events all in one place. Find funding details, discover career opportunities, and stay updated on international development initiatives through a single integrated platform.
104.com.tw API
Search for jobs across Taiwan's largest job board and retrieve detailed job listings including descriptions, requirements, and company information. Find the right career opportunities by browsing thousands of positions or searching for specific roles that match your skills and interests.
metacareers.com API
Search and browse Meta job openings across all departments and locations. Filter by keyword, experience level, or role category — including University Graduate and AR/VR specializations — and retrieve comprehensive details for each listing, including job description, requirements, salary range, and application link.
naukri.com API
naukri.com API
nvidia.com API
nvidia.com API
airtasker.com API
Search and browse Airtasker tasks by location, category, price, and keywords, then access detailed task information and user profiles. Get location suggestions and category recommendations to discover available work and service opportunities in your area.
amazon.jobs API
Search and browse Amazon job openings by keywords, location, and category, then view detailed information about specific positions. Filter results across multiple job categories and locations with easy pagination.
Indeed India API – Jobs, Salaries & Companies · Parse