{
  "openapi": "3.0.1",
  "info": {
    "title": "India Entry-Level IT Jobs Scraper",
    "description": "India Entry-Level IT Jobs Scraper aggregates fresher tech roles across multiple job boards - title, company, city, experience, skills, salary, job type, apply link and posted date. 💼 For job aggregators, recruiters and hiring analysis.",
    "version": "0.1",
    "x-build-id": "2mLsGioju9JbNAAvf"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/scrapers-hub~india-it-jobs-multi-source-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-scrapers-hub-india-it-jobs-multi-source-scraper",
        "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/scrapers-hub~india-it-jobs-multi-source-scraper/runs": {
      "post": {
        "operationId": "runs-sync-scrapers-hub-india-it-jobs-multi-source-scraper",
        "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/scrapers-hub~india-it-jobs-multi-source-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-scrapers-hub-india-it-jobs-multi-source-scraper",
        "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": {
          "sources": {
            "title": "Sources",
            "type": "array",
            "description": "Which job sources to query. greenhouse/lever/smartrecruiters/workday/recruitee/icims/jobvite/bamboohr/zoho/freshteam/keka/darwinbox all require company identifiers in companies_seed.json.",
            "default": [
              "linkedin",
              "greenhouse",
              "lever",
              "smartrecruiters",
              "workday",
              "icims",
              "jobvite",
              "bamboohr",
              "zoho",
              "freshteam",
              "keka",
              "darwinbox",
              "recruitee"
            ],
            "items": {
              "type": "string"
            }
          },
          "keywords": {
            "title": "Keywords",
            "type": "string",
            "description": "Base job title/keyword phrase to search for (e.g. 'software engineer fresher'). LinkedIn expands this into multiple synonym variants automatically.",
            "default": "software engineer fresher"
          },
          "location": {
            "title": "Location",
            "type": "string",
            "description": "Location filter to apply when searching/filtering jobs.",
            "default": "India"
          },
          "posted_within": {
            "title": "Posted within",
            "enum": [
              "today",
              "24h",
              "week",
              "any"
            ],
            "type": "string",
            "description": "Only keep jobs posted within this time window.",
            "default": "today"
          },
          "job_type": {
            "title": "Job type",
            "enum": [
              "both",
              "full-time",
              "internship",
              "part-time",
              "contract"
            ],
            "type": "string",
            "description": "Employment type filter. 'both' applies no employment-type filter.",
            "default": "both"
          },
          "max_results_per_source": {
            "title": "Max results per source",
            "type": "integer",
            "description": "Upper bound on how many jobs to collect from each individual source.",
            "default": 100
          },
          "max_keyword_variants": {
            "title": "Max keyword variants",
            "type": "integer",
            "description": "Maximum number of keyword synonym variants to generate and search for LinkedIn.",
            "default": 20
          },
          "execution_mode": {
            "title": "Execution mode",
            "enum": [
              "fast",
              "thorough"
            ],
            "type": "string",
            "description": "'fast' favors shorter timeouts/fewer retries; 'thorough' favors completeness over speed.",
            "default": "fast"
          },
          "run_timeout_seconds": {
            "title": "Run timeout (seconds)",
            "type": "integer",
            "description": "Overall wall-clock budget for the whole run, across all sources.",
            "default": 180
          },
          "source_timeout_seconds": {
            "title": "Per-source timeout (seconds)",
            "type": "integer",
            "description": "Wall-clock budget for any single source before it's dropped for this run.",
            "default": 120
          },
          "source_concurrency": {
            "title": "Source concurrency",
            "type": "integer",
            "description": "How many sources to scrape concurrently.",
            "default": 6
          },
          "variant_concurrency": {
            "title": "Keyword variant concurrency (reserved)",
            "type": "integer",
            "description": "Reserved for future sources that support keyword-parameterized search; currently unused.",
            "default": 4
          },
          "linkedin_variant_concurrency": {
            "title": "LinkedIn variant concurrency",
            "type": "integer",
            "description": "How many LinkedIn keyword variants to search concurrently.",
            "default": 2
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}