{
  "openapi": "3.0.1",
  "info": {
    "title": "LinkedIn Post Search ✅ NO COOKIES",
    "description": "Search LinkedIn posts by keyword: author, full text, engagement and date. Filter by date, media type, author headline or industry, or posts mentioning a company or person. No account or cookies needed. Add-ons return the author's profile, who reacted and who commented. Up to 500 posts per search.",
    "version": "1.0",
    "x-build-id": "l9klglCNLamp1hq9b"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/atomus~linkedin-post-search/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-atomus-linkedin-post-search",
        "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/atomus~linkedin-post-search/runs": {
      "post": {
        "operationId": "runs-sync-atomus-linkedin-post-search",
        "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/atomus~linkedin-post-search/run-sync": {
      "post": {
        "operationId": "run-sync-atomus-linkedin-post-search",
        "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": [
          "search"
        ],
        "properties": {
          "search": {
            "title": "🔍 Search terms",
            "maxItems": 20,
            "type": "array",
            "description": "The keywords to search LinkedIn posts for. Works like the LinkedIn search box: 'ai agents', 'hiring product designer', 'series a announcement'.\n\nAdd up to 20 terms. Each one is searched on its own, and Max posts applies to each of them: three terms at 100 returns up to 300 posts. A post found by two of your terms is delivered and billed once.\n\nA term LinkedIn does not recognise does not come back empty. It falls back to loosely related posts, so if the results look off-topic, the term is the thing to change. A term that finds nothing bills $0.005 once, for the search itself.",
            "items": {
              "type": "string"
            }
          },
          "maxPosts": {
            "title": "📊 Max posts per term",
            "minimum": 1,
            "maximum": 500,
            "type": "integer",
            "description": "How many posts to return for each search term, at most. Defaults to 100, and 500 is the ceiling for one term.",
            "default": 100
          },
          "postedLimit": {
            "title": "📅 Published within",
            "enum": [
              "any",
              "1h",
              "24h",
              "week",
              "month",
              "3months",
              "6months",
              "year"
            ],
            "type": "string",
            "description": "Only return posts published inside this window.\n\nIf you set an exact date below, that one is used instead.",
            "default": "any"
          },
          "postedAfter": {
            "title": "📅 Published since (exact date)",
            "type": "string",
            "description": "Only return posts published on or after this date, instead of one of the fixed windows above. The date itself is included.\n\nPosts published before it are not returned, and you are not charged for them."
          },
          "contentType": {
            "title": "Content type",
            "enum": [
              "all",
              "videos",
              "images",
              "documents",
              "jobs",
              "live_videos",
              "collaborative_articles"
            ],
            "type": "string",
            "description": "Biases the search towards one kind of post. LinkedIn treats this as a ranking hint rather than a hard filter, so expect a few posts without that media.",
            "default": "all"
          },
          "profile": {
            "title": "👤 Posts written by these people",
            "type": "array",
            "description": "Only return posts written by these people. One per line, in any of these forms:\n\n• link: \"https://www.linkedin.com/in/williamhgates\"\n• or just the handle: \"williamhgates\"\n• or the author.linkedin_id from a previous run: \"ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVffJ3hc\"\n\nThat last one is a value this Actor returns, so the authors one run finds can be fed straight into the next.",
            "items": {
              "type": "string"
            }
          },
          "company": {
            "title": "🏢 Posts from these company pages",
            "type": "array",
            "description": "Only return posts published by the company page itself, the corporate account. One per line, in any of these forms:\n\n• link: \"https://www.linkedin.com/company/microsoft/\"\n• or just the handle: \"microsoft\"\n• or the numeric page id: \"1035\"\n\nShowcase pages work here too. For what the STAFF of that company posts on their own profiles, use the filter below instead.",
            "items": {
              "type": "string"
            }
          },
          "authorsCompany": {
            "title": "👥 Posts written by employees of these companies",
            "type": "array",
            "description": "Only return posts whose author works at one of these companies, written on their own profile. One per line, in either of these forms:\n\n• link: \"https://www.linkedin.com/company/microsoft/\"\n• or the numeric page id: \"1035\"\n\nThis is the staff, not the company page. Searching Microsoft here returns posts by the people who work there; the filter above returns what the Microsoft page itself published.",
            "items": {
              "type": "string"
            }
          },
          "authorKeywords": {
            "title": "Author headline contains",
            "type": "string",
            "description": "Free text matched against the author's headline, so you can search a topic and keep only the people you sell to: 'founder', 'recruiter', 'head of data'."
          },
          "authorsIndustryId": {
            "title": "🏭 Author industry",
            "type": "array",
            "description": "Only return posts whose author works in one of these industries. Pick as many as you like, or leave empty for all.\n\nEvery option is one of the 487 industries LinkedIn itself publishes, so nothing you pick can come back empty for not existing. The industry is the one on the author's company, not a word in their headline; for the headline use the field above.",
            "items": {
              "type": "string",
              "enum": [
                "799",
                "3246",
                "3245",
                "2190",
                "47",
                "73",
                "1912",
                "80",
                "709",
                "901",
                "2366",
                "94",
                "120",
                "3253",
                "125",
                "2077",
                "2167",
                "481",
                "3215",
                "127",
                "3190",
                "598",
                "112",
                "852",
                "50",
                "71",
                "703",
                "38",
                "3204",
                "973",
                "147",
                "3198",
                "3226",
                "52",
                "529",
                "41",
                "2217",
                "2197",
                "142",
                "390",
                "3238",
                "12",
                "3134",
                "3125",
                "861",
                "82",
                "1602",
                "562",
                "36",
                "406",
                "453",
                "460",
                "3197",
                "436",
                "11",
                "3129",
                "3128",
                "3211",
                "1641",
                "129",
                "2212",
                "54",
                "690",
                "2128",
                "2048",
                "2139",
                "90",
                "51",
                "1738",
                "773",
                "3252",
                "3251",
                "341",
                "1938",
                "1798",
                "2247",
                "918",
                "3219",
                "964",
                "2374",
                "2115",
                "118",
                "109",
                "3235",
                "3",
                "3234",
                "5",
                "24",
                "2368",
                "48",
                "871",
                "3191",
                "3192",
                "1786",
                "91",
                "3068",
                "3189",
                "2019",
                "3065",
                "1673",
                "849",
                "3199",
                "65",
                "2135",
                "2458",
                "3130",
                "3187",
                "1",
                "2045",
                "3227",
                "99",
                "3101",
                "3244",
                "564",
                "3208",
                "132",
                "2375",
                "1999",
                "69",
                "3200",
                "998",
                "383",
                "382",
                "2468",
                "2240",
                "3099",
                "2122",
                "3242",
                "935",
                "3237",
                "28",
                "388",
                "86",
                "1779",
                "110",
                "76",
                "1923",
                "840",
                "122",
                "2060",
                "63",
                "201",
                "615",
                "43",
                "3196",
                "2025",
                "3070",
                "66",
                "2020",
                "3195",
                "23",
                "1339",
                "34",
                "3224",
                "2255",
                "622",
                "298",
                "385",
                "87",
                "504",
                "3255",
                "101",
                "1742",
                "3193",
                "26",
                "29",
                "389",
                "779",
                "145",
                "2179",
                "75",
                "3232",
                "148",
                "140",
                "1495",
                "2353",
                "3207",
                "68",
                "431",
                "2161",
                "1905",
                "2074",
                "150",
                "31",
                "2081",
                "14",
                "2194",
                "1080",
                "1005",
                "2318",
                "2369",
                "3081",
                "3210",
                "137",
                "923",
                "384",
                "3209",
                "88",
                "3216",
                "135",
                "1909",
                "84",
                "3231",
                "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",
                "3194",
                "85",
                "794",
                "1696",
                "3212",
                "55",
                "994",
                "25",
                "3236",
                "95",
                "97",
                "1862",
                "1095",
                "983",
                "521",
                "3221",
                "3133",
                "126",
                "2069",
                "3217",
                "17",
                "13",
                "139",
                "345",
                "883",
                "887",
                "928",
                "2391",
                "56",
                "3100",
                "2214",
                "3131",
                "53",
                "1042",
                "1611",
                "35",
                "2159",
                "37",
                "3205",
                "115",
                "114",
                "397",
                "3096",
                "81",
                "3202",
                "100",
                "356",
                "413",
                "386",
                "2091",
                "1916",
                "1090",
                "679",
                "57",
                "3095",
                "332",
                "1445",
                "113",
                "3214",
                "2401",
                "2050",
                "2063",
                "123",
                "3206",
                "3223",
                "146",
                "722",
                "61",
                "3239",
                "1745",
                "39",
                "2130",
                "1600",
                "2258",
                "18",
                "2259",
                "2282",
                "15",
                "131",
                "3230",
                "136",
                "2054",
                "2040",
                "1520",
                "743",
                "117",
                "107",
                "1573",
                "67",
                "807",
                "83",
                "1911",
                "1810",
                "105",
                "3203",
                "2360",
                "2358",
                "3201",
                "79",
                "98",
                "78",
                "2143",
                "1633",
                "1481",
                "62",
                "64",
                "256",
                "44",
                "1770",
                "1757",
                "40",
                "3256",
                "89",
                "3241",
                "3240",
                "144",
                "3213",
                "2225",
                "3233",
                "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",
                "3218",
                "3243",
                "2112",
                "1625",
                "58",
                "1517",
                "1532",
                "2181",
                "3254",
                "727",
                "3127",
                "4",
                "387",
                "1623",
                "3089",
                "435",
                "33",
                "3225",
                "20",
                "2027",
                "2142",
                "873",
                "104",
                "404",
                "102",
                "428",
                "495",
                "3249",
                "1505",
                "2018",
                "6",
                "1594",
                "8",
                "1644",
                "1931",
                "1925",
                "60",
                "2133",
                "130",
                "3228",
                "21",
                "108",
                "1029",
                "3085",
                "116",
                "3222",
                "30",
                "92",
                "1750",
                "876",
                "1497",
                "59",
                "3086",
                "419",
                "2226",
                "106",
                "3188",
                "16",
                "2125",
                "3229",
                "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",
                "3220",
                "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",
                "Animation and Post-production",
                "Apparel and Fashion",
                "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",
                "Arts and Crafts",
                "Audio and Video Equipment Manufacturing",
                "Automation Machinery Manufacturing",
                "Automotive",
                "Aviation & Aerospace",
                "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",
                "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 Materials",
                "Building Structure and Exterior Contractors",
                "Business Consulting and Services",
                "Business Content",
                "Business Intelligence Platforms",
                "Business Supplies and Equipment",
                "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",
                "Commercial Real Estate",
                "Communications Equipment Manufacturing",
                "Community Development and Urban Planning",
                "Community Services",
                "Computer and Network Security",
                "Computer Games",
                "Computer Hardware",
                "Computer Hardware Manufacturing",
                "Computer Networking",
                "Computer Networking Products",
                "Computers and Electronics Manufacturing",
                "Conservation Programs",
                "Construction",
                "Construction Hardware Manufacturing",
                "Consumer Electronics",
                "Consumer Goods",
                "Consumer Goods Rental",
                "Consumer Services",
                "Correctional Institutions",
                "Cosmetics",
                "Cosmetology and Barber Schools",
                "Courts of Law",
                "Credit Intermediation",
                "Cutlery and Handtool Manufacturing",
                "Dairy",
                "Dairy Product Manufacturing",
                "Dance Companies",
                "Data Infrastructure and Analytics",
                "Data Security Software Products",
                "Defense & Space",
                "Defense and Space Manufacturing",
                "Dentists",
                "Design",
                "Design Services",
                "Desktop Computing Software Products",
                "Digital Accessibility Services",
                "Distilleries",
                "E-Learning",
                "E-Learning Providers",
                "Economic Programs",
                "Education",
                "Education Administration Programs",
                "Education Management",
                "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",
                "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 Art",
                "Fine Arts Schools",
                "Fire Protection",
                "Fisheries",
                "Flight Training",
                "Food & Beverages",
                "Food and Beverage Manufacturing",
                "Food and Beverage Retail",
                "Food and Beverage Services",
                "Food Production",
                "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",
                "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",
                "Government Relations Services",
                "Graphic Design",
                "Ground Passenger Transportation",
                "Health and Human Services",
                "Health, Wellness and Fitness",
                "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",
                "Human Resources Services",
                "HVAC and Refrigeration Equipment Manufacturing",
                "Hydroelectric Power Generation",
                "Import and Export",
                "Individual and Family Services",
                "Industrial Automation",
                "Industrial Machinery Manufacturing",
                "Industry Associations",
                "Information Services",
                "Information Technology and 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",
                "Leisure, Travel & Tourism",
                "Libraries",
                "Lime and Gypsum Products Manufacturing",
                "Loan Brokers",
                "Luxury Goods and Jewelry",
                "Machinery Manufacturing",
                "Magnetic and Optical Media Manufacturing",
                "Manufacturing",
                "Maritime",
                "Maritime Transportation",
                "Market Research",
                "Marketing Services",
                "Mattress and Blinds Manufacturing",
                "Measuring and Control Instrument Manufacturing",
                "Meat Products Manufacturing",
                "Mechanical or Industrial Engineering",
                "Media & Telecommunications",
                "Media Production",
                "Medical and Diagnostic Laboratories",
                "Medical Devices",
                "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",
                "Music",
                "Musicians",
                "Nanotechnology Research",
                "Natural Gas Distribution",
                "Natural Gas Extraction",
                "Newspaper Publishing",
                "Non-profit Organization Management",
                "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",
                "Online Media",
                "Operations Consulting",
                "Optometrists",
                "Outpatient Care Centers",
                "Outsourcing and Offshoring Consulting",
                "Outsourcing/Offshoring",
                "Packaging and Containers",
                "Packaging and Containers Manufacturing",
                "Paint, Coating, and Adhesive Manufacturing",
                "Paper and Forest Product Manufacturing",
                "Paper and Forest Products",
                "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",
                "Philanthropy",
                "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",
                "Program Development",
                "Public Assistance Programs",
                "Public Health",
                "Public Policy",
                "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",
                "Renewables & Environment",
                "Repair and Maintenance",
                "Research",
                "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",
                "Semiconductors",
                "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",
                "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",
                "Tobacco Manufacturing",
                "Translation and Localization",
                "Transportation Equipment Manufacturing",
                "Transportation Programs",
                "Transportation, Logistics, Supply Chain and Storage",
                "Transportation/Trucking/Railroad",
                "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",
                "Veterinary Services",
                "Vocational Rehabilitation Services",
                "Warehousing",
                "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",
                "Wine and Spirits",
                "Wineries",
                "Wireless Services",
                "Women's Handbag Manufacturing",
                "Wood Product Manufacturing",
                "Writing and Editing",
                "Zoos and Botanical Gardens"
              ]
            }
          },
          "group": {
            "title": "Posts in this group",
            "type": "string",
            "description": "Only return posts published inside one LinkedIn group, in either of these forms:\n\n• link: \"https://www.linkedin.com/groups/12345/\"\n• or just the group id: \"12345\"\n\nOne group per run. A search cannot cover several groups at once, so run them one at a time."
          },
          "mentioningCompany": {
            "title": "Posts mentioning this company",
            "type": "array",
            "description": "Only return posts that mention this company. One per line, in either of these forms:\n\n• link: \"https://www.linkedin.com/company/microsoft/\"\n• or just the handle: \"microsoft\"\n\nThis is brand monitoring: who is talking about a company right now, in their own words.",
            "items": {
              "type": "string"
            }
          },
          "mentioningMember": {
            "title": "Posts mentioning this person",
            "type": "array",
            "description": "Only return posts that mention this person. One per line, in either of these forms:\n\n• link: \"https://www.linkedin.com/in/williamhgates\"\n• or just the handle: \"williamhgates\"",
            "items": {
              "type": "string"
            }
          },
          "includeAuthorDetails": {
            "title": "Add author profile and company details",
            "type": "boolean",
            "description": "Adds one extra row per unique author: 'author_profile' for a person, 'author_company' for a company page. Join it to the posts on author_slug.",
            "default": false
          },
          "includeReactions": {
            "title": "Add the people who reacted",
            "type": "boolean",
            "description": "Adds one 'reaction' row per person who reacted, with their name, headline and profile URL. A post with no reactions bills a single item for the lookup itself.",
            "default": false
          },
          "maxReactionsPerPost": {
            "title": "Max reactions per post",
            "minimum": 1,
            "maximum": 100,
            "type": "integer",
            "description": "Caps how many reactions are returned for each post, so a viral post does not consume the whole run.",
            "default": 5
          },
          "includeComments": {
            "title": "Add the people who commented",
            "type": "boolean",
            "description": "Adds one 'comment' row per comment, with the text, the person and the date. A post with no comments bills a single item for the lookup itself.",
            "default": false
          },
          "maxCommentsPerPost": {
            "title": "Max comments per post",
            "minimum": 1,
            "maximum": 100,
            "type": "integer",
            "description": "Caps how many comments are returned for each post.",
            "default": 5
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}