{
  "openapi": "3.0.1",
  "info": {
    "title": "LinkedIn Jobs Scraper with Company Contacts",
    "description": "Scrape LinkedIn job postings without a login or cookies, then follow each hiring company to its own website and pull contact e-mail addresses, checked against live MX records. Also returns the person who posted the job when LinkedIn shows one.",
    "version": "0.1",
    "x-build-id": "9FBd2bZl14WrenX1d"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/garnet_puppet~linkedin-jobs-contact-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-garnet_puppet-linkedin-jobs-contact-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/garnet_puppet~linkedin-jobs-contact-scraper/runs": {
      "post": {
        "operationId": "runs-sync-garnet_puppet-linkedin-jobs-contact-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/garnet_puppet~linkedin-jobs-contact-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-garnet_puppet-linkedin-jobs-contact-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": {
          "keywords": {
            "title": "Job title or keywords",
            "type": "string",
            "description": "What to search for, e.g. \"marketing manager\" or \"python developer\".",
            "default": "marketing manager"
          },
          "location": {
            "title": "Location",
            "type": "string",
            "description": "City, region or country, e.g. \"Amsterdam\", \"Germany\", \"United States\".",
            "default": "Netherlands"
          },
          "maxJobs": {
            "title": "Max jobs",
            "minimum": 1,
            "maximum": 5000,
            "type": "integer",
            "description": "How many job postings to return. Each delivered posting is one charged result.",
            "default": 50
          },
          "findCompanyContacts": {
            "title": "Find company contact details",
            "type": "boolean",
            "description": "Look up the company's own website through its LinkedIn page, then scan that site for e-mail addresses. Costs extra requests, so it is off by default.",
            "default": false
          },
          "verifyEmails": {
            "title": "Verify e-mail addresses (included, no extra charge)",
            "type": "boolean",
            "description": "Look up MX records for every address found. Included in the base price.",
            "default": true
          },
          "onlyWithContact": {
            "title": "Only return jobs that have a contact",
            "type": "boolean",
            "description": "Skip postings where no e-mail or phone number could be found. Skipped postings are not charged.",
            "default": false
          },
          "maxPagesPerCompany": {
            "title": "Max pages per company website",
            "minimum": 1,
            "maximum": 10,
            "type": "integer",
            "description": "How many contact-intent pages to read on each company site (/, /contact, /about, /impressum, ...).",
            "default": 4
          },
          "postedInDays": {
            "title": "Posted within the last N days",
            "minimum": 0,
            "maximum": 365,
            "type": "integer",
            "description": "Applied by LinkedIn. 0 means no date filter.",
            "default": 0
          },
          "companyId": {
            "title": "LinkedIn company id",
            "type": "string",
            "description": "Applied by LinkedIn. Returns only this company's postings. Find it in the company page URL or its LinkedIn jobs link.",
            "default": ""
          },
          "employmentType": {
            "title": "Employment type",
            "enum": [
              "",
              "Full-time",
              "Part-time",
              "Contract",
              "Temporary",
              "Internship",
              "Volunteer",
              "Other"
            ],
            "type": "string",
            "description": "Applied after reading each posting.",
            "default": ""
          },
          "seniority": {
            "title": "Seniority level",
            "enum": [
              "",
              "Internship",
              "Entry level",
              "Associate",
              "Mid-Senior level",
              "Director",
              "Executive",
              "Not Applicable"
            ],
            "type": "string",
            "description": "Applied after reading each posting.",
            "default": ""
          },
          "workplace": {
            "title": "Workplace type",
            "enum": [
              "",
              "remote",
              "hybrid",
              "on-site"
            ],
            "type": "string",
            "description": "Applied after reading each posting, by looking at the job title and location.",
            "default": ""
          },
          "maxApplicants": {
            "title": "Max applicants",
            "minimum": 0,
            "maximum": 100000,
            "type": "integer",
            "description": "Only keep postings with at most this many applicants -- less competition. 0 means no limit. Postings where LinkedIn does not show a count are kept.",
            "default": 0
          },
          "titleInclude": {
            "title": "Job title must contain",
            "type": "array",
            "description": "Keep only postings whose title contains at least one of these words.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "titleExclude": {
            "title": "Job title must NOT contain",
            "type": "array",
            "description": "Drop postings whose title contains any of these words, e.g. \"senior\", \"intern\".",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "searchUrls": {
            "title": "LinkedIn search URLs",
            "type": "array",
            "description": "Paste LinkedIn job-search URLs straight from your browser. When set, the keyword and location fields above are ignored.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "geoId": {
            "title": "LinkedIn geoId",
            "type": "string",
            "description": "LinkedIn's own location id. More precise than the location text; overrides it when set.",
            "default": ""
          },
          "includeDescription": {
            "title": "Include the full job description",
            "type": "boolean",
            "description": "The complete posting text. Turn off for smaller results.",
            "default": 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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}