{
  "openapi": "3.0.1",
  "info": {
    "title": "Wellfound Job Listings Scraper",
    "description": "Filter your job search by inputting job role or category, location, experience level, funding stage & workplace type to scrape Wellfound jobs. Outputs complete listings: job title, location, salaries, skills, requirements, responsibilities, company details, funding info & hiring insights and more.",
    "version": "0.0",
    "x-build-id": "SnjseUUriwh6wt0CW"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/codenest~wellfound-job-listings-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-codenest-wellfound-job-listings-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/codenest~wellfound-job-listings-scraper/runs": {
      "post": {
        "operationId": "runs-sync-codenest-wellfound-job-listings-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/codenest~wellfound-job-listings-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-codenest-wellfound-job-listings-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": {
          "role": {
            "title": "💼 Job Role / Title",
            "type": "string",
            "description": "Target job title or role category (e.g. 'Software Engineer', 'Full Stack Developer', 'AI Engineer', 'Product Manager', 'Data Scientist'). Leave empty to search all job roles.",
            "default": ""
          },
          "workplaceType": {
            "title": "🏢 Workplace Type (Remote / In Office)",
            "enum": [
              "Any",
              "Remote",
              "In Office"
            ],
            "type": "string",
            "description": "Select workplace preference: 'Remote' or 'In Office'. Select 'Any' for all workplace types.",
            "default": "Any"
          },
          "location": {
            "title": "🌍 Location",
            "type": "string",
            "description": "Target geographic location (e.g. 'United States', 'San Francisco', 'New York', 'London', 'India', 'Germany'). Can be combined with Remote or In Office. Leave empty for all locations.",
            "default": ""
          },
          "experienceLevel": {
            "title": "🎓 Experience Level",
            "enum": [
              "All",
              "Junior / Entry-level",
              "Mid-level",
              "Senior",
              "Lead / Manager"
            ],
            "type": "string",
            "description": "Filter by experience level: Entry-level / Junior, Mid-level, Senior, or Lead / Manager.",
            "default": "All"
          },
          "fundingStage": {
            "title": "🚀 Startup Funding Stage",
            "enum": [
              "All",
              "Seed",
              "Series A",
              "Series B",
              "Series C",
              "Scale Stage",
              "Growth Stage"
            ],
            "type": "string",
            "description": "Filter by investment stage (e.g. 'Seed', 'Series A', 'Series B', 'Scale Stage', 'All').",
            "default": "All"
          },
          "maxItems": {
            "title": "🎯 Maximum Jobs to Scrape",
            "minimum": 1,
            "type": "integer",
            "description": "Maximum number of startup job listings to scrape (e.g. 50, 100, 500, 1000).",
            "default": 50
          },
          "includeJobDescription": {
            "title": "📝 Include Job Description & Requirements",
            "type": "boolean",
            "description": "Enable (ON) to scrape full multiline 'jobDescription', 'requirements', 'qualifications', and 'responsibilities' (charged at detailed event rate: $0.005/job). Disable (OFF) to scrape only core job & company data at basic event rate ($0.002/job).",
            "default": true
          },
          "directUrls": {
            "title": "🔗 Optional Direct Wellfound Job URLs",
            "type": "array",
            "description": "Optional list of direct Wellfound job listing URLs to scrape directly.",
            "items": {
              "type": "string"
            }
          },
          "maxTotalChargeUsd": {
            "title": "Maximum Total Charge (USD)",
            "minimum": 0.01,
            "type": "number",
            "description": "Optional spending limit in USD for Pay-Per-Event pricing (e.g. 5.00 for $5.00 USD)."
          },
          "proxyConfiguration": {
            "title": "Proxy Configuration",
            "type": "object",
            "description": "Apify Proxy Configuration. By default, dedicated Apify GOOGLE_SERP proxy is used automatically for Google Search queries to prevent blocks, while Residential Proxy is used for scraping Wellfound job detail pages.",
            "default": {
              "useApifyProxy": true,
              "apifyProxyGroups": [
                "RESIDENTIAL"
              ]
            }
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}