{
  "openapi": "3.0.1",
  "info": {
    "title": "Job Search API: Find Jobs by Keyword and Location",
    "description": "Search jobs by keyword, title, and location across 1.2M active jobs direct from 59k company career sites and ATS (Workday, Greenhouse, Lever, Oracle). Filter by date posted, remote, seniority, employment type, salary, company. Direct employer apply links. $2 per 1,000 jobs.",
    "version": "0.1",
    "x-build-id": "Kc6b3TqiN3vbc3CBq"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/neverapply~job-search-api/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-neverapply-job-search-api",
        "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/neverapply~job-search-api/runs": {
      "post": {
        "operationId": "runs-sync-neverapply-job-search-api",
        "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/neverapply~job-search-api/run-sync": {
      "post": {
        "operationId": "run-sync-neverapply-job-search-api",
        "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": {
          "query": {
            "title": "Keywords",
            "type": "string",
            "description": "Job title, skill, or any words in the posting (e.g. <code>data engineer</code>, <code>nurse practitioner</code>, <code>python remote</code>). Leave empty to list the newest jobs."
          },
          "countries": {
            "title": "Countries",
            "type": "array",
            "description": "ISO-2 country codes (e.g. <code>US</code>, <code>GB</code>, <code>DE</code>). Leave empty for all countries.",
            "items": {
              "type": "string"
            }
          },
          "cities": {
            "title": "Cities",
            "type": "array",
            "description": "City names exactly as they appear in <code>location.name</code> (e.g. <code>London</code>, <code>New York</code>). Leave empty for any city.",
            "items": {
              "type": "string"
            }
          },
          "remoteStatus": {
            "title": "Remote status",
            "enum": [
              "",
              "completely-remote",
              "hybrid",
              "onsite"
            ],
            "type": "string",
            "description": "Workplace arrangement: completely remote, hybrid, or on-site."
          },
          "postedWithin": {
            "title": "Date posted",
            "enum": [
              "",
              "24h",
              "3d",
              "7d",
              "30d"
            ],
            "type": "string",
            "description": "Only jobs added in this period."
          },
          "experienceLevel": {
            "title": "Experience level",
            "enum": [
              "",
              "entry",
              "mid",
              "senior",
              "lead",
              "executive"
            ],
            "type": "string",
            "description": "Seniority extracted from the posting."
          },
          "commitment": {
            "title": "Employment type",
            "enum": [
              "",
              "full-time",
              "part-time",
              "contract",
              "temporary",
              "internship"
            ],
            "type": "string",
            "description": "Full-time, part-time, contract, temporary, or internship."
          },
          "category": {
            "title": "Category",
            "enum": [
              "",
              "information-technology",
              "finance-banking",
              "healthcare-telemedicine",
              "e-commerce",
              "marketing-advertising",
              "education-e-learning",
              "consulting-services",
              "engineering-architecture",
              "legal-services",
              "media-entertainment",
              "tourism-hospitality",
              "real-estate",
              "logistics-supply-chain",
              "energy-utilities",
              "retail",
              "hr-recruitment",
              "sales-business-development",
              "customer-service",
              "other"
            ],
            "type": "string",
            "description": "Job category to filter by."
          },
          "companyName": {
            "title": "Company",
            "type": "string",
            "description": "Exact company name (e.g. <code>Stripe</code>). Leave empty for all companies."
          },
          "atsName": {
            "title": "ATS",
            "enum": [
              "",
              "Workday",
              "Oracle Cloud HCM",
              "SmartRecruiters",
              "Greenhouse",
              "Lever",
              "Workable",
              "Ashby",
              "Breezy HR",
              "Teamtailor",
              "Rippling",
              "Recruitee",
              "Personio",
              "Jobvite",
              "JazzHR",
              "Paradox",
              "UltiPro",
              "ADP",
              "Cornerstone CSOD",
              "Eightfold",
              "Pinpoint",
              "Manatal",
              "Zoho Recruit",
              "HiBob",
              "Comeet",
              "PageUp",
              "Dover",
              "Gem",
              "join.com"
            ],
            "type": "string",
            "description": "Only jobs published on this applicant tracking system."
          },
          "minSalaryUsd": {
            "title": "Minimum salary (USD a year)",
            "minimum": 0,
            "type": "integer",
            "description": "Only jobs whose stated minimum salary, converted to annual USD, is at least this amount. Jobs that do not state a salary are left out."
          },
          "sortBy": {
            "title": "Sort by",
            "enum": [
              "relevance",
              "newest"
            ],
            "type": "string",
            "description": "Relevance ranks the best keyword matches first. Newest lists the latest jobs first.",
            "default": "relevance"
          },
          "maxJobs": {
            "title": "Maximum jobs",
            "minimum": 1,
            "maximum": 1000,
            "type": "integer",
            "description": "Stop after this many jobs (1,000 at most per run). You pay only for jobs written to the dataset.",
            "default": 100
          }
        }
      },
      "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
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "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
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}