Search Instahyre jobs
Search the public Instahyre job feed with location, keyword, skills, companies, taxonomy, job type, company size, experience, and offset filters.
instahyre.jobs.search
/execute
Shared execution endpoint
Input parameters
companies
array<string>
optional
Companies supplied for this request.
company_ids
array<integer>
optional
Company ids supplied for this request.
[1535]
company_size
integer
optional
Company size supplied for this request.
1
industry_type
integer
optional
Industry type supplied for this request.
job_function
integer
optional
Job function supplied for this request.
job_type
integer
optional
Job type supplied for this request.
1
keyword
string
optional
Search query.
limit
integer
optional
Maximum number of results to return.
20
location
string
optional
Location supplied for this request.
Bangalore
max_experience
integer
optional
Max experience supplied for this request.
8
min_experience
integer
optional
Min experience supplied for this request.
4
offset
integer
optional
Zero-based number of results to skip.
0
skills
array<string>
optional
Skills supplied for this request.
["Python","Django"]
years
integer
optional
Years supplied for this request.
4
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
No committed sample output is available for this capability yet.
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.