{
  "openapi": "3.0.1",
  "info": {
    "title": "eFinancialCareers Jobs Scraper — Finance, Banking & Fintech",
    "description": "Scrape finance, banking, fintech & investment jobs from eFinancialCareers — title, company, salary, location, sector & full description. Filter by keyword, country & sector; export to Excel, CSV or JSON. Independent tool, not affiliated with eFinancialCareers.",
    "version": "0.1",
    "x-build-id": "5cMxGEPExmGNrqESg"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/haketa~efinancialcareers-jobs-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-haketa-efinancialcareers-jobs-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/haketa~efinancialcareers-jobs-scraper/runs": {
      "post": {
        "operationId": "runs-sync-haketa-efinancialcareers-jobs-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/haketa~efinancialcareers-jobs-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-haketa-efinancialcareers-jobs-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": {
          "searchTerms": {
            "title": "Search keywords",
            "type": "array",
            "description": "Job keywords to search, e.g. \"analyst\", \"investment banking\", \"quant\", \"risk\" or \"compliance\". Each keyword is searched separately. Leave empty to collect all jobs in the selected country.",
            "items": {
              "type": "string"
            }
          },
          "country": {
            "title": "Country / market",
            "enum": [
              "us",
              "gb",
              "hk",
              "sg",
              "de",
              "fr",
              "ch",
              "lu",
              "ae",
              "au"
            ],
            "type": "string",
            "description": "Which eFinancialCareers market to search. Salary and currency follow the market.",
            "default": "us"
          },
          "sectors": {
            "title": "Sectors (optional)",
            "type": "array",
            "description": "Keep only jobs in these finance sectors. Leave empty for all sectors.",
            "items": {
              "type": "string",
              "enum": [
                "INVESTMENT_BANKING_M_A",
                "ASSET_MANAGEMENT",
                "HEDGE_FUNDS",
                "PRIVATE_EQUITY_VENTURE_CAPITAL",
                "PRIVATE_BANKING_WEALTH_MANAGEMENT",
                "TRADING",
                "CAPITAL_MARKETS",
                "QUANTITATIVE_ANALYTICS",
                "RISK_MANAGEMENT",
                "COMPLIANCE_LEGAL",
                "ACCOUNTING_FINANCE",
                "CORPORATE_BANKING",
                "RETAIL_BANKING",
                "FINTECH",
                "INFORMATION_TECHNOLOGY",
                "OPERATIONS",
                "INSURANCE",
                "REAL_ESTATE",
                "SALES_MARKETING",
                "HR_RECRUITMENT",
                "INVESTOR_RELATIONS_PR",
                "INFORMATION_SERVICES"
              ],
              "enumTitles": [
                "Investment Banking & M&A",
                "Asset Management",
                "Hedge Funds",
                "Private Equity & Venture Capital",
                "Private Banking & Wealth Management",
                "Trading",
                "Capital Markets",
                "Quantitative Analytics",
                "Risk Management",
                "Compliance & Legal",
                "Accounting & Finance",
                "Corporate Banking",
                "Retail Banking",
                "Fintech",
                "Information Technology",
                "Operations",
                "Insurance",
                "Real Estate",
                "Sales & Marketing",
                "HR & Recruitment",
                "Investor Relations & PR",
                "Information Services"
              ]
            }
          },
          "employmentType": {
            "title": "Employment type",
            "enum": [
              "any",
              "Full time",
              "Part time"
            ],
            "type": "string",
            "description": "Filter by full- or part-time.",
            "default": "any"
          },
          "positionType": {
            "title": "Position type",
            "enum": [
              "any",
              "Permanent",
              "Contract",
              "Internships & Graduate Trainee",
              "Self Employed"
            ],
            "type": "string",
            "description": "Filter by contract type.",
            "default": "any"
          },
          "workArrangement": {
            "title": "Work arrangement",
            "enum": [
              "any",
              "remote",
              "hybrid"
            ],
            "type": "string",
            "description": "Keep only remote or hybrid roles (when disclosed by the employer).",
            "default": "any"
          },
          "minSalary": {
            "title": "Minimum salary",
            "minimum": 0,
            "type": "integer",
            "description": "Only jobs whose disclosed salary reaches at least this amount (in the market's currency). Jobs without a disclosed salary are skipped when set."
          },
          "postedWithinDays": {
            "title": "Posted within (days)",
            "minimum": 0,
            "type": "integer",
            "description": "Only jobs posted in the last N days. Leave empty for all."
          },
          "includeDescription": {
            "title": "Include full job description",
            "type": "boolean",
            "description": "Add the full job description text to every record. Turn off for a lighter, faster export.",
            "default": true
          },
          "maxItems": {
            "title": "Max results",
            "minimum": 0,
            "type": "integer",
            "description": "Stop after collecting this many jobs in total. Set 0 for no limit.",
            "default": 100
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Recommended for reliable collection. Datacenter proxies are enough for this Actor.",
            "default": {
              "useApifyProxy": true
            }
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}