Skip to documentation
Browse documentation

List Internshala internships

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

Capability ID internshala.internships.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 graphic-design
keywords string optional

Keywords supplied for this request.

Example design
location string optional

Location supplied for this request.

Example Mumbai
max_pages integer optional

Max pages supplied for this request.

Example 1
max_stipend integer optional

Max stipend supplied for this request.

min_stipend integer optional

Min stipend supplied for this request.

Example 10000
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 false

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.