Skip to documentation
Browse documentation

List Internshala jobs

List public jobs with keyword, location, category, work-from-home, part-time, salary, and bounded pagination filters.

Capability ID internshala.jobs.list
Cost 1 credit per request
Maximum runtime 60 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

category string optional

Category supplied for this request.

Example software-development
keywords string optional

Keywords supplied for this request.

Example software developer
location string optional

Location supplied for this request.

Example Bangalore
max_pages integer optional

Max pages supplied for this request.

Example 1
max_salary integer optional

Max salary supplied for this request.

Example 1200000
min_salary integer optional

Min salary supplied for this request.

Example 300000
page integer optional

One-based result page to fetch.

part_time boolean optional

Part time supplied for this request.

work_from_home boolean optional

Work from home supplied for this request.

Example true

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.