{
  "openapi": "3.0.1",
  "info": {
    "title": "Real-Time Jobs API | LinkedIn, Indeed, Workday, Glassdoor,...",
    "description": "Real-time Jobs API aggregating LinkedIn, Indeed, Workday, Glassdoor, ZipRecruiter, XING, Arbeitsagentur, ICIMS, Talent.com, Randstad, Hays, Recruit.net, Bayt, Built In, Job Bank Canada, Walmart Careers, Uber Careers, and more.",
    "version": "0.0",
    "x-build-id": "ZG2LJA8z1kpUZuXFX"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/hermann_samimi~real-time-jobs-api-linkedin-indeed-workday-glassdoor/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-hermann_samimi-real-time-jobs-api-linkedin-indeed-workday-glassdoor",
        "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/hermann_samimi~real-time-jobs-api-linkedin-indeed-workday-glassdoor/runs": {
      "post": {
        "operationId": "runs-sync-hermann_samimi-real-time-jobs-api-linkedin-indeed-workday-glassdoor",
        "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/hermann_samimi~real-time-jobs-api-linkedin-indeed-workday-glassdoor/run-sync": {
      "post": {
        "operationId": "run-sync-hermann_samimi-real-time-jobs-api-linkedin-indeed-workday-glassdoor",
        "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",
        "required": [
          "country",
          "limit"
        ],
        "properties": {
          "action": {
            "title": "Action",
            "enum": [
              "search_jobs",
              "search_companies"
            ],
            "type": "string",
            "description": "Which endpoint to call",
            "default": "search_jobs"
          },
          "country": {
            "title": "Country",
            "enum": [
              "canada",
              "germany",
              "netherlands",
              "United States",
              "United Kingdom"
            ],
            "type": "string",
            "description": "Required for both actions"
          },
          "limit": {
            "title": "Limit",
            "maximum": 100,
            "type": "integer",
            "description": "Results to return (max 100)",
            "default": 10
          },
          "title": {
            "title": "Job Title",
            "type": "string",
            "description": "Required — partial match (regex)",
            "default": "software engineer"
          },
          "company": {
            "title": "Company",
            "type": "string",
            "description": "Partial match (regex)"
          },
          "site": {
            "title": "Site",
            "type": "string",
            "description": "Exact match — linkedin, indeed, xing, glassdoor, ..."
          },
          "language": {
            "title": "Language",
            "type": "string",
            "description": "Exact match — en, fr, de",
            "default": "en"
          },
          "Remote": {
            "title": "Remote",
            "type": "boolean",
            "description": "Remote jobs only"
          },
          "Academic": {
            "title": "Academic",
            "type": "boolean",
            "description": "Academic roles only"
          },
          "Research": {
            "title": "Research",
            "type": "boolean",
            "description": "Research roles only"
          },
          "Freelancer": {
            "title": "Freelancer",
            "type": "boolean",
            "description": "Freelance roles only"
          },
          "B2B": {
            "title": "B2B",
            "type": "boolean",
            "description": "B2B contract roles only"
          },
          "PartTime": {
            "title": "Part Time",
            "type": "boolean",
            "description": "Part-time roles only"
          },
          "location": {
            "title": "Location",
            "type": "string",
            "description": "Required for search_jobs — partial match (regex). Also filters by job location in search_companies.",
            "default": "toronto"
          },
          "datetime_from": {
            "title": "Date From",
            "type": "string",
            "description": "ISO date e.g. 2026-01-01 or 2026-01-01@11:00"
          },
          "datetime_to": {
            "title": "Date To",
            "type": "string",
            "description": "ISO date e.g. 2026-12-31 or 2026-12-31@17:45"
          },
          "skip": {
            "title": "Skip",
            "type": "integer",
            "description": "Pagination offset",
            "default": 0
          },
          "sort_field": {
            "title": "Sort Field",
            "enum": [
              "datetime_from",
              "title",
              "company",
              "site",
              "language",
              "country",
              "count"
            ],
            "type": "string",
            "description": "search_jobs: datetime_from, title, company, site, language, country — search_companies: count, company, country",
            "default": "datetime_from"
          },
          "sort_direction": {
            "title": "Sort Direction",
            "type": "integer",
            "description": "-1 newest/most first (default) · 1 oldest/fewest first",
            "default": -1
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}