{
  "openapi": "3.0.1",
  "info": {
    "title": "Richest Linkedin Job Scraper",
    "description": "After trying 50+ LinkedIn scrapers and hitting the same walls — rate limits, missing fields, slow sequential runs, Bad Search Results — I built this from scratch. Scrapes title, location, employees count, followers, skills, workplace type, experience level, date posted & applicant count. Parallel.",
    "version": "1.0",
    "x-build-id": "gj8koIyYvkffzrUSN"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/naive_wrangler~richest-linkedin-job-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-naive_wrangler-richest-linkedin-job-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/naive_wrangler~richest-linkedin-job-scraper/runs": {
      "post": {
        "operationId": "runs-sync-naive_wrangler-richest-linkedin-job-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/naive_wrangler~richest-linkedin-job-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-naive_wrangler-richest-linkedin-job-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",
        "required": [
          "titles"
        ],
        "properties": {
          "titles": {
            "title": "Job Titles",
            "type": "array",
            "description": "List of job titles to search. Each runs as a separate instance.",
            "default": [
              "Software Engineer"
            ],
            "items": {
              "type": "string"
            }
          },
          "location": {
            "title": "Location",
            "type": "string",
            "description": "Country or city. Use 'Worldwide' or 'Remote' for global.",
            "default": "United States"
          },
          "job_type": {
            "title": "Job Type",
            "type": "array",
            "description": "Filter by workplace type.",
            "items": {
              "type": "string",
              "enum": [
                "remote",
                "hybrid",
                "onsite"
              ],
              "enumTitles": [
                "Remote",
                "Hybrid",
                "On-site"
              ]
            },
            "default": []
          },
          "experience_level": {
            "title": "Experience Level",
            "type": "array",
            "description": "Filter by seniority level.",
            "items": {
              "type": "string",
              "enum": [
                "internship",
                "entry",
                "mid",
                "senior",
                "director",
                "executive"
              ],
              "enumTitles": [
                "Internship",
                "Entry Level",
                "Mid Level",
                "Senior",
                "Director",
                "Executive"
              ]
            },
            "default": []
          },
          "date_posted": {
            "title": "Date Posted",
            "enum": [
              "24h",
              "week",
              "month",
              "any"
            ],
            "type": "string",
            "description": "Recency of job posting.",
            "default": "week"
          },
          "sort_by": {
            "title": "Sort By",
            "enum": [
              "recent",
              "relevant"
            ],
            "type": "string",
            "description": "How to sort results.",
            "default": "recent"
          },
          "count": {
            "title": "Jobs Per Title",
            "minimum": 1,
            "maximum": 500,
            "type": "integer",
            "description": "How many jobs to return per title. Max ~500.",
            "default": 25
          },
          "easy_apply": {
            "title": "Easy Apply Only",
            "type": "boolean",
            "description": "Only return jobs with LinkedIn Easy Apply.",
            "default": false
          },
          "under_10_applicants": {
            "title": "Under 10 Applicants",
            "type": "boolean",
            "description": "Only return jobs with fewer than 10 applicants.",
            "default": false
          },
          "fetch_details": {
            "title": "Fetch Full Job Details",
            "type": "boolean",
            "description": "Fetch individual job pages for description, skills, poster info. Slower but richer.",
            "default": true
          },
          "min_applicants": {
            "title": "Min Applicants",
            "type": "integer",
            "description": "Only return jobs with at least this many applicants.",
            "default": null
          },
          "max_applicants": {
            "title": "Max Applicants",
            "type": "integer",
            "description": "Only return jobs with at most this many applicants.",
            "default": null
          },
          "company_ids": {
            "title": "Company IDs",
            "type": "array",
            "description": "Filter by specific LinkedIn company IDs.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "industry": {
            "title": "Industry",
            "enum": [
              "",
              "technology",
              "finance",
              "healthcare",
              "education",
              "retail",
              "manufacturing",
              "consulting",
              "media",
              "government"
            ],
            "type": "string",
            "description": "Filter by industry.",
            "default": ""
          },
          "fetch_company_details": {
            "title": "Fetch Company Details",
            "type": "boolean",
            "description": "Fetch LinkedIn company pages to get follower count and employee count. Adds one request per unique company.",
            "default": false
          },
          "proxy": {
            "title": "Proxy URL",
            "type": "string",
            "description": "Optional proxy. Format: http://user:pass@host:port",
            "default": null
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}