{
  "openapi": "3.0.1",
  "info": {
    "title": "Internshala Scraper - India Jobs & Internships, Salary",
    "description": "Every job and internship on Internshala with the fields the listing hides: pay as numbers with currency and period (annual CTC for jobs, monthly stipend for internships), experience, the deadline as a real date, skills, duration and the full description. A posting delisted mid-run is never charged.",
    "version": "0.1",
    "x-build-id": "IkphKvjJpXCdOtb8Q"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/neverempty~internshala-jobs/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-neverempty-internshala-jobs",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/neverempty~internshala-jobs/runs": {
      "post": {
        "operationId": "runs-sync-neverempty-internshala-jobs",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/neverempty~internshala-jobs/run-sync": {
      "post": {
        "operationId": "run-sync-neverempty-internshala-jobs",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "listing": {
            "title": "Listing",
            "enum": [
              "jobs",
              "internships",
              "work-from-home-jobs",
              "remote-jobs",
              "fresher-jobs",
              "part-time-jobs",
              "internships/work-from-home-internships",
              "internships/remote-internships",
              "internships/part-time-jobs"
            ],
            "type": "string",
            "description": "Which Internshala listing to read. Every option here was checked against the live site: it returns different results from the unfiltered listing. Ignored when you set a city or a category below (those are jobs only).",
            "default": "jobs"
          },
          "city": {
            "title": "City",
            "type": "string",
            "description": "Jobs only. Filter by city, for example `bangalore`, `delhi`, `mumbai`, `pune`, `hyderabad`. Reads https://internshala.com/full-time-jobs-in-<city>/. A city Internshala does not have returns a single no-listing row telling you so - it never silently falls back to all jobs. Internshala publishes no working city filter for internships, so this field is ignored when Listing is an internship one.",
            "default": ""
          },
          "category": {
            "title": "Category",
            "type": "string",
            "description": "Jobs only. Filter by category, for example `marketing`, `computer-science`, `finance`, `human-resources`. Reads https://internshala.com/<category>-jobs/. A category Internshala does not have returns a single no-listing row. Used only when City is empty.",
            "default": ""
          },
          "maxJobs": {
            "title": "Maximum postings",
            "minimum": 1,
            "maximum": 1000,
            "type": "integer",
            "description": "How many postings to return at most. One posting = one row = one charged event. Postings that are no longer listed, and pages that could not be read, are returned as rows too but are never charged.",
            "default": 30
          },
          "includeDescription": {
            "title": "Include the full job description",
            "type": "boolean",
            "description": "Default: true. The description is the responsibilities and requirements text from the job page. Turn it off for a smaller dataset - the price is the same either way.",
            "default": true
          },
          "maxPages": {
            "title": "Maximum listing pages",
            "minimum": 0,
            "maximum": 100,
            "type": "integer",
            "description": "Safety cap on how many listing pages to walk. 0 lets the Actor decide from Maximum jobs (about 40 jobs per page).",
            "default": 0
          },
          "keywords": {
            "title": "Keyword filter",
            "type": "array",
            "description": "Keep only listings whose title, description, company, location, skills or perks contains one of these words. Case is ignored. Nothing extra is fetched from Internshala - this narrows what was already read, and listings that do not match are never charged.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "keywordMatch": {
            "title": "Keyword matching",
            "enum": [
              "any",
              "all"
            ],
            "type": "string",
            "description": "`any` keeps a listing that contains at least one keyword. `all` keeps only listings that contain every keyword.",
            "default": "any"
          },
          "excludeKeywords": {
            "title": "Exclude keywords",
            "type": "array",
            "description": "Drop any listing containing one of these words - for example `unpaid`, or a company you do not want. Applied after the keyword filter.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "companyNames": {
            "title": "Companies to include",
            "type": "array",
            "description": "Keep only listings from companies whose name contains one of these (partial match, case ignored). Leave empty for all companies.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "minSalary": {
            "title": "Minimum stipend or salary",
            "minimum": 0,
            "type": "integer",
            "description": "Keep only listings paying at least this much. Note that jobs carry a yearly CTC and internships carry a monthly stipend - `salaryPeriod` tells you which, so set this with the listing type you chose in mind. A listing with no published pay is kept, not dropped - an unknown amount is not a low one.",
            "default": 0
          },
          "requireSalary": {
            "title": "Only listings that publish the pay",
            "type": "boolean",
            "description": "Default: false. Turn it on to drop listings where the stipend or salary was not stated.",
            "default": false
          },
          "postedWithinDays": {
            "title": "Apply-by within N days",
            "minimum": 0,
            "maximum": 3650,
            "type": "integer",
            "description": "Keep only listings whose application deadline is within the next N days. 0 means no limit. A listing whose deadline cannot be read is kept, not dropped.",
            "default": 0
          },
          "monitoringMode": {
            "title": "Only new listings since the last run",
            "type": "boolean",
            "description": "Default: false. Turn it on and schedule this Actor daily: each run returns only the listings it has not returned before. Already-seen listings are skipped before their pages are opened, so repeat runs are fast as well as free.",
            "default": false
          },
          "resetMonitoringState": {
            "title": "Reset the monitoring memory (one-shot)",
            "type": "boolean",
            "description": "Default: false. Turn it on for a single run to forget which listings were already returned and start monitoring again from scratch.",
            "default": false
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}