{
  "openapi": "3.0.1",
  "info": {
    "title": "Job Search & Match Analyzer",
    "description": "💼 Find remote, hybrid, and on-site jobs across public company career boards. Deduplicate vacancies, rank candidate fit, analyze salary and skills, and export direct application links plus a PDF report.",
    "version": "0.1",
    "x-build-id": "OBs04JubUI6Nno6wi"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/feeng~job-search-match-analyzer/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-feeng-job-search-match-analyzer",
        "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/feeng~job-search-match-analyzer/runs": {
      "post": {
        "operationId": "runs-sync-feeng-job-search-match-analyzer",
        "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/feeng~job-search-match-analyzer/run-sync": {
      "post": {
        "operationId": "run-sync-feeng-job-search-match-analyzer",
        "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": {
          "keywords": {
            "title": "🔎 Job keyword(s) or title(s)",
            "minItems": 1,
            "maxItems": 10,
            "type": "array",
            "description": "Required. Add up to 10 roles, titles, or important skill phrases. Use one role per row. Comma- or semicolon-separated values are also recognized automatically. Multiple keywords are combined into one deduplicated result list.",
            "items": {
              "type": "string"
            },
            "default": [
              "software engineer"
            ]
          },
          "location": {
            "title": "📍 Preferred location",
            "type": "string",
            "description": "City, region, or country, for example Prague, Czechia; London; Germany; or United States. Leave empty to search every location.",
            "default": ""
          },
          "workArrangement": {
            "title": "🏠 Workplace arrangement",
            "enum": [
              "any",
              "remote",
              "hybrid",
              "onsite"
            ],
            "type": "string",
            "description": "Keep all jobs or only remote, hybrid, or on-site roles.",
            "default": "any"
          },
          "includeRemoteOutsideLocation": {
            "title": "Include remote jobs outside selected city",
            "type": "boolean",
            "description": "When a location is provided, also keep remote roles that may be available from that location. Always verify regional eligibility in the original description.",
            "default": true
          },
          "sourcePreset": {
            "title": "🌐 Search coverage",
            "enum": [
              "broad",
              "remote",
              "curated",
              "custom"
            ],
            "type": "string",
            "description": "Broad combines remote jobs and the maintained employer catalog. Remote searches Jobicy. Curated searches public company ATS boards. Custom only searches URLs you provide.",
            "default": "broad"
          },
          "customCareerUrls": {
            "title": "🔗 Additional company career or ATS URLs",
            "maxItems": 30,
            "type": "array",
            "description": "Optional. Paste Greenhouse, Lever, Ashby, SmartRecruiters, Recruitee, or career-page URLs. Ordinary pages are inspected for schema.org JobPosting data and job links.",
            "items": {
              "type": "string"
            },
            "default": []
          },
          "maxResults": {
            "title": "💯 Maximum exported jobs",
            "minimum": 1,
            "maximum": 500,
            "type": "integer",
            "description": "Whole-run result limit after filtering, deduplication, and scoring. Start with 20–50.",
            "default": 50
          },
          "maxJobsPerSource": {
            "title": "Maximum candidates per source",
            "minimum": 10,
            "maximum": 500,
            "type": "integer",
            "description": "Safety limit applied before final cross-source filtering.",
            "default": 100
          },
          "datePostedDays": {
            "title": "🗓️ Posted within the last N days",
            "minimum": 0,
            "maximum": 365,
            "type": "integer",
            "description": "Use 0 to disable the date filter. Listings without a source date are retained and clearly marked.",
            "default": 30
          },
          "jobTypes": {
            "title": "Employment types",
            "type": "array",
            "description": "Optional text values such as Full-time, Part-time, Contract, Internship, Temporary, or Permanent.",
            "items": {
              "type": "string"
            },
            "default": []
          },
          "experienceLevels": {
            "title": "Experience levels",
            "type": "array",
            "description": "Optional values such as Entry level, Senior, Internship, Associate, or Leadership.",
            "items": {
              "type": "string"
            },
            "default": []
          },
          "minimumSalary": {
            "title": "💰 Minimum comparable annual salary",
            "minimum": 0,
            "maximum": 100000000,
            "type": "number",
            "description": "Optional annual threshold in the listing's published currency. Monthly, weekly, daily, and hourly ranges are annualized for comparison. Use 0 to disable.",
            "default": 0
          },
          "salaryCurrency": {
            "title": "Salary currency",
            "type": "string",
            "description": "Optional ISO code such as USD, EUR, GBP, or CZK. Jobs without a published currency are not rejected by this field.",
            "default": ""
          },
          "includeJobsWithoutSalary": {
            "title": "Keep jobs without published salary",
            "type": "boolean",
            "description": "Disable to create a salary-transparent result list only.",
            "default": true
          },
          "mustHaveKeywords": {
            "title": "✅ Required words or skills",
            "type": "array",
            "description": "Every phrase entered here must appear in the title, category, team, or available description.",
            "items": {
              "type": "string"
            },
            "default": []
          },
          "excludeKeywords": {
            "title": "🚫 Excluded words",
            "type": "array",
            "description": "Remove jobs containing any of these phrases, for example internship, commission only, or security clearance.",
            "items": {
              "type": "string"
            },
            "default": []
          },
          "preferredSkills": {
            "title": "🧩 Preferred skills",
            "type": "array",
            "description": "Optional skills used for ranking, not strict filtering. The output shows matched and missing preferred skills.",
            "items": {
              "type": "string"
            },
            "default": []
          },
          "candidateProfile": {
            "title": "Candidate profile or resume summary",
            "type": "string",
            "description": "Optional. Paste a short plain-text summary of skills, tools, seniority, and target role. Do not include sensitive personal identifiers.",
            "default": ""
          },
          "minimumMatchScore": {
            "title": "Minimum match score",
            "minimum": 0,
            "maximum": 100,
            "type": "integer",
            "description": "Use 0 on the first run. Raise after reviewing how scores behave for your niche.",
            "default": 0
          },
          "sortBy": {
            "title": "Sort final jobs by",
            "enum": [
              "matchScore",
              "datePosted",
              "salaryMax",
              "company"
            ],
            "type": "string",
            "description": "Choose whether the first rows prioritize candidate fit, posting freshness, published salary, or company name.",
            "default": "matchScore"
          },
          "includeFullDescription": {
            "title": "📄 Include available full descriptions",
            "type": "boolean",
            "description": "Fetch relevant detail pages when supported. Disable for a faster title-and-link-only run.",
            "default": true
          },
          "generateJobSearchReport": {
            "title": "Generate HTML & PDF job report",
            "type": "boolean",
            "description": "Save a printable report with up to 50 top jobs and clickable original application links in the key-value store.",
            "default": true
          },
          "customPageLimit": {
            "title": "Pages inspected per custom website",
            "minimum": 1,
            "maximum": 30,
            "type": "integer",
            "description": "Safety limit for ordinary non-ATS career websites.",
            "default": 8
          },
          "requestConcurrency": {
            "title": "Concurrent source requests",
            "minimum": 1,
            "maximum": 15,
            "type": "integer",
            "description": "Number of source or detail requests processed in parallel.",
            "default": 5
          },
          "requestTimeoutSecs": {
            "title": "Request timeout in seconds",
            "minimum": 5,
            "maximum": 90,
            "type": "integer",
            "description": "Maximum time to wait for one public source or job-detail request before retrying.",
            "default": 30
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Optional Apify Proxy settings used for ordinary custom career websites. Public ATS APIs normally do not need a proxy.",
            "default": {
              "useApifyProxy": false
            }
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}