{
  "openapi": "3.0.1",
  "info": {
    "title": "Computrabajo LatAm Jobs Scraper",
    "description": "Normalize buyer-owned, employer-authorized, ATS-authorized, or licensed LatAm job exports into provenance-linked review rows with stable identity, freshness, confidence gaps, human actions, and current-run settlement. Zero job-board requests, vacancy verification, or automated hiring decisions.",
    "version": "0.2",
    "x-build-id": "Y0ipyuVm5HXe3R5iQ"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/zinin~computrabajo-jobs/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-zinin-computrabajo-jobs",
        "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/zinin~computrabajo-jobs/runs": {
      "post": {
        "operationId": "runs-sync-zinin-computrabajo-jobs",
        "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/zinin~computrabajo-jobs/run-sync": {
      "post": {
        "operationId": "run-sync-zinin-computrabajo-jobs",
        "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": {
          "schemaVersion": {
            "title": "Contract version",
            "enum": [
              "2.0"
            ],
            "type": "string",
            "description": "Closed public input contract version.",
            "default": "2.0"
          },
          "authorization": {
            "title": "Rights confirmation",
            "enum": [
              "I confirm I may process and commercially use these job records."
            ],
            "type": "string",
            "description": "Required buyer attestation of processing and commercial-use rights; recorded but not independently verified by the Actor.",
            "default": "I confirm I may process and commercially use these job records."
          },
          "sourceContext": {
            "title": "Source rights context",
            "enum": [
              "buyer_owned_job_export",
              "employer_authorized_export",
              "ats_authorized_export",
              "other_licensed_job_export"
            ],
            "type": "string",
            "description": "Buyer-declared rights context for the supplied structured export; the Actor records but does not independently verify it.",
            "default": "employer_authorized_export"
          },
          "batchName": {
            "title": "Review batch name",
            "pattern": "\\S",
            "minLength": 1,
            "maxLength": 80,
            "type": "string",
            "description": "Stable buyer label returned with this review batch.",
            "default": "licensed-job-evidence-review"
          },
          "freshnessHours": {
            "title": "Freshness threshold (hours)",
            "minimum": 1,
            "maximum": 8760,
            "type": "integer",
            "description": "Age threshold used to label buyer-supplied evidence as fresh, stale, or unknown.",
            "default": 168
          },
          "jobs": {
            "title": "Authorized job records",
            "minItems": 1,
            "maxItems": 100,
            "type": "array",
            "description": "1–100 buyer-owned, employer-authorized, ATS-authorized, or otherwise licensed job records. Provenance, licence context, retrieval time, and changes made are required.",
            "items": {
              "type": "object",
              "additionalProperties": false,
              "properties": {
                "sourceCountry": {
                  "title": "Source Country",
                  "description": "Buyer-supplied source country for the authorized job record; recorded as submitted and not independently verified by the Actor.",
                  "type": "string",
                  "enum": [
                    "mx",
                    "co",
                    "cl",
                    "ar",
                    "pe",
                    "other"
                  ]
                },
                "sourceQuery": {
                  "title": "Source Query",
                  "description": "Buyer-supplied source query for the authorized job record; recorded as submitted and not independently verified by the Actor.",
                  "type": "string",
                  "nullable": true,
                  "maxLength": 200,
                  "pattern": "\\S"
                },
                "sourceJobId": {
                  "title": "Source Job Id",
                  "description": "Buyer-supplied source job id for the authorized job record; recorded as submitted and not independently verified by the Actor.",
                  "type": "string",
                  "minLength": 1,
                  "maxLength": 200,
                  "pattern": "\\S"
                },
                "title": {
                  "title": "Title",
                  "description": "Buyer-supplied title for the authorized job record; recorded as submitted and not independently verified by the Actor.",
                  "type": "string",
                  "minLength": 1,
                  "maxLength": 300,
                  "pattern": "\\S"
                },
                "company": {
                  "title": "Company",
                  "description": "Buyer-supplied company for the authorized job record; recorded as submitted and not independently verified by the Actor.",
                  "type": "string",
                  "nullable": true,
                  "maxLength": 200,
                  "pattern": "\\S"
                },
                "companyRating": {
                  "title": "Company Rating",
                  "description": "Buyer-supplied company rating for the authorized job record; recorded as submitted and not independently verified by the Actor.",
                  "type": "number",
                  "nullable": true,
                  "minimum": 0,
                  "maximum": 5
                },
                "location": {
                  "title": "Location",
                  "description": "Buyer-supplied location for the authorized job record; recorded as submitted and not independently verified by the Actor.",
                  "type": "string",
                  "nullable": true,
                  "maxLength": 300,
                  "pattern": "\\S"
                },
                "postedAt": {
                  "title": "Posted At",
                  "description": "Buyer-supplied posted at for the authorized job record; recorded as submitted and not independently verified by the Actor.",
                  "type": "string",
                  "nullable": true,
                  "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d{1,9})?Z$"
                },
                "url": {
                  "title": "Url",
                  "description": "Buyer-supplied url for the authorized job record; recorded as submitted and not independently verified by the Actor.",
                  "type": "string",
                  "nullable": true,
                  "maxLength": 2000,
                  "pattern": "^https://"
                },
                "employmentType": {
                  "title": "Employment Type",
                  "description": "Buyer-supplied employment type for the authorized job record; recorded as submitted and not independently verified by the Actor.",
                  "type": "string",
                  "nullable": true,
                  "maxLength": 100,
                  "pattern": "\\S"
                },
                "descriptionSnippet": {
                  "title": "Description Snippet",
                  "description": "Buyer-supplied description snippet for the authorized job record; recorded as submitted and not independently verified by the Actor.",
                  "type": "string",
                  "nullable": true,
                  "maxLength": 1000,
                  "pattern": "\\S"
                },
                "sourceName": {
                  "title": "Source Name",
                  "description": "Buyer-supplied source name for the authorized job record; recorded as submitted and not independently verified by the Actor.",
                  "type": "string",
                  "minLength": 1,
                  "maxLength": 200,
                  "pattern": "\\S"
                },
                "sourceUrl": {
                  "title": "Source Url",
                  "description": "Buyer-supplied source url for the authorized job record; recorded as submitted and not independently verified by the Actor.",
                  "type": "string",
                  "minLength": 9,
                  "maxLength": 2000,
                  "pattern": "^https://"
                },
                "sourceLicense": {
                  "title": "Source License",
                  "description": "Buyer-supplied source license for the authorized job record; recorded as submitted and not independently verified by the Actor.",
                  "type": "string",
                  "minLength": 1,
                  "maxLength": 700,
                  "pattern": "\\S"
                },
                "sourceRetrievedAt": {
                  "title": "Source Retrieved At",
                  "description": "Buyer-supplied source retrieved at for the authorized job record; recorded as submitted and not independently verified by the Actor.",
                  "type": "string",
                  "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d{1,9})?Z$"
                },
                "changesMade": {
                  "title": "Changes Made",
                  "description": "Buyer-supplied changes made for the authorized job record; recorded as submitted and not independently verified by the Actor.",
                  "type": "string",
                  "minLength": 1,
                  "maxLength": 500,
                  "pattern": "\\S"
                }
              },
              "required": [
                "sourceCountry",
                "sourceJobId",
                "title",
                "sourceName",
                "sourceUrl",
                "sourceLicense",
                "sourceRetrievedAt",
                "changesMade"
              ]
            },
            "default": [
              {
                "sourceCountry": "mx",
                "sourceQuery": "ventas",
                "sourceJobId": "demo-sales-001",
                "title": "Account Executive",
                "company": "Example Employer SA de CV",
                "companyRating": null,
                "location": "Ciudad de México",
                "postedAt": "2026-08-12T09:00:00.000Z",
                "url": "https://careers.example.com/jobs/demo-sales-001",
                "employmentType": "Full-time",
                "descriptionSnippet": "Buyer-supplied summary of the role.",
                "sourceName": "Example employer ATS export",
                "sourceUrl": "https://careers.example.com/exports/jobs",
                "sourceLicense": "Employer-authorized export for recruiting operations.",
                "sourceRetrievedAt": "2026-08-12T10:00:00.000Z",
                "changesMade": "Selected fields and normalized whitespace."
              }
            ]
          },
          "items": {
            "title": "Legacy country:query searches (migration only)",
            "minItems": 1,
            "maxItems": 25,
            "type": "array",
            "description": "Backward-compatible API field. Computrabajo is not called. A free diagnostic explains how to submit a licensed structured export.",
            "items": {
              "type": "string",
              "minLength": 1,
              "maxLength": 200,
              "pattern": "\\S"
            }
          },
          "maxConcurrency": {
            "title": "Legacy concurrency (not used)",
            "minimum": 1,
            "maximum": 20,
            "type": "integer",
            "description": "Legacy migration-only concurrency value; the current zero-network processor does not use it."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}