{
  "openapi": "3.0.1",
  "info": {
    "title": "LinkedIn Jobs Scraper | Full Description, Salary & Applicants",
    "description": "Scrape LinkedIn jobs by keyword & location with all filters, then open each posting: full description, seniority, job type, function, industries, pay range, applicant count. Monitor mode = only new jobs; free company hiring-signal rows rank employers by open roles. No login, pay per result, MCP.",
    "version": "0.0",
    "x-build-id": "3e2EMtMydgpQwQJPp"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/tactful_anvil~linkedin-jobs-full-details-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-tactful_anvil-linkedin-jobs-full-details-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/tactful_anvil~linkedin-jobs-full-details-scraper/runs": {
      "post": {
        "operationId": "runs-sync-tactful_anvil-linkedin-jobs-full-details-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/tactful_anvil~linkedin-jobs-full-details-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-tactful_anvil-linkedin-jobs-full-details-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": "Keywords",
            "type": "string",
            "description": "Job title, skill or company, exactly as you would type into LinkedIn job search (e.g. \"data analyst\", \"registered nurse\", \"python remote\").",
            "default": "data analyst"
          },
          "location": {
            "title": "Location",
            "type": "string",
            "description": "City, state or country (e.g. \"United States\", \"London, England\", \"Berlin\"). Leave empty for worldwide.",
            "default": "United States"
          },
          "locations": {
            "title": "Locations (multi-market)",
            "type": "array",
            "description": "Run the same keywords in several locations in one go (one per line). Use \"City, Country\" — bare city names like \"Amsterdam\" often return nothing on LinkedIn (\"Amsterdam, Netherlands\" works). Overrides Location; maxJobs applies per location.",
            "items": {
              "type": "string"
            }
          },
          "distance": {
            "title": "Distance (miles)",
            "minimum": 0,
            "maximum": 100,
            "type": "integer",
            "description": "Search radius around the location in miles (LinkedIn `distance`, e.g. 25). 0 = LinkedIn default.",
            "default": 0
          },
          "searchUrls": {
            "title": "LinkedIn job search URLs (advanced, optional)",
            "type": "array",
            "description": "Paste full linkedin.com/jobs/search?... URLs with any filters set in the LinkedIn UI. Each URL is a separate search; pagination is handled for you.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "postedWithin": {
            "title": "Posted within",
            "enum": [
              "any",
              "1h",
              "24h",
              "3d",
              "week",
              "month"
            ],
            "type": "string",
            "description": "Only jobs posted in this window.",
            "default": "any"
          },
          "remote": {
            "title": "Workplace type",
            "enum": [
              "any",
              "remote",
              "hybrid",
              "onsite"
            ],
            "type": "string",
            "description": "LinkedIn workplace filter.",
            "default": "any"
          },
          "experienceLevels": {
            "title": "Experience levels",
            "type": "array",
            "description": "Filter by seniority (multi-select).",
            "items": {
              "type": "string",
              "enum": [
                "internship",
                "entry",
                "associate",
                "mid-senior",
                "director",
                "executive"
              ],
              "enumTitles": [
                "Internship",
                "Entry level",
                "Associate",
                "Mid-Senior level",
                "Director",
                "Executive"
              ]
            },
            "default": []
          },
          "jobTypes": {
            "title": "Job types",
            "type": "array",
            "description": "Full-time, contract, etc. (multi-select).",
            "items": {
              "type": "string",
              "enum": [
                "full-time",
                "part-time",
                "contract",
                "temporary",
                "internship",
                "volunteer",
                "other"
              ],
              "enumTitles": [
                "Full-time",
                "Part-time",
                "Contract",
                "Temporary",
                "Internship",
                "Volunteer",
                "Other"
              ]
            },
            "default": []
          },
          "salaryMin": {
            "title": "Minimum salary (USD/year, LinkedIn buckets)",
            "type": "integer",
            "description": "0 = no filter. LinkedIn supports 40000, 60000, 80000, 100000, 120000, 140000, 160000, 180000, 200000 — the nearest lower bucket is used.",
            "default": 0
          },
          "sortBy": {
            "title": "Sort by",
            "enum": [
              "relevance",
              "date"
            ],
            "type": "string",
            "description": "Most relevant (LinkedIn default) or most recent first — use \"date\" for monitoring.",
            "default": "relevance"
          },
          "easyApplyOnly": {
            "title": "Easy Apply only",
            "type": "boolean",
            "description": "LinkedIn f_AL filter.",
            "default": false
          },
          "under10Applicants": {
            "title": "Under 10 applicants only",
            "type": "boolean",
            "description": "LinkedIn f_EA filter — fresh postings with little competition.",
            "default": false
          },
          "companyIds": {
            "title": "Company IDs (LinkedIn f_C)",
            "type": "array",
            "description": "Restrict to specific companies by LinkedIn numeric company ID (from the company URL or the `f_C=` parameter of a search URL), e.g. 1441 = Google.",
            "items": {
              "type": "string"
            }
          },
          "titleInclude": {
            "title": "Title must contain",
            "type": "array",
            "description": "Keep only jobs whose title contains ALL words of at least one of these phrases (case-insensitive, whole words), e.g. \"senior data\", \"analytics engineer\". Filtered-out jobs are never charged.",
            "items": {
              "type": "string"
            }
          },
          "titleExclude": {
            "title": "Title must NOT contain",
            "type": "array",
            "description": "Drop jobs whose title contains all words of any of these phrases, e.g. \"intern\", \"director\". Never charged.",
            "items": {
              "type": "string"
            }
          },
          "companyInclude": {
            "title": "Company name contains",
            "type": "array",
            "description": "Keep only jobs whose company name contains one of these strings (case-insensitive).",
            "items": {
              "type": "string"
            }
          },
          "companyExclude": {
            "title": "Company name excludes",
            "type": "array",
            "description": "Drop jobs from companies whose name contains any of these strings (e.g. staffing agencies).",
            "items": {
              "type": "string"
            }
          },
          "maxJobs": {
            "title": "Max jobs per search (charged rows)",
            "type": "integer",
            "description": "10 jobs per page; LinkedIn caps a search at ~1,000. Default 50.",
            "default": 50
          },
          "fetchDetails": {
            "title": "Fetch full job details",
            "type": "boolean",
            "description": "Opens each posting (1 extra request): full description, seniority, employment type, job function, industries, base pay range, applicant count. $1.60/1k instead of $0.80/1k.",
            "default": true
          },
          "maxDetails": {
            "title": "Max jobs to fetch details for",
            "type": "integer",
            "description": "Details for the first N jobs (search order). Default 50; set 1000 for all.",
            "default": 50
          },
          "includeDescriptionHtml": {
            "title": "Include description HTML",
            "type": "boolean",
            "description": "Also keep the raw HTML of the description (plain text is always included).",
            "default": false
          },
          "onlyNew": {
            "title": "Monitor mode (only jobs not seen in earlier runs)",
            "type": "boolean",
            "description": "Remembers job IDs between runs (key-value store) and outputs — and charges — only new postings. Ideal for schedules and job alerts.",
            "default": false
          },
          "companySignals": {
            "title": "Add free company hiring-signal rows",
            "type": "boolean",
            "description": "Extra never-charged rows (type: company-signal): companies ranked by open roles in this search with sample titles, locations, remote count, newest posting and top salary — a lead list for sales & recruiters. Also saved as COMPANY_SIGNALS.",
            "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}