{
  "openapi": "3.0.1",
  "info": {
    "title": "Active Job Postings Scraper — Direct-from-Employer ATS Listings",
    "description": "Scrape deduplicated job postings direct from 90,000+ employer ATS platforms (Greenhouse, Lever, Workday and more) — not a job board. AI-enriched with salary, skills, experience, work arrangement, visa sponsorship and hiring-manager contacts. Filter by keyword, location, time window and remote.",
    "version": "1.0",
    "x-build-id": "TsEfV3IoSEVjnHzei"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/sian.agency~active-job-postings-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-sian.agency-active-job-postings-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/sian.agency~active-job-postings-scraper/runs": {
      "post": {
        "operationId": "runs-sync-sian.agency-active-job-postings-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/sian.agency~active-job-postings-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-sian.agency-active-job-postings-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": {
          "keyword": {
            "title": "🔍 Keyword / Job Title",
            "type": "string",
            "description": "🔍 **JOB TITLE / KEYWORD SEARCH:** Filter postings by job title or keyword.\n\n**Boolean syntax supported** — quote phrases and combine with `OR` / `AND`:\n- `\"Data Engineer\"`\n- `\"Software Engineer\" OR \"Backend Engineer\"`\n- `\"Product Manager\" AND \"fintech\"`\n\n💡 **TIP:** Leave empty to pull the firehose of recent postings (use the time window and location to keep it focused)."
          },
          "location": {
            "title": "📍 Location",
            "type": "string",
            "description": "📍 **LOCATION FILTER:** Use **full names**, not abbreviations — `\"United States\"`, not `US`. Boolean syntax supported:\n- `\"United States\"`\n- `\"United States\" OR \"United Kingdom\" OR \"Canada\"`\n- `\"New York\" OR \"San Francisco\"`\n\n💡 **TIP:** Combine with the Remote toggle below for remote-friendly roles."
          },
          "timeFrame": {
            "title": "📅 Time Window",
            "enum": [
              "1h",
              "24h",
              "7d",
              "6m"
            ],
            "type": "string",
            "description": "📅 **RECENCY WINDOW:** How recently the posting was published. Narrower windows return fresher, smaller result sets.\n\n- **1h** — posted in the last hour\n- **24h** — posted in the last 24 hours\n- **7d** — posted in the last 7 days (recommended)\n- **6m** — posted in the last 6 months (largest set)",
            "default": "7d"
          },
          "remoteOnly": {
            "title": "🏠 Remote Only",
            "type": "boolean",
            "description": "🏠 **REMOTE ONLY:** When enabled, returns only postings whose AI-detected work arrangement is remote-friendly (Remote OK / Remote Solely).",
            "default": false
          },
          "workArrangement": {
            "title": "🏢 Work Arrangement",
            "enum": [
              "",
              "On-site",
              "Hybrid",
              "Remote OK",
              "Remote Solely"
            ],
            "type": "string",
            "description": "🏢 **WORK ARRANGEMENT:** Filter by AI-detected work setup. Leave as Any to include all.",
            "default": ""
          },
          "employmentType": {
            "title": "📋 Employment Type",
            "enum": [
              "",
              "FULL_TIME",
              "PART_TIME",
              "CONTRACTOR",
              "INTERN"
            ],
            "type": "string",
            "description": "📋 **EMPLOYMENT TYPE:** Filter by AI-detected employment type. Leave as Any to include all.",
            "default": ""
          },
          "experienceLevel": {
            "title": "🎓 Experience Level",
            "enum": [
              "",
              "0-2",
              "2-5",
              "5-10",
              "10+"
            ],
            "type": "string",
            "description": "🎓 **EXPERIENCE LEVEL:** Filter by AI-detected years-of-experience band. Leave as Any to include all.",
            "default": ""
          },
          "organization": {
            "title": "🏛️ Company Name",
            "type": "string",
            "description": "🏛️ **COMPANY FILTER:** Return only postings from specific companies (matched against the employer name on the ATS). Boolean syntax supported, e.g. `\"Stripe\" OR \"Datadog\"`."
          },
          "atsSource": {
            "title": "🔌 ATS Source",
            "type": "string",
            "description": "🔌 **ATS PLATFORM FILTER:** Return only postings from a specific ATS source — e.g. `greenhouse`, `lever`, `workday`, `paylocity`, `ashby`. Leave empty for all sources."
          },
          "includeDescription": {
            "title": "📝 Include Full Description",
            "type": "boolean",
            "description": "📝 **FULL JOB DESCRIPTION:** When enabled, adds the full job-description text to each row. Off by default to keep datasets lean and runs fast.",
            "default": false
          },
          "maxResults": {
            "title": "🔢 Max Results",
            "minimum": 1,
            "maximum": 5000,
            "type": "integer",
            "description": "🔢 **MAX POSTINGS:** Maximum number of job postings to return (the actor paginates automatically). Higher values fetch more pages.\n\n🆓 **FREE tier** is capped to keep your Apify credit safe; **PAID** runs respect this value fully.",
            "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
                  }
                }
              },
              "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}