Skip to documentation
Browse documentation

Search Instahyre jobs

Search the public Instahyre job feed with location, keyword, skills, companies, taxonomy, job type, company size, experience, and offset filters.

Capability ID instahyre.jobs.search
Cost 1 credit per request
Maximum runtime 60 seconds
View raw

POST /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.

Example [1535]
company_size integer optional

Company size supplied for this request.

Example 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.

Example 1
keyword string optional

Search query.

limit integer optional

Maximum number of results to return.

Example 20
location string optional

Location supplied for this request.

Example Bangalore
max_experience integer optional

Max experience supplied for this request.

Example 8
min_experience integer optional

Min experience supplied for this request.

Example 4
offset integer optional

Zero-based number of results to skip.

Example 0
skills array<string> optional

Skills supplied for this request.

Example ["Python","Django"]
years integer optional

Years supplied for this request.

Example 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.