{
  "openapi": "3.0.1",
  "info": {
    "title": "Hiring.Cafe Scraper | Fast & Reliable",
    "description": "Extract Hiring.Cafe job listings at scale with rich company data, salary signals, remote filters, seniority, requirements, benefits, workplace attributes and full descriptions. Built for enterprise-grade labor market intelligence, recruiting operations, and automated analytics pipelines.",
    "version": "0.0",
    "x-build-id": "bOHOgBe8k4hFZfuZi"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/fatihtahta~hiring-cafe-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-fatihtahta-hiring-cafe-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/fatihtahta~hiring-cafe-scraper/runs": {
      "post": {
        "operationId": "runs-sync-fatihtahta-hiring-cafe-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/fatihtahta~hiring-cafe-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-fatihtahta-hiring-cafe-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": {
          "queries": {
            "title": "Add Search Terms",
            "type": "array",
            "description": "Enter free-text job searches such as `software engineer`, `data analyst`, or `product manager`. Each search term runs separately and uses the filters you configure below.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "location": {
            "title": "Search Around a Location",
            "type": "string",
            "description": "Enter a city, state, country, or ZIP code, for example `Singapore`, `New York, NY`, or `94103`. Leave empty to avoid adding a location filter."
          },
          "sortBy": {
            "title": "Choose Result Order",
            "enum": [
              "default",
              "date",
              "date_asc",
              "compensation_desc",
              "compensation_asc",
              "experience_asc",
              "experience_desc"
            ],
            "type": "string",
            "description": "Choose how Hiring Cafe should order matching jobs. Best match is broader for general discovery; most recent is useful when freshness matters most.",
            "default": "default"
          },
          "dateFetchedPastNDays": {
            "title": "Limit Listings by Recency",
            "minimum": 1,
            "type": "integer",
            "description": "Only include jobs Hiring Cafe has fetched within the selected number of days. Smaller values produce fresher, more targeted output; larger values broaden discovery.",
            "default": 121
          },
          "workplaceTypes": {
            "title": "Choose Workplace Types",
            "uniqueItems": true,
            "type": "array",
            "description": "Select which workplace setups to include, such as remote, hybrid, onsite, or a combination of them.",
            "items": {
              "type": "string",
              "enum": [
                "Remote",
                "Hybrid",
                "Onsite",
                "Field"
              ],
              "enumTitles": [
                "Remote",
                "Hybrid",
                "Onsite",
                "Field"
              ]
            },
            "default": [
              "Remote",
              "Hybrid",
              "Onsite",
              "Field"
            ]
          },
          "commitmentTypes": {
            "title": "Choose Employment Types",
            "uniqueItems": true,
            "type": "array",
            "description": "Select the employment commitments to include. Keep multiple options selected for broader coverage, or narrow the list for a more specific hiring segment.",
            "items": {
              "type": "string",
              "enum": [
                "Full Time",
                "Part Time",
                "Contract",
                "Internship",
                "Temporary",
                "Seasonal",
                "Volunteer"
              ],
              "enumTitles": [
                "Full Time",
                "Part Time",
                "Contract",
                "Internship",
                "Temporary",
                "Seasonal",
                "Volunteer"
              ]
            },
            "default": [
              "Full Time",
              "Part Time",
              "Contract",
              "Internship",
              "Temporary",
              "Seasonal",
              "Volunteer"
            ]
          },
          "seniorityLevel": {
            "title": "Choose Seniority Levels",
            "uniqueItems": true,
            "type": "array",
            "description": "Select the seniority levels to include, from no prior experience through senior-level roles.",
            "items": {
              "type": "string",
              "enum": [
                "No Prior Experience Required",
                "Entry Level",
                "Mid Level",
                "Senior Level"
              ],
              "enumTitles": [
                "No Prior Experience Required",
                "Entry Level",
                "Mid Level",
                "Senior Level"
              ]
            },
            "default": [
              "No Prior Experience Required",
              "Entry Level",
              "Mid Level",
              "Senior Level"
            ]
          },
          "roleTypes": {
            "title": "Choose Role Types",
            "uniqueItems": true,
            "type": "array",
            "description": "Choose whether to include individual contributor roles, people manager roles, or both.",
            "items": {
              "type": "string",
              "enum": [
                "Individual Contributor",
                "People Manager"
              ],
              "enumTitles": [
                "Individual Contributor",
                "People Manager"
              ]
            },
            "default": [
              "Individual Contributor",
              "People Manager"
            ]
          },
          "minCompensationLowEnd": {
            "title": "Set Minimum Salary",
            "type": "number",
            "description": "Only include jobs whose listed salary range starts at or above this value."
          },
          "maxCompensationHighEnd": {
            "title": "Set Maximum Salary",
            "type": "number",
            "description": "Only include jobs whose listed salary range ends at or below this value."
          },
          "restrictJobsToTransparentSalaries": {
            "title": "Require Published Salaries",
            "type": "boolean",
            "description": "Turn this on to keep only jobs with visible salary information. This produces cleaner compensation data but may reduce the number of saved jobs.",
            "default": false
          },
          "companyNames": {
            "title": "Include Companies",
            "type": "array",
            "description": "Only include jobs from these company names. Leave empty to include all matching employers.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "excludedCompanyNames": {
            "title": "Exclude Companies",
            "type": "array",
            "description": "Exclude jobs from these company names when you want to remove known irrelevant employers from the output.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "industries": {
            "title": "Include Industries",
            "type": "array",
            "description": "Only include companies in these industries. Use this to focus the dataset on a specific market or sector.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "excludedIndustries": {
            "title": "Exclude Industries",
            "type": "array",
            "description": "Exclude companies in these industries when they are outside your target market.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "companyHqCountries": {
            "title": "Choose Headquarters Countries",
            "type": "array",
            "description": "Only include companies headquartered in the listed countries. Use country names or codes in the same style you use on Hiring Cafe.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "applicationFormEase": {
            "title": "Choose Application Process Types",
            "uniqueItems": true,
            "type": "array",
            "description": "Only include jobs matching the listed Hiring Cafe application process categories. Use this when application flow quality matters to your downstream workflow.",
            "items": {
              "type": "string",
              "enum": [
                "Simple",
                "Time Consuming"
              ],
              "enumTitles": [
                "Simple | easier application flow",
                "Time Consuming | lengthier application flow"
              ]
            },
            "default": []
          },
          "startUrls": {
            "title": "Add Hiring Cafe URLs",
            "type": "array",
            "description": "Paste Hiring Cafe search or job page URLs. Direct URLs are useful for replaying a prepared Hiring Cafe search or collecting from specific job pages.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "limit": {
            "title": "Set Maximum Jobs per Search",
            "minimum": 1,
            "type": "integer",
            "description": "Maximum number of job records to save for each search term or direct URL. Increase this when you need broader output from each target."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}