Indeed: Search Jobs
Indeed via Parse · jobs
Search for job listings on Indeed India by keyword and location. Returns a paginated list of jobs with basic details including title, company, location, salary, and snippet. Pagination via start offset (0, 10, 20, ...). Each result includes a job_key usable with get_job_details for full information. Search jobs, get job details, company information, salary guides, and autocomplete suggestions from Indeed India (in.indeed.com) Fulfilled by Parse from indeed.co.in.
- b2b-directory
- finance
- indeed
- indeed-co-in
- jobs
- parse
- platform-key
Price and execution
- Price
- $0.06 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- jobs
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/df8ec4fc-0221-482a-8a6e-1ac3f21c7522/search_jobs
- Interface artifact
- sha256:490b0c72b309a8941905782cd1ae14589bed5a1c536822396bdf264c5e80ac91
- Manifest digest
- sha256:ff472594bc0bcc728fd3f6b53873231fc9a59a9918c66fccd93a822657565cb3
Request fields
- sort (string): Sort order for results: Allowed values: relevance, date
- query (string): Job search keyword or title (e.g. 'python developer', 'data analyst')
- start (integer): Result offset for pagination (0, 10, 20, etc.): Allowed values: 0, 10, 20
- radius (integer): Search radius in km from location
- remote (boolean): Filter for remote jobs only: Allowed values: true, false
- fromage (integer): Filter jobs posted within N days (e.g. 1, 3, 7, 14): Allowed values: 1, 3, 7, 14
- job_type (string): Job type filter: Allowed values: fulltime, parttime, contract, internship, temporary
- location (string): Location to search in, such as a city or state (e.g. 'Mumbai', 'Bangalore')
- salary_range (string): Salary range filter code
Example queries
- {"sort":"relevance","query":"python developer","start":"0","radius":"25","remote":"True","fromage":"1","job_type":"fulltime","location":"Mumbai"}