List Internshala jobs
List public jobs with keyword, location, category, work-from-home, part-time, salary, and bounded pagination filters.
internshala.jobs.list
/execute
Shared execution endpoint
Input parameters
category
string
optional
Category supplied for this request.
software-development
keywords
string
optional
Keywords supplied for this request.
software developer
location
string
optional
Location supplied for this request.
Bangalore
max_pages
integer
optional
Max pages supplied for this request.
1
max_salary
integer
optional
Max salary supplied for this request.
1200000
min_salary
integer
optional
Min salary supplied for this request.
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.
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.