{
  "openapi": "3.0.1",
  "info": {
    "title": "🔥 LinkedIn Jobs Scraper",
    "description": "ℹ️ Designed for both personal and professional use, simply enter your desired job title and location to receive a tailored list of job opportunities. Try it today!",
    "version": "0.0",
    "x-build-id": "F4nVOX6jWwh2sxPm9"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/bebity~linkedin-jobs-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-bebity-linkedin-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/bebity~linkedin-jobs-scraper/runs": {
      "post": {
        "operationId": "runs-sync-bebity-linkedin-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/bebity~linkedin-jobs-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-bebity-linkedin-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": {
          "titles": {
            "title": "Job titles / keywords",
            "type": "array",
            "description": "What to search for (e.g. Web developer). Add several — each is searched separately (up to Results per search each) and every result is tagged with the term it came from (in scrapingInfo). Leave empty for a broad search.",
            "items": {
              "type": "string"
            }
          },
          "locations": {
            "title": "Job locations",
            "type": "array",
            "description": "Where to search (e.g. Paris, New York). Every title is crossed with every location — each title × location pair is its own search — and every result is tagged with the location it came from (in scrapingInfo).",
            "items": {
              "type": "string"
            }
          },
          "rows": {
            "title": "Results per search",
            "minimum": 0,
            "maximum": 1000,
            "type": "integer",
            "description": "How many jobs to return per search (up to 1000). Each job title × location is its own search. Set 0 (the default) for all available — every search runs to its last page. The whole run is also capped by the max items / cost limit you set on the run, so use that to bound the total.",
            "default": 0
          },
          "companyName": {
            "title": "Company name",
            "type": "array",
            "description": "Restrict to specific companies by name (e.g. Google, NASA).",
            "items": {
              "type": "string"
            }
          },
          "companyId": {
            "title": "Company id",
            "type": "array",
            "description": "Restrict to specific companies by numeric LinkedIn id (e.g. Facebook: 76987811, Uber: 1815218). Numbers only.",
            "items": {
              "type": "string"
            }
          },
          "companyUrls": {
            "title": "Company URLs",
            "type": "array",
            "description": "Filter the search to specific companies by their LinkedIn page URL (e.g. https://www.linkedin.com/company/openai/) — often easier than finding the numeric id. Combines with your title/location filters. A numeric /company/{id} URL is used directly; a name URL is resolved automatically. (To instead scrape every job of a company on its own, paste the company URL into Start URLs.)",
            "items": {
              "type": "string"
            }
          },
          "publishedAt": {
            "title": "Published at",
            "enum": [
              "",
              "r2592000",
              "r604800",
              "r86400"
            ],
            "type": "string",
            "description": "How recent the posting must be.",
            "default": ""
          },
          "easyApply": {
            "title": "Easy Apply only",
            "type": "boolean",
            "description": "Only return jobs that offer LinkedIn Easy Apply.",
            "default": false
          },
          "under10Applicants": {
            "title": "Under 10 applicants",
            "type": "boolean",
            "description": "Only return jobs with fewer than 10 applicants — less-competitive roles.",
            "default": false
          },
          "workTypes": {
            "title": "Workplace type",
            "type": "array",
            "description": "On-site, Remote and/or Hybrid. Pick one or more to match any of them.",
            "items": {
              "type": "string",
              "enum": [
                "1",
                "2",
                "3"
              ],
              "enumTitles": [
                "On-site",
                "Remote",
                "Hybrid"
              ]
            }
          },
          "contractTypes": {
            "title": "Employment type",
            "type": "array",
            "description": "Full-time, Part-time, Contract, Temporary, Internship or Volunteer. Pick one or more to match any of them.",
            "items": {
              "type": "string",
              "enum": [
                "F",
                "P",
                "C",
                "T",
                "I",
                "V"
              ],
              "enumTitles": [
                "Full-time",
                "Part-time",
                "Contract",
                "Temporary",
                "Internship",
                "Volunteer"
              ]
            }
          },
          "experienceLevels": {
            "title": "Experience level",
            "type": "array",
            "description": "Internship → Director. Pick one or more to match any of them.",
            "items": {
              "type": "string",
              "enum": [
                "1",
                "2",
                "3",
                "4",
                "5"
              ],
              "enumTitles": [
                "Internship",
                "Entry level",
                "Associate",
                "Mid-Senior level",
                "Director"
              ]
            }
          },
          "industry": {
            "title": "Industry",
            "type": "array",
            "description": "Filter by company industry — pick one or more from the list (no ids to look up). Combine several to match any of them. Filtered accurately on Linkedin’s side.",
            "items": {
              "type": "string",
              "enum": [
                "799",
                "3246",
                "3245",
                "2190",
                "47",
                "73",
                "1912",
                "80",
                "709",
                "901",
                "2366",
                "94",
                "120",
                "3253",
                "125",
                "2077",
                "2167",
                "481",
                "127",
                "598",
                "112",
                "852",
                "50",
                "71",
                "703",
                "38",
                "973",
                "147",
                "52",
                "529",
                "41",
                "2217",
                "2197",
                "142",
                "390",
                "12",
                "3134",
                "3125",
                "861",
                "82",
                "1602",
                "562",
                "36",
                "406",
                "453",
                "460",
                "436",
                "11",
                "3129",
                "3128",
                "1641",
                "129",
                "2212",
                "54",
                "690",
                "2128",
                "2048",
                "2139",
                "90",
                "51",
                "1738",
                "773",
                "3252",
                "3251",
                "341",
                "1938",
                "1798",
                "2247",
                "918",
                "964",
                "2374",
                "2115",
                "118",
                "109",
                "3",
                "5",
                "24",
                "2368",
                "48",
                "871",
                "1786",
                "91",
                "3068",
                "2019",
                "3065",
                "1673",
                "849",
                "65",
                "2135",
                "2458",
                "3130",
                "1",
                "2045",
                "99",
                "3101",
                "3244",
                "564",
                "132",
                "2375",
                "1999",
                "69",
                "998",
                "383",
                "382",
                "2468",
                "2240",
                "3099",
                "2122",
                "3242",
                "935",
                "28",
                "388",
                "86",
                "1779",
                "110",
                "76",
                "1923",
                "840",
                "122",
                "2060",
                "63",
                "201",
                "615",
                "43",
                "2025",
                "3070",
                "66",
                "2020",
                "23",
                "1339",
                "34",
                "2255",
                "622",
                "298",
                "385",
                "87",
                "504",
                "3255",
                "101",
                "1742",
                "26",
                "29",
                "389",
                "779",
                "145",
                "2179",
                "75",
                "148",
                "140",
                "1495",
                "2353",
                "68",
                "431",
                "2161",
                "1905",
                "2074",
                "150",
                "31",
                "2081",
                "14",
                "2194",
                "1080",
                "1005",
                "2318",
                "2369",
                "3081",
                "137",
                "923",
                "384",
                "88",
                "135",
                "1909",
                "84",
                "42",
                "1737",
                "1743",
                "1725",
                "3126",
                "74",
                "141",
                "1285",
                "3124",
                "3132",
                "1504",
                "1720",
                "45",
                "46",
                "96",
                "3102",
                "3106",
                "1855",
                "3104",
                "3103",
                "3107",
                "3105",
                "1965",
                "2934",
                "2029",
                "2272",
                "77",
                "9",
                "128",
                "1759",
                "616",
                "10",
                "72",
                "85",
                "794",
                "1696",
                "55",
                "994",
                "25",
                "95",
                "97",
                "1862",
                "1095",
                "983",
                "521",
                "3133",
                "126",
                "2069",
                "17",
                "13",
                "139",
                "345",
                "883",
                "887",
                "928",
                "2391",
                "56",
                "3100",
                "2214",
                "3131",
                "53",
                "1042",
                "1611",
                "35",
                "2159",
                "37",
                "115",
                "114",
                "397",
                "3096",
                "81",
                "100",
                "356",
                "413",
                "386",
                "2091",
                "1916",
                "1090",
                "679",
                "57",
                "3095",
                "332",
                "1445",
                "113",
                "2401",
                "2050",
                "2063",
                "123",
                "146",
                "722",
                "61",
                "1745",
                "39",
                "2130",
                "1600",
                "2258",
                "18",
                "2259",
                "2282",
                "15",
                "131",
                "136",
                "2054",
                "2040",
                "1520",
                "743",
                "117",
                "107",
                "1573",
                "67",
                "807",
                "83",
                "1911",
                "1810",
                "105",
                "2360",
                "2358",
                "79",
                "98",
                "78",
                "2143",
                "1633",
                "1481",
                "62",
                "64",
                "256",
                "44",
                "1770",
                "1757",
                "40",
                "3256",
                "89",
                "3241",
                "3240",
                "144",
                "2225",
                "70",
                "408",
                "32",
                "27",
                "19",
                "1319",
                "3186",
                "111",
                "1409",
                "1324",
                "1423",
                "1309",
                "1370",
                "22",
                "1359",
                "143",
                "1292",
                "1407",
                "138",
                "1424",
                "3250",
                "1431",
                "2253",
                "3247",
                "3248",
                "763",
                "1649",
                "1678",
                "1512",
                "528",
                "2012",
                "1713",
                "121",
                "1956",
                "1958",
                "7",
                "3243",
                "2112",
                "1625",
                "58",
                "1517",
                "1532",
                "2181",
                "3254",
                "727",
                "3127",
                "4",
                "387",
                "1623",
                "3089",
                "435",
                "33",
                "20",
                "2027",
                "2142",
                "873",
                "104",
                "404",
                "102",
                "428",
                "495",
                "3249",
                "1505",
                "2018",
                "6",
                "1594",
                "8",
                "1644",
                "1931",
                "1925",
                "60",
                "2133",
                "130",
                "21",
                "108",
                "1029",
                "3085",
                "116",
                "30",
                "92",
                "1750",
                "876",
                "1497",
                "59",
                "3086",
                "419",
                "2226",
                "106",
                "16",
                "2125",
                "93",
                "1981",
                "1986",
                "400",
                "398",
                "124",
                "133",
                "1267",
                "1222",
                "1171",
                "49",
                "1257",
                "1157",
                "1221",
                "1231",
                "1230",
                "1137",
                "1178",
                "134",
                "1208",
                "1187",
                "1166",
                "1128",
                "1212",
                "1262",
                "1153",
                "1250",
                "1206",
                "2489",
                "2500",
                "119",
                "625",
                "784",
                "103",
                "2163"
              ],
              "enumTitles": [
                "Abrasives and Nonmetallic Minerals Manufacturing",
                "Accessible Architecture and Design",
                "Accessible Hardware Manufacturing",
                "Accommodation Services",
                "Accounting",
                "Administration of Justice",
                "Administrative and Support Services",
                "Advertising Services",
                "Agricultural Chemical Manufacturing",
                "Agriculture, Construction, Mining Machinery Manufacturing",
                "Air, Water, and Waste Program Management",
                "Airlines and Aviation",
                "Alternative Dispute Resolution",
                "Alternative Fuel Vehicle Manufacturing",
                "Alternative Medicine",
                "Ambulance Services",
                "Amusement Parks and Arcades",
                "Animal Feed Manufacturing",
                "Animation and Post-production",
                "Apparel Manufacturing",
                "Appliances, Electrical, and Electronics Manufacturing",
                "Architectural and Structural Metal Manufacturing",
                "Architecture and Planning",
                "Armed Forces",
                "Artificial Rubber and Synthetic Fiber Manufacturing",
                "Artists and Writers",
                "Audio and Video Equipment Manufacturing",
                "Automation Machinery Manufacturing",
                "Aviation and Aerospace Component Manufacturing",
                "Baked Goods Manufacturing",
                "Banking",
                "Bars, Taverns, and Nightclubs",
                "Bed-and-Breakfasts, Hostels, Homestays",
                "Beverage Manufacturing",
                "Biomass Electric Power Generation",
                "Biotechnology Research",
                "Blockchain Services",
                "Blogs",
                "Boilers, Tanks, and Shipping Container Manufacturing",
                "Book and Periodical Publishing",
                "Book Publishing",
                "Breweries",
                "Broadcast Media Production and Distribution",
                "Building Construction",
                "Building Equipment Contractors",
                "Building Finishing Contractors",
                "Building Structure and Exterior Contractors",
                "Business Consulting and Services",
                "Business Content",
                "Business Intelligence Platforms",
                "Cable and Satellite Programming",
                "Capital Markets",
                "Caterers",
                "Chemical Manufacturing",
                "Chemical Raw Materials Manufacturing",
                "Child Day Care Services",
                "Chiropractors",
                "Circuses and Magic Shows",
                "Civic and Social Organizations",
                "Civil Engineering",
                "Claims Adjusting, Actuarial Services",
                "Clay and Refractory Products Manufacturing",
                "Climate Data and Analytics",
                "Climate Technology Product Manufacturing",
                "Coal Mining",
                "Collection Agencies",
                "Commercial and Industrial Equipment Rental",
                "Commercial and Industrial Machinery Maintenance",
                "Commercial and Service Industry Machinery Manufacturing",
                "Communications Equipment Manufacturing",
                "Community Development and Urban Planning",
                "Community Services",
                "Computer and Network Security",
                "Computer Games",
                "Computer Hardware Manufacturing",
                "Computer Networking Products",
                "Computers and Electronics Manufacturing",
                "Conservation Programs",
                "Construction",
                "Construction Hardware Manufacturing",
                "Consumer Goods Rental",
                "Consumer Services",
                "Correctional Institutions",
                "Cosmetology and Barber Schools",
                "Courts of Law",
                "Credit Intermediation",
                "Cutlery and Handtool Manufacturing",
                "Dairy Product Manufacturing",
                "Dance Companies",
                "Data Infrastructure and Analytics",
                "Data Security Software Products",
                "Defense and Space Manufacturing",
                "Dentists",
                "Design Services",
                "Desktop Computing Software Products",
                "Digital Accessibility Services",
                "Distilleries",
                "E-Learning Providers",
                "Economic Programs",
                "Education",
                "Education Administration Programs",
                "Electric Lighting Equipment Manufacturing",
                "Electric Power Generation",
                "Electric Power Transmission, Control, and Distribution",
                "Electrical Equipment Manufacturing",
                "Electronic and Precision Equipment Maintenance",
                "Embedded Software Products",
                "Emergency and Relief Services",
                "Engineering Services",
                "Engines and Power Transmission Equipment Manufacturing",
                "Entertainment Providers",
                "Environmental Quality Programs",
                "Environmental Services",
                "Equipment Rental Services",
                "Events Services",
                "Executive Offices",
                "Executive Search Services",
                "Fabricated Metal Products",
                "Facilities Services",
                "Family Planning Centers",
                "Farming",
                "Farming, Ranching, Forestry",
                "Fashion Accessories Manufacturing",
                "Financial Services",
                "Fine Arts Schools",
                "Fire Protection",
                "Fisheries",
                "Flight Training",
                "Food and Beverage Manufacturing",
                "Food and Beverage Retail",
                "Food and Beverage Services",
                "Footwear and Leather Goods Repair",
                "Footwear Manufacturing",
                "Forestry and Logging",
                "Fossil Fuel Electric Power Generation",
                "Freight and Package Transportation",
                "Fruit and Vegetable Preserves Manufacturing",
                "Fuel Cell Manufacturing",
                "Fundraising",
                "Funds and Trusts",
                "Furniture and Home Furnishings Manufacturing",
                "Gambling Facilities and Casinos",
                "Geothermal Electric Power Generation",
                "Glass Product Manufacturing",
                "Glass, Ceramics and Concrete Manufacturing",
                "Golf Courses and Country Clubs",
                "Government Administration",
                "Government Relations Services",
                "Graphic Design",
                "Ground Passenger Transportation",
                "Health and Human Services",
                "Higher Education",
                "Highway, Street, and Bridge Construction",
                "Historical Sites",
                "Holding Companies",
                "Home Health Care Services",
                "Horticulture",
                "Hospitality",
                "Hospitals",
                "Hospitals and Health Care",
                "Hotels and Motels",
                "Household and Institutional Furniture Manufacturing",
                "Household Appliance Manufacturing",
                "Household Services",
                "Housing and Community Development",
                "Housing Programs",
                "Human Resources Services",
                "HVAC and Refrigeration Equipment Manufacturing",
                "Hydroelectric Power Generation",
                "Individual and Family Services",
                "Industrial Machinery Manufacturing",
                "Industry Associations",
                "Information Services",
                "Insurance",
                "Insurance Agencies and Brokerages",
                "Insurance and Employee Benefit Funds",
                "Insurance Carriers",
                "Interior Design",
                "International Affairs",
                "International Trade and Development",
                "Internet Marketplace Platforms",
                "Internet News",
                "Internet Publishing",
                "Interurban and Rural Bus Services",
                "Investment Advice",
                "Investment Banking",
                "Investment Management",
                "IT Services and IT Consulting",
                "IT System Custom Software Development",
                "IT System Data Services",
                "IT System Design Services",
                "IT System Installation and Disposal",
                "IT System Operations and Maintenance",
                "IT System Testing and Evaluation",
                "IT System Training and Support",
                "Janitorial Services",
                "Landscaping Services",
                "Language Schools",
                "Laundry and Drycleaning Services",
                "Law Enforcement",
                "Law Practice",
                "Leasing Non-residential Real Estate",
                "Leasing Residential Real Estate",
                "Leather Product Manufacturing",
                "Legal Services",
                "Legislative Offices",
                "Libraries",
                "Lime and Gypsum Products Manufacturing",
                "Loan Brokers",
                "Machinery Manufacturing",
                "Magnetic and Optical Media Manufacturing",
                "Manufacturing",
                "Maritime Transportation",
                "Market Research",
                "Marketing Services",
                "Mattress and Blinds Manufacturing",
                "Measuring and Control Instrument Manufacturing",
                "Meat Products Manufacturing",
                "Media & Telecommunications",
                "Media Production",
                "Medical and Diagnostic Laboratories",
                "Medical Equipment Manufacturing",
                "Medical Practices",
                "Mental Health Care",
                "Metal Ore Mining",
                "Metal Treatments",
                "Metal Valve, Ball, and Roller Manufacturing",
                "Metalworking Machinery Manufacturing",
                "Military and International Affairs",
                "Mining",
                "Mobile Computing Software Products",
                "Mobile Food Services",
                "Mobile Gaming Apps",
                "Motor Vehicle Manufacturing",
                "Motor Vehicle Parts Manufacturing",
                "Movies and Sound Recording",
                "Movies, Videos and Sound",
                "Museums",
                "Museums, Historical Sites, and Zoos",
                "Musicians",
                "Nanotechnology Research",
                "Natural Gas Distribution",
                "Natural Gas Extraction",
                "Newspaper Publishing",
                "Non-profit Organizations",
                "Nonmetallic Mineral Mining",
                "Nonresidential Building Construction",
                "Nuclear Electric Power Generation",
                "Nursing Homes and Residential Care Facilities",
                "Office Administration",
                "Office Furniture and Fixtures Manufacturing",
                "Oil and Coal Product Manufacturing",
                "Oil and Gas",
                "Oil Extraction",
                "Oil, Gas, and Mining",
                "Online and Mail Order Retail",
                "Online Audio and Video Media",
                "Operations Consulting",
                "Optometrists",
                "Outpatient Care Centers",
                "Outsourcing and Offshoring Consulting",
                "Packaging and Containers Manufacturing",
                "Paint, Coating, and Adhesive Manufacturing",
                "Paper and Forest Product Manufacturing",
                "Pension Funds",
                "Performing Arts",
                "Performing Arts and Spectator Sports",
                "Periodical Publishing",
                "Personal and Laundry Services",
                "Personal Care Product Manufacturing",
                "Personal Care Services",
                "Pet Services",
                "Pharmaceutical Manufacturing",
                "Philanthropic Fundraising Services",
                "Photography",
                "Physical, Occupational and Speech Therapists",
                "Physicians",
                "Pipeline Transportation",
                "Plastics and Rubber Product Manufacturing",
                "Plastics Manufacturing",
                "Political Organizations",
                "Postal Services",
                "Primary and Secondary Education",
                "Primary Metal Manufacturing",
                "Printing Services",
                "Professional Organizations",
                "Professional Services",
                "Professional Training and Coaching",
                "Public Assistance Programs",
                "Public Health",
                "Public Policy Offices",
                "Public Relations and Communications Services",
                "Public Safety",
                "Racetracks",
                "Radio and Television Broadcasting",
                "Rail Transportation",
                "Railroad Equipment Manufacturing",
                "Ranching",
                "Ranching and Fisheries",
                "Real Estate",
                "Real Estate Agents and Brokers",
                "Real Estate and Equipment Rental Services",
                "Recreational Facilities",
                "Regenerative Design",
                "Religious Institutions",
                "Renewable Energy Equipment Manufacturing",
                "Renewable Energy Power Generation",
                "Renewable Energy Semiconductor Manufacturing",
                "Repair and Maintenance",
                "Research Services",
                "Residential Building Construction",
                "Restaurants",
                "Retail",
                "Retail Apparel and Fashion",
                "Retail Appliances, Electrical, and Electronic Equipment",
                "Retail Art Dealers",
                "Retail Art Supplies",
                "Retail Books and Printed News",
                "Retail Building Materials and Garden Equipment",
                "Retail Florists",
                "Retail Furniture and Home Furnishings",
                "Retail Gasoline",
                "Retail Groceries",
                "Retail Health and Personal Care Products",
                "Retail Luxury Goods and Jewelry",
                "Retail Motor Vehicles",
                "Retail Musical Instruments",
                "Retail Office Equipment",
                "Retail Office Supplies and Gifts",
                "Retail Pharmacies",
                "Retail Recyclable Materials & Used Merchandise",
                "Reupholstery and Furniture Repair",
                "Robot Manufacturing",
                "Robotics Engineering",
                "Rubber Products Manufacturing",
                "Satellite Telecommunications",
                "Savings Institutions",
                "School and Employee Bus Services",
                "Seafood Product Manufacturing",
                "Secretarial Schools",
                "Securities and Commodity Exchanges",
                "Security and Investigations",
                "Security Guards and Patrol Services",
                "Security Systems Services",
                "Semiconductor Manufacturing",
                "Services for Renewable Energy",
                "Services for the Elderly and Disabled",
                "Sheet Music Publishing",
                "Shipbuilding",
                "Shuttles and Special Needs Transportation Services",
                "Sightseeing Transportation",
                "Skiing Facilities",
                "Smart Meter Manufacturing",
                "Soap and Cleaning Product Manufacturing",
                "Social Networking Platforms",
                "Software Development",
                "Solar Electric Power Generation",
                "Sound Recording",
                "Space Research and Technology",
                "Specialty Trade Contractors",
                "Spectator Sports",
                "Sporting Goods Manufacturing",
                "Sports and Recreation Instruction",
                "Sports Teams and Clubs",
                "Spring and Wire Product Manufacturing",
                "Staffing and Recruiting",
                "Steam and Air-Conditioning Supply",
                "Strategic Management Services",
                "Subdivision of Land",
                "Sugar and Confectionery Product Manufacturing",
                "Surveying and Mapping Services",
                "Taxi and Limousine Services",
                "Technical and Vocational Training",
                "Technology, Information and Internet",
                "Technology, Information and Media",
                "Telecommunications",
                "Telecommunications Carriers",
                "Telephone Call Centers",
                "Temporary Help Services",
                "Textile Manufacturing",
                "Theater Companies",
                "Think Tanks",
                "Tobacco Manufacturing",
                "Translation and Localization",
                "Transportation Equipment Manufacturing",
                "Transportation Programs",
                "Transportation, Logistics, Supply Chain and Storage",
                "Travel Arrangements",
                "Truck Transportation",
                "Trusts and Estates",
                "Turned Products and Fastener Manufacturing",
                "Urban Transit Services",
                "Utilities",
                "Utilities Administration",
                "Utility System Construction",
                "Vehicle Repair and Maintenance",
                "Venture Capital and Private Equity Principals",
                "Veterinary Services",
                "Vocational Rehabilitation Services",
                "Warehousing and Storage",
                "Waste Collection",
                "Waste Treatment and Disposal",
                "Water Supply and Irrigation Systems",
                "Water, Waste, Steam, and Air Conditioning Services",
                "Wellness and Fitness Services",
                "Wholesale",
                "Wholesale Alcoholic Beverages",
                "Wholesale Apparel and Sewing Supplies",
                "Wholesale Appliances, Electrical, and Electronics",
                "Wholesale Building Materials",
                "Wholesale Chemical and Allied Products",
                "Wholesale Computer Equipment",
                "Wholesale Drugs and Sundries",
                "Wholesale Food and Beverage",
                "Wholesale Footwear",
                "Wholesale Furniture and Home Furnishings",
                "Wholesale Hardware, Plumbing, Heating Equipment",
                "Wholesale Import and Export",
                "Wholesale Luxury Goods and Jewelry",
                "Wholesale Machinery",
                "Wholesale Metals and Minerals",
                "Wholesale Motor Vehicles and Parts",
                "Wholesale Paper Products",
                "Wholesale Petroleum and Petroleum Products",
                "Wholesale Photography Equipment and Supplies",
                "Wholesale Raw Farm Products",
                "Wholesale Recyclable Materials",
                "Wind Electric Power Generation",
                "Wineries",
                "Wireless Services",
                "Women's Handbag Manufacturing",
                "Wood Product Manufacturing",
                "Writing and Editing",
                "Zoos and Botanical Gardens"
              ]
            }
          },
          "startUrls": {
            "title": "LinkedIn URLs",
            "type": "array",
            "description": "Paste LinkedIn job-search URLs (from the search page after applying filters), single job URLs, or a company page URL (e.g. https://www.linkedin.com/company/openai/) to scrape every job at that company. When provided, these drive the run and the search filters above are ignored.",
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "maxRowsPerUrl": {
            "title": "Max results per URL",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum results to collect from each pasted URL above. Set 0 (the default) for all available — each URL runs to its last page. Bound the total with the run's max items / cost limit.",
            "default": 0
          },
          "companyProfile": {
            "title": "🏢 Company profile",
            "type": "boolean",
            "description": "Add each company's profile to its jobs: headcount, followers, industry, description, tagline, headquarters (structured), company type, founding year and the company's website. Read once per company from its public LinkedIn page and reused across that company's jobs. Turn it off for the fastest possible run.",
            "default": true
          },
          "enrichCompany": {
            "title": "⭐ Hiring contact & job signals",
            "type": "boolean",
            "description": "Add the fields the listing card does not carry: the hiring contact's headline and photo, the salary source (employer-provided vs LinkedIn estimate), and the job's own signals — workplace type, job status (open/closed), exact posting timestamp, repost flag, verified-hiring badge and a structured location. It all comes from a single lookup, so it is one premium add-on (one charge), billed on top of the base rate only for the jobs it enriches. Leave off for the base rate.",
            "default": false
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}