{
  "openapi": "3.0.1",
  "info": {
    "title": "Resume-Aware Job Matcher",
    "description": "Rank raw job postings against your resume keywords. Takes a batch of job rows plus your core/secondary/bonus skill buckets and returns a scored, filtered and ranked shortlist with match reasons.",
    "version": "0.1",
    "x-build-id": "hhCzQyC2nFhxjPr6R"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/congruent_import~resume-job-matcher/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-congruent_import-resume-job-matcher",
        "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/congruent_import~resume-job-matcher/runs": {
      "post": {
        "operationId": "runs-sync-congruent_import-resume-job-matcher",
        "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/congruent_import~resume-job-matcher/run-sync": {
      "post": {
        "operationId": "run-sync-congruent_import-resume-job-matcher",
        "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": [
          "jobs",
          "resumeCore"
        ],
        "properties": {
          "jobs": {
            "title": "Job postings",
            "type": "array",
            "description": "Raw job rows to score and rank. Each row uses the common Apify fields: title, description/body, location, company, url/applyUrl, source, postedDate (ISO or '… days ago'), experience, employmentType/workMode. Fields are matched case-insensitively by common aliases.",
            "items": {
              "type": "object",
              "additionalProperties": true
            }
          },
          "resumeCore": {
            "title": "Resume — core skills (must-have)",
            "type": "array",
            "description": "The stack you're actually hired for. A job mentioning most of these scores ~60/100. Example: React, JavaScript, TypeScript, HTML, CSS.",
            "items": {
              "type": "string"
            }
          },
          "resumeSecondary": {
            "title": "Resume — secondary skills (strong signals)",
            "type": "array",
            "description": "Supporting stack — Node.js, MongoDB, Redux, Git, Tailwind, REST, MERN, etc. Worth ~30 weighted points.",
            "items": {
              "type": "string"
            }
          },
          "resumeBonus": {
            "title": "Resume — bonus skills (nice-to-have)",
            "type": "array",
            "description": "Differentiators worth ~10 weighted points: Next.js, Jest, Vite, Figma, Agile, Storybook, etc.",
            "items": {
              "type": "string"
            }
          },
          "targetYears": {
            "title": "Your experience (years)",
            "minimum": 0,
            "maximum": 30,
            "type": "number",
            "description": "Used to rank the experience band each job expects.",
            "default": 3
          },
          "minScore": {
            "title": "Minimum match score",
            "minimum": 0,
            "maximum": 100,
            "type": "integer",
            "description": "Jobs scoring below this are dropped (0 disables the gate).",
            "default": 25
          },
          "maxResults": {
            "title": "Max shortlist size",
            "minimum": 1,
            "maximum": 500,
            "type": "integer",
            "description": "Cap on how many ranked jobs to return.",
            "default": 50
          },
          "maxAgeHours": {
            "title": "Max posting age (hours)",
            "minimum": 0,
            "maximum": 10000,
            "type": "integer",
            "description": "Drop jobs posted longer ago than this when a date is provided. 0 = no age filter.",
            "default": 0
          },
          "allowedRegions": {
            "title": "Allowed location keywords",
            "type": "array",
            "description": "Keep only jobs whose location contains at least one of these (case-insensitive substring). Empty = keep all locations.",
            "items": {
              "type": "string"
            }
          },
          "excludeTitleKeywords": {
            "title": "Excluded title keywords",
            "type": "array",
            "description": "Titles containing any of these are dropped (QA, Android, iOS, DevOps, Java, Angular, …).",
            "items": {
              "type": "string"
            }
          },
          "seniorTitleWords": {
            "title": "Seniority markers to drop",
            "type": "array",
            "description": "Titles containing any of these are treated as too senior.",
            "items": {
              "type": "string"
            }
          },
          "jdStackRejects": {
            "title": "Foreign stacks rejected in the JD",
            "type": "array",
            "description": "If a JD REQUIRES any of these stacks (and the title doesn't name your target stack), the job is dropped.",
            "items": {
              "type": "string"
            }
          },
          "wrongStack": {
            "title": "Wrong-stack words",
            "type": "array",
            "description": "Titles/JDs dominated by these stacks are dropped.",
            "items": {
              "type": "string"
            }
          },
          "excludeInternships": {
            "title": "Exclude internships",
            "type": "boolean",
            "description": "Drop internship / trainee / apprentice roles.",
            "default": true
          },
          "acceptFreshers": {
            "title": "Accept fresher roles",
            "type": "boolean",
            "description": "Keep roles aimed at 0-experience candidates.",
            "default": false
          },
          "includeDropped": {
            "title": "Include dropped-jobs report",
            "type": "boolean",
            "description": "Emit a second record per dropped job with the drop reason (useful for tuning SCHEMA_CONFIG).",
            "default": 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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}